I've re-compiled the new wallet but it keeps getting:
************************
EXCEPTION: St13runtime_error
CDB : Error -30974, can't open database
radium in ProcessMessages()
even when I've deleted the old chain and peers database tx etc...
any ideas? it happens after it's loaded 15-30k blocks....
This is the first time I have seen this error. Assuming you have clean source your building from, I am not sure what the issue could be. Can you tell me steps to reproduce?
Also, there is a bootstrap here, if you want to try that.
https://github.com/JJ12880/Rapid_Deploy/releases/download/606975/bootstrap.zipJJ
still no luck:
ProcessBlock: ACCEPTED
SetBestChain: new best=0492d21859ea8aa2c05a57df4f2aebd6e1da9cd07ad321c8df4300d6987ddb54 height=40318 trust=5022783110739153936 blocktrust=451042693376437 date=06/18/15 05:26:56
ProcessBlock: ACCEPTED
SetBestChain: new best=fe91a4e1dc191079aa468a1348e7f40cfd2cce644bb2224972a2e3e8419e5300 height=40319 trust=5023190072089174001 blocktrust=406961350020065 date=06/18/15 05:28:16
ProcessBlock: ACCEPTED
bool LoadExternalBlockFile(FILE*)() : Deserialize or I/O error caught during load
Loaded 40319 blocks from external file in 98284ms
connect() to 184.185.216.85:27913 failed after select(): Connection refused
connect() to 108.61.10.90:27913 failed after select(): Connection refused
radiumd getinfo
{
"version" : "v1.4.3.0-g",
"protocolversion" : 99007,
"walletversion" : 60000,
Tried fresh pulls from source on ubuntu 14.04 and 16.04 now with the same results...