Bitcoin Forum
May 21, 2024, 07:27:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Daemon shows 0.000 balance  (Read 2677 times)
Sladexz (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 04, 2014, 09:29:19 PM
 #1

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.

Code:
root@coinose:~/.bitcoin# bitcoind getbalance
0.000000

Code:
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.

Code:
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.
telepatheic
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
May 04, 2014, 09:55:53 PM
 #2

You have only downloaded 139506 of the 299134 bitcoin blocks. It takes about a day to download and verify the blocks on a normal processor and network connection!
JimmyGre
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 16, 2014, 01:32:45 AM
 #3

It took me 2 weeks to only get 243613 blocks and it's increasing too slow.
Any reasons? (I followed this [http://linux.ringingliberty.com/bitcoin/] tutorial to install my daemon)
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1301


View Profile
May 16, 2014, 02:49:22 AM
 #4

You may need to do -rescan too once you add an address.
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
May 16, 2014, 02:52:23 AM
 #5

You have only downloaded 139506 of the 299134 bitcoin blocks. It takes about a day to download and verify the blocks on a normal processor and network connection!

This, get a SSD for your linux box, it took me little less than a day.
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
May 16, 2014, 10:47:31 AM
 #6

I'm guessing you're on a VPS. You can bootstrap off a recent point in the blockchain, to save you downloading the full thing, especially if signature verification is holding up the process.

Bitwasp Developer.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!