Post
Topic
Board Announcements (Altcoins)
Re: [ANN][UBQ] Ubiq - Smart Contracts For An Automated World
by
tonymorony
on 08/02/2017, 19:31:13 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?

run the following command:

eth.syncing

and

eth.blockNumber

You might not be synced up yet, but it shouldn't take long once you get peers.

Thank you! It's was a root of my problem.

By the way synch started only after I pressed Ctrl+C in wallet terminal window. Befor state was just "eth/downloader/downloader.go:326] Block synchronisation started"
But when I'm pressing Ctrl+C it starting synch blocks.