i don't understand how to use it
was running webchaind.exe and sync and what next ?
can't type a command like help or what another command
1. You need to create wallet by command
webchaind.exe account newYou will be prompted for password, please remember/save it
Then you will see your wallet number
2. Start mining with webchain miner. You can download them from this link:
https://github.com/webchain-network/webchain-miner/releases (select miner for you OS)
Enter your wallet address to config.json file on miner directory. You should add 0x to the beginning of wallet (for example if wallet from webchaind is 123456789... you should set 0x123456789... )
3. To see balance you can enter your wallet number with 0x at the beginning at the right top of site :
https://explorer.webchain.network/homeor run webchaind console:
webchaind.exe consoleand get balance by command
web3.fromWei(webchain.getBalance('YOURWALLETNUMBER'), "ether")