I think the block chain was reset
{
"version" : "v0.2.3.1-beta",
"protocolversion" : 60010,
"wallets" : 1,
"stake" : 0.00000000,
"unspendable" : 0.00000000,
"balance" : 0.00000000,
"blocks" : 5,
"timeoffset" : 0,
"moneysupply" : 51.11060000,
"connections" : 0,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : 0.00000000,
"testnet" : false,
"paytxfee" : 0.00000000,
"mininput" : 0.00100000,
"keypoolsize" : 102,
"errors" :
i think your right
i found the 4th block 2.222
"blocks" : 4,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00000000,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespermin" : "No information yet. Wait at least 4 minutes after starting mining for estimate.",
"networkhashps" : 0,
"pooledtx" : 0,
"testnet" : false
}
This is what happens while my wallet crashes (substituted my ipaddress by myip). Seems that the chain I try to reach is on block 239?
accepted connection 207.245.41.195:64965
send version message: version 60010, blocks=239, us=myip:33333, them=207.245.41.195:64965, peer=207.245.41.195:64965
Added time data, samples 2, offset -5 (+0 minutes)
Moving 207.245.41.195:33333 to tried
receive version message: version 60010, blocks=238, us=myip:33333, them=207.245.41.195:33333, peer=207.245.41.195:64965
if I wipe my .NoirShares folder, it also connects to that same chain, no difference there. I will add the nodes Billyboy402 gave to the config file and see if that makes a difference.
edit 1:
added NoirShares.conf with all the nodes. In that case NoirShares wallet starts without crashing, but is saying there are 232 blocks left and won't sync. If I look at getmininginfo I see that I am stuck after block 6.
So in my opinion the blockchain is not reset, but the chain won't load. Or maybe the blockchain is reset but still remembers it had 238 blocks before
Guess something odd happened at block 238.
edit 2:
Trying to start with my former wallet (the one that mined in the last chain): Crashing again with core dump. I think I got block 4 in that chain, so it should have been there unconfirmed by now after downloading the first 6 blocks.
db.log: BDB0060 PANIC: fatal region error detected; run recovery.
edit 3: Now it loads again with my wallet with my mined coins until block 238: was it a seednodes problem again?
edit 4: 5 mins later again (sry, but editing is better than typing new messages every time): tried to start the miner: crashing again at block 239, db.log tells me: BDB0060 PANIC: fatal region error detected; run recovery
In the process of deleting files, starting again, adding files etc I also saw this message several times trying to start and crashing:
************************
EXCEPTION: St13runtime_error
CDB() : can't open database file smsgPubKeys.dat, error -30973
NoirShares in ProcessMessages()
I tend to get the message if I delete all in .NoirShares except for NoirShares.conf and wallet.dat. Deleting wallet.dat seems to solve that, and after that I can replace the wallet with my old wallet again.
Seems we are still stuck at block 238?
edit 5:
{
"blocks" : 238,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000009,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespermin" : 8.31875512,
"networkhashps" : 2,
"pooledtx" : 0,
"testnet" : false
}
edit 6: this is getting pathetic, after 1 hour mining again it crashes....
db.log:
BDB2506 file wallet.dat has LSN 1/1108655, past end of log at 1/1071557
BDB2507 Commonly caused by moving a database from one database environment
BDB2508 to another without clearing the database LSNs, or by removing all of
BDB2509 the log files from a database environment
BDB2516 DB_ENV->log_flush: LSN of 1/1108655 past current end-of-log of 1/1071557
BDB2517 Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
BDB0061 PANIC: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
BDB3027 wallet.dat: unable to flush page: 18
BDB4519 txn_checkpoint: failed to flush the buffer cache: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
BDB0060 PANIC: fatal region error detected; run recovery
BDB0060 PANIC: fatal region error detected; run recovery
edit 7:
Wallet keeps crashing once in a while, will start after deleting .NoirShares, then crash after a while again. still stuck at block 238