outside of my lame answer of: It just stops
I don't really don't know WHY - can't seem to find that answer...
I can't help you without specifics.
Is the process still running?
Is rpc not responding?
outside of my lame answer of: It just stops
I don't really don't know WHY - can't seem to find that answer...
Solarminer Thanks! That's even simpler. Since dashd is already running the new process will not be able to get a lock on the data directory and will shut down or in case of a crash will launch.
Now the only thing I need to figure out is how to handle a frozen daemon.
curl -v --user rpcusername:rpcpassword --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/
Nice. You read the user/pass from dash.conf and even check for curl and install if needed.here's a script/cron component that should help you guys out:
https://github.com/moocowmoo/dash-rpctest
Nice. You read the user/pass from dash.conf and even check for curl and install if needed.
Is this any different than running ./dash-cli getinfo | grep -c "protocolversion" ?
I guess you could just give it few minutes to resync masternode list and it should be good after that... it said "Not capable masternode: Hot node, waiting for remote activation." when I restarted ...
I had the same error, but mine didn't go even after an hour or two. I think they got confused with versions or something.I guess you could just give it few minutes to resync masternode list and it should be good after that
Hey guys, I haven't read the latest in this thread, so sorry if someone already said this, but I wanted to let ya'all know that when I updated to 12.55, I lost my masternode, it said "Not capable masternode: Hot node, waiting for remote activation." when I restarted BUT I turned the masternode back off, deleted everything: the debug log, budget.dat, mncache.dat, mnpayments.dat etc... everything except the sub folders (blockchain stuff) and wallet.dat, dash.conf and masternode.conf. Restarted dashd and this time, it came up masternode started successfully. So try that before giving up and restarting your hot wallet, which will lose your spot in line!
So is this all you need? Should do both the dashd and the dash_shutdown.
/home/dash/dash-rpctest.sh || pkill -9 dash && sleep 20 && dashd
dash-cli stop 2>&1 >/dev/null
sleep 10
killall -9 dashd dash-shutoff 2>/dev/null
Not capable masternode: Hot node, waiting for remote activation.
I delete everything when upgrading
rm -f budget.dat debug.log fee_estimates.dat mncache.dat mnpayments.dat peers.dat
Yah, but if the masternode doesn't start after 10 minutes or more, you know something is wrong. And you only have about 70 minutes to mess around, so... I don't know if it really helped, but my masternode was started immediately on my other two masternodes, but this one was down for 15 minutes when I decided to try that, then started immediately afterwards. So, not sure if I simply didn't wait long enough, but was glad it restarted, and apparently it didn't hurt
I had the same error, but mine didn't go even after an hour or two. I think they got confused with versions or something.
I'll try the delete unnecessary files next time. Thanks TS.
Yah, but if the masternode doesn't start after 10 minutes or more, you know something is wrong. And you only have about 70 minutes to mess around, so... I don't know if it really helped, but my masternode was started immediately on my other two masternodes, but this one was down for 15 minutes when I decided to try that, then started immediately afterwards. So, not sure if I simply didn't wait long enough, but was glad it restarted, and apparently it didn't hurt
I had the same thing. One node still didn't start on its own after almost 30 mins. All the rest were ok. I'm using moocowmoo's script.
Thank you!Luckily I still had the debug log open from when I was having troubles, so there isn't too much above it (I could trim it but I might delete something that turns out to be important? Anyway, I've sent it to you
I think I found it already, thanks!I have some logs too if you want them. I was thinking this is the problem. It finds an old version after the new version with more peers. Wasn't there a time adjustment on this release, could it be thinking the old version is started after the new version?
receive version message: /Dash Core:0.12.0.55/: version 70103, blocks=3442xx.... peer 1
receive version message: /Dash Core:0.12.0.53/: version 70103, blocks=3442xx....peer 2
Looks like you found a fix, but maybe this helps.