cryptoyogi
New member
Was testing darksend on the windows wallet last night. Let it run over night with 3 rounds of mixing. Woke up to a crashed wallet. First time that ever happened.
that's weird...
what's your output for this:
?Code:cat ~/.darkcoin/debug.log | grep "CActiveMasternode::RegisterAsMasterNode()" | tail -n 20
You should have a lot of "....Is capable masternode!" too which is again weird...
ubuntu@ip-10-0-2-201:~$ cat .darkcoin/debug.log | grep "CActiveMasternode" | tail -n 20
2014-11-16 08:13:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 08:33:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 08:53:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 09:13:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 09:33:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 09:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 10:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 10:33:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 10:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 11:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 11:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 11:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 12:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 12:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 12:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 13:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 13:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 13:53:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 14:13:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
2014-11-16 14:33:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
ubuntu@ip-10-0-2-201:~$ darkcoind getinfo
{
"version" : 101611,
"protocolversion" : 70046,
"walletversion" : 60001,
"balance" : 0.00000000,
"darksend_balance" : 0.00000000,
"blocks" : 170658,
"timeoffset" : 0,
"connections" : 16,
"proxy" : "",
"difficulty" : 5451.68359964,
"testnet" : false,
"keypoololdest" : 1415948843,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
Yep, compiled against git tag 0.10.16.11 this morning.awesome, thanks.
Flare, you sure you are on v11?
Code:ubuntu@ip-10-0-2-201:~$ cat .darkcoin/debug.log | grep "CActiveMasternode" | tail -n 20 2014-11-16 08:13:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 08:33:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 08:53:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:13:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:33:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:33:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:53:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 14:13:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 14:33:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999'
Yep, compiled against git tag 0.10.16.11 this morning.
It's grepped outputThat's odd, you can't leave CActiveMasternode::RegisterAsMasterNode() without having more log printed...
I can't count how many restarts my nodes had the last 24hrs ^^Yup, see that. I used the binaries..shouldn't be a difference but may it's worth a try on one of the nodes? Have you tried stopping/starting after removing peers.dat on both local/remote?
Hmmmm.....Code:ubuntu@ip-10-0-2-201:~$ cat .darkcoin/debug.log | grep "CActiveMasternode" | tail -n 20 2014-11-16 08:13:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 08:33:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 08:53:16 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:13:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:33:17 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 09:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:33:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 10:53:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:13:18 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 11:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 12:53:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:13:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:33:19 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 13:53:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 14:13:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' 2014-11-16 14:33:20 CActiveMasternode::RegisterAsMasterNode() - Checking inbound connection to '54.171.75.34:9999' ubuntu@ip-10-0-2-201:~$ darkcoind getinfo { "version" : 101611, "protocolversion" : 70046, "walletversion" : 60001, "balance" : 0.00000000, "darksend_balance" : 0.00000000, "blocks" : 170658, "timeoffset" : 0, "connections" : 16, "proxy" : "", "difficulty" : 5451.68359964, "testnet" : false, "keypoololdest" : 1415948843, "keypoolsize" : 1001, "paytxfee" : 0.00000000, "mininput" : 0.00001000, "errors" : "" }
cat ~/.darkcoin/debug.log | grep "CDarkSendPool::GetMasterNodeVin" | tail
Checked this against ALL my customers nodes, i don't get a single entry in any debug.log ...Hmmmm.....
How about this?
Code:cat ~/.darkcoin/debug.log | grep "CDarkSendPool::GetMasterNodeVin" | tail
I'm not getting any entries on mine either...Checked this against ALL my customers nodes, i don't get a single entry in any debug.log ...
I also have a script checking activity of MN's and winners. After I stopped running the script, the problem goes away. Do you want to try stop running your script? There may be some bug that kicks the MN off the list after certain query limit.Masternodes still getting inactive after 60 minutes, even with v0.10.16.11.
A script automatically starts them again once they are down, but it's still annoying.
This is how my log looks like for the last 30 hours or so, the big dip in the middle was the update to v0.10.16.11 last night:
View attachment 630
It's ok because you have correct CActiveMasternode::RegisterAsMasterNode() messagesI'm not getting any entries on mine either...
The only way I see for your nodes to getaway with this is https://github.com/darkcoin/darkcoin/blob/master/src/activemasternode.cpp#L270Checked this against ALL my customers nodes, i don't get a single entry in any debug.log ...
I've checked the time, both masternodes and local laptop - all in sync, despite being different timezones.Only one way for them to stay online in this situation - they are "in the future".
We need a check like this https://github.com/darkcoin/darkcoin/blob/master/src/masternode.cpp#L178-L181 to be implemented in CMasterNode::Check() https://github.com/darkcoin/darkcoin/blob/master/src/masternode.cpp#L464 and maybe somewhere in dsee message processing.
EDIT: fixed -->Check
That's confusing me cause I have no more ideas..I've checked the time, both masternodes and local laptop - all in sync, despite being different timezones.
darkcoind masternode list lastseen | grep "IP_OF_SOME_NODE"