Author

Topic: wrong bitcoin-cli output - showing no balance and old blocks (Read 907 times)

copper member
Activity: 1498
Merit: 1520
No I dont escrow anymore.
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" : ""
}
legendary
Activity: 1708
Merit: 1003
Can you post your debug.log here? You may have missed something that others might be able to see and spot the issue.
legendary
Activity: 1456
Merit: 1078
I may write code in exchange for bitcoins.
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.
newbie
Activity: 13
Merit: 0
bitcoin-cli getinfo


Pointing to the right data dir and bitcoin.conf
legendary
Activity: 1274
Merit: 1006
Trainman
What command you type ?
newbie
Activity: 13
Merit: 0
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?
Jump to: