Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥[ANN][WEB]🌎Webchain⚡️CPU mining⚡️DApps via Websites and IoT🚀No ICO or ASIC
by
albertod
on 16/05/2018, 20:20:52 UTC
How to mine alone?
Step by step
Thank you

You can use these steps:

1. Start the console: ./webchaind console or (webchaind.exe for windows)
2. Get your balance (on console): web3.fromWei(webchain.getBalance(webchain.coinbase), "ether")
3. Start mining (on console): miner.start()
4. Get your balance again to confirm you are mining: web3.fromWei(webchain.getBalance(webchain.coinbase), "ether")