Bitcoin Forum
June 14, 2024, 10:14:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: wrong bitcoin-cli output - showing no balance and old blocks  (Read 905 times)
Klapper (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 10, 2015, 09:14:37 AM
 #1

Hi,

I have some output what concerns me.

it shows:

{
    "version" : 109900,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 322082,


But in the debug.log I see no issues of things being stalled.
I have to have a balance and the blocks should be current, but they stay at 322082.

How could this be?
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
June 10, 2015, 09:41:17 AM
 #2

What command you type ?

Klapper (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 10, 2015, 09:55:28 AM
 #3

bitcoin-cli getinfo


Pointing to the right data dir and bitcoin.conf
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
June 10, 2015, 06:41:38 PM
 #4

Hi,

I have some output what concerns me.

it shows:

{
    "version" : 109900,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 322082,


But in the debug.log I see no issues of things being stalled.
I have to have a balance and the blocks should be current, but they stay at 322082.

How could this be?

Maybe double-check your network connectivity, see that you're still connected to peers, etc.  Potentially reloading the blockchain would help, but it is a long wait if there's a faster solution to get you going again.  If you haven't already done so, I'd export and save your private keys in case  things go further awry.
lemipawa
Legendary
*
Offline Offline

Activity: 1708
Merit: 1003


View Profile
June 10, 2015, 09:46:21 PM
 #5

Can you post your debug.log here? You may have missed something that others might be able to see and spot the issue.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 11, 2015, 03:46:43 PM
 #6

Hi,

I have some output what concerns me.

it shows:

{
    "version" : 109900,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 322082,


But in the debug.log I see no issues of things being stalled.
I have to have a balance and the blocks should be current, but they stay at 322082.

How could this be?

What does it say for connections, proxy and errors?

Code:
{
"version" : 100100,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : -snip-,
"blocks" : 360482,
"timeoffset" : -4,
"connections" : 8,
"proxy" : "",
"difficulty" : 47589591153.62500800,
"testnet" : false,
"keypoololdest" : -snip-,
"keypoolsize" : 100,
"unlocked_until" : 0,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : ""
}

Im not really here, its just your imagination.
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!