while downloading the blockchain and checking the status with getinfo / getmininginfo I got the following errors from time to time:
{
"blocks" : 343432,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.07987738,
"errors" : "WARNING: Checkpoint is too old. Redownload Blockchain. If warning persist contact the Development Team",
"netmhashps" : 11.43569168,
"netstakeweight" : 27962,
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"stakeweight" : 0,
"stakeinterest" : 0,
"pooledtx" : 0,
"testnet" : false
}
getinfo:
{
"version" : "v1.2.2.0-g38a5c87-hobo",
"protocolversion" : 70002,
"blocks" : 348256,
"moneysupply" : 1717652.47638000,
"connections" : 63,
"wallets" : 1,
"proxy" : "",
"ip" : "",
"difficulty" : 0.09505637,
"testnet" : false,
"paytxfee" : 0.00000000,
"errors" : "WARNING: Checkpoint is too old. Redownload Blockchain. If warning persist contact the Development Team"
}
a little bit later no errors
{
"blocks" : 345519,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06389638,
"errors" : "",
"netmhashps" : 9.14776171,
"netstakeweight" : 27974,
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"stakeweight" : 0,
"stakeinterest" : 0,
"pooledtx" : 0,
"testnet" : false
}
Are there still problems like described in post 323?
Nope, no problems as long as you are fully synced up and matching the block explores and or coinchoose you are in good shape. The warning is normal while catching up.