Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WEB][BLOCKCHAIN] Webchain – (Get DApps via Websites and IoT) No ICO, PoW
by
Platon_x
on 09/05/2018, 08:54:20 UTC
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 new

You 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/home

or run webchaind console:

webchaind.exe console

and get balance by command

web3.fromWei(webchain.getBalance('YOURWALLETNUMBER'), "ether")