Hey! Can you help me with the linux wallet? I run multiple coins without problems. but netcoin occasionally crashes. the daemon keeps running, but i see the error
getinfo
error: {"code":-1,"message":"CDB() : can't open database file wallet.dat, error -30973"}
when i want to restartt i see
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
************************
EXCEPTION: St13runtime_error
CDB() : can't open database file blkindex.dat, error 22
netcoin in AppInit()
terminate called after throwing an instance of 'std::runtime_error'
what(): CDB() : can't open database file blkindex.dat, error 22
i then have to delete the database, re-download blocks..
rm blkindex.dat blk0001.dat
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
getinfo
{
"version" : "v2.3.1.0",
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 45059,
"timeoffset" : -2,
"moneysupply" : 76509184.00000000,
"connections" : 8,
"proxy" : "",
"ip" : "***",
"difficulty" : {
"proof-of-work" : 0.40632789,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1435125622,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"errors" : ""
}
thats really annoying.. any ideas?