Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SCRYPT] Klondike Coin ★ Now just 16 coins per block! ★ On coinpayments.net
by
hash.so
on 02/03/2014, 23:46:43 UTC
From a wallet with the fixes:

Code:
{
    "version" : 80602,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 19906.35908113,
    "blocks" : 84892,
    "timeoffset" : 0,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 0.86805923,
    "testnet" : false,
    "keypoololdest" : 1391463292,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
}
and old wallet
Code:
{
    "version" : 80601,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 19938.49485507,
    "blocks" : 84905,
    "timeoffset" : -1,
    "connections" : 54,
    "proxy" : "",
    "difficulty" : 0.86482884,
    "testnet" : false,
    "keypoololdest" : 1393734951,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
}
I don't think it fixed the issue.

edit: new wallet was started with "-rescan -reindex"