Post
Topic
Board Announcements (Altcoins)
Re: [ANN][UBQ] Ubiq - Smart Contracts For An Automated World
by
tonymorony
on 08/02/2017, 17:56:28 UTC
I got some UBQ on my wallet
https://ubiqscan.io/en/address/0x1daffc13f08925a384171a95e53723817490661f

I followed YouTube tutorial but get 0 balance in wallet on my PC (using 1.5.10 version)


> web3.miner.setEtherbase(web3.eth.accounts[0])
true
>  web3.fromWei(eth.getBalance(eth.coinbase), "ether")
0
>
> web3.miner.setEtherbase(web3.eth.accounts[0])
true
> eth.accounts[0]
"0x1daffc13f08925a384171a95e53723817490661f"

What I'm doing wrong?