So I'm running bitcoin daemon on Ubunutu, I set it up flawlessly. But, now I tried sending bitcoins to the account and after 30 minutes the balance still shows as 0.00.
root@coinose:~/.bitcoin# bitcoind getbalance
0.000000
root@coinose:~/.bitcoin# bitcoind getinfo
{
"version" : 90100,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.000000,
"blocks" : 139506,
"timeoffset" : -94,
"connections" : 13,
"proxy" : "",
"difficulty" : 1888786.70535305,
"testnet" : false,
"keypoololdest" : 1399234320,
"keypoolsize" : 101,
"paytxfee" : 0.000000,
"errors" : ""
}
Also, if I try check a random address, I still get 0.000 balance.
root@coinose:~/.bitcoin# bitcoind getbalance '183AJDzVDqfbpgsx3HTmqjPAQPZwCvsUmZ'
0.000000
What can I do to fix this? I've setup the RPC user and pass and added a node. But I'm still not sure.