DiviProject / divi-smart-node

Get a Divi core node up and running on a Raspberry Pi device in a flash (pun intended)
0 stars 2 forks source link

Weird error wallet will not stake "true" #1

Closed 7h3v01c3 closed 5 years ago

7h3v01c3 commented 5 years ago

divid: main.cpp:2441: void UpdateCoins(const CTransaction&, CValidationState&, CCoinsViewCache&, CTxUndo&, int): Assertion `r

"validtime" : true,
"haveconnections" : true,
"walletunlocked" : true,
"mintablecoins" : true,
"enoughcoins" : true,
"mnsync" : true,
"staking status" : false

All efforts to reset staking to true fail.

the only error I could find

mnsync reset tried, restarting wallet, restarting pi, doing a full cleanup tried, reindex, rescan and zapwallet. Nothing even after full new sync from scratch

blocks(directory) divi.conf wallet.dat

sync either

7h3v01c3 commented 5 years ago

Ok going through all steps

I had been using nohup to run the process in the background and keep a log

However, in each machine including Pi nohup interferes with communications to the daemon? with staking all issues were resolved once nohup was removed from the startup process