Hi people,
I need your help with the update. I think that something strange is going on.
I'm running the linux daemon.
What I did:
1. Moved .reddcoin to .reddcoin.old
2. git pull'ed the source
3. Recompiled the reddcoind
4. Started it and sync'ed the chain to block 55k+
5. Stopped the daemon
6. Copied the old wallet into the .reddcoin folder
7. Started reddcoind and made a "-reindex" "-rescan".
However, it still says that the balance is "0":
{
"version" : 1010300,
"protocolversion" : 70003,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 55882,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 20.78022969,
"testnet" : false,
"keypoololdest" : 1394606903,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.01000000,
"errors" : ""
}
But if I do a "listaccounts" the accounts will show up with their correct balance:
{
"" : 0.40000000,
"test1" : 85584.85007048,
"test2" : 14.44260388,
"test3" : 584.51429274
}
I'm really confused why the daemon can't update the balance? I can't send any transactions, because it will that there aren't enough coins:
reddcoind sendfrom test1 [ADDR] 2
error: {"code":-4,"message":"Insufficient funds"}
Any ideas/suggestions?
Thanks in advance,
Altcoinfaucet
I have the same problem for a while i manage to fix this problem by, deleting all except wallet.dat peers and config restarted the client and everyhting is back to normal.