-
Notifications
You must be signed in to change notification settings - Fork 40
start mine
tomdurrent edited this page Jan 21, 2019
·
4 revisions
refer Installation Instructions
to make your miner environment available simple commands in linux is:
mkdir sero
cd sero
git clone https://github.com/sero-cash/go-sero
git clone https://github.com/sero-cash/go-czero-import
cd go-sero/build/package
./package.sh
it will generate geropackage.tar.gz for deploy.
cp or scp geropackage.tar.gz to path where gero can run
tar -xvf geropackage.tar.gz
cd geropackage
steps to start gero and mine
- start gero
cd geropackage
./startup-beta.sh(or ./startup-alpha.sh for testing)
- attach gero process
cd geropackage
./attach.sh
- in gero attach console, create miner account
personal.newAccount('YOUR_PASSWORD')
record your account address(public key) and keep YOUR_PASSWORD in safe place!!!
- if you start mining in beta net, please send email to gordon@sero.vip with the
account addres(public key) you got in step 3. to apply license
- put license in geropackage/data/keystore/license/BLIC.DATA
if there is no BLIC.DATA there, just create it and put the email's license string into it.
- in gero attach console , start up mining
cd geropackage
./attach.sh
miner.setSeroBase("XXXXXXXXXXX") `the account you just created in step 3
miner.start()
- check money earned by miner
sero.getBalance("*********************") `the account you owned