• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

v0.10.16 - Onyx v2

Have people successfully mixed on mainnet with version 16.6 (or above)? Just tried a fresh wallet.dat, but still am having the "last Darksend was too recent" problem.

Any advice is appreciated. Also, I am assuming that only masternodes needed to upgrade to 16.11 so I am still on 16.6...
 
Well done team
all back on track and payments rolling in ....>
 
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:
Masternode_Log.jpg
 
Last edited by a moderator:
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 629
Can't reproduce this as per now - my nodes are active since 12hrs now, no drop since "remote dseep update"
 
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
How do you check them for being inactive?
 
How do you check them for being inactive?

I have a darkcoind running 24/7 which checks the output of "masternode list", "masternode count", "masternode winners" and whatnot and does, besides logging all that stuff, restart the Masternodes with "masternode start "<passphrase>" for those which are down.
Works like a charm, but shouldn't be necessary at all.

And yes, the results of my logging darkcoind match with elbereth's site and the log of the Masternodes itself.

Edit: the log above displays 5 minute intervals, so when a node went down in between it might be already restarted before it gets displayed in that graph.
 
Last edited by a moderator:
I have a darkcoind running 24/7 which checks the output of "masternode list", "masternode count", "masternode winners" and whatnot and does, besides logging all that stuff, restart the Masternodes with "masternode start "<passphrase>" for those which are down.
Works like a charm, but shouldn't be necessary at all.

And yes, the results of my logging darkcoind match with elbereth's site and the log of the Masternodes itself.
Well, if this darkcoind updated to 16.11 too then I have no suggestions so far...
 
Yep, everything is running 16.11...
Did you use start-many to run them?
There are still some odd MNs.... not sure how it's possible with 16.11..
Code:
darkcoind masternode list lastseen | grep ": 2"

...
 "178.62.129.7:9999" : 2112031083,
    "95.85.12.33:9999" : 2054552806,
    "188.226.224.233:9999" : 2054726048,
    "178.62.149.233:9999" : 2054899532,
...
 
Did you use start-many to run them?
There are still some odd MNs.... not sure how it's possible with 16.11..
Code:
darkcoind masternode list lastseen | grep ": 2"

...
"178.62.129.7:9999" : 2112031083,
    "95.85.12.33:9999" : 2054552806,
    "188.226.224.233:9999" : 2054726048,
    "178.62.149.233:9999" : 2054899532,
...

Noticed the odd lastseen-values as well, but none of them are mine.

And no, no start-many, every Masternode has its own local wallet with 1000DRK. I prefer to have NOT all eggs in one basket :)
 
Noticed the odd lastseen-values as well, but none of them are mine.

And no, no start-many, every Masternode has its own local wallet with 1000DRK. I prefer to have NOT all eggs in one basket :)
grep debug.log on some of your remote nodes that was going inactive
Code:
cat ~/.darkcoin/debug.log | grep "CActiveMasternode::RegisterAsMasterNode() - Masternode input =" | tail
there must be one line for every 20 minutes
 
Noticed the odd lastseen-values as well, but none of them are mine.

And no, no start-many, every Masternode has its own local wallet with 1000DRK. I prefer to have NOT all eggs in one basket :)
Are your nodes really dropping off, or are you anticipating that they are on the brink of dropping and restart them upfront?
 
grep debug.log on some of your remote nodes that was going inactive
Code:
cat ~/.darkcoin/debug.log | grep "CActiveMasternode::RegisterAsMasterNode() - Masternode input =" | tail
there must be one line for every 20 minutes
I am getting this instead - each 20mins, like clockwork. 54.171.75.34 is the nodes own IP

Code:
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'
 
Are your nodes really dropping off, or are you anticipating that they are on the brink of dropping and restart them upfront?

My script looks for both. When "masternode list" reports a Masternode as inactive (=0) or when it doesn't show up at all it gets restarted. No anticipation...

grep debug.log on some of your remote nodes that was going inactive
Code:
cat ~/.darkcoin/debug.log | grep "CActiveMasternode::RegisterAsMasterNode() - Masternode input =" | tail
there must be one line for every 20 minutes

Good idea. I'll change them to log (right now they log everything to my good friend /dev/null. There's lotta space there :smile: ) and report bag.
 
My script looks for both. When "masternode list" reports a Masternode as inactive (=0) or when it doesn't show up at all it gets restarted. No anticipation...

Maybe your criteria "=0" is a bit to harsh to restart on immediately...
 
grep debug.log on some of your remote nodes that was going inactive
Code:
cat ~/.darkcoin/debug.log | grep "CActiveMasternode::RegisterAsMasterNode() - Masternode input =" | tail
there must be one line for every 20 minutes

I'm getting somethign different from flare....

Code:
2014-11-16 10:22:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 10:42:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:02:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:22:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:42:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:02:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:22:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:42:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:02:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:22:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:42:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 14:02:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 14:22:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)

Is that normal?
 
I am getting this instead - each 20mins, like clockwork. 54.171.75.34 is the nodes own IP

Code:
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'
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...
 
I'm getting somethign different from flare....

Code:
2014-11-16 10:22:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 10:42:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:02:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:22:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 11:42:55 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:02:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:22:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 12:42:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:02:56 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:22:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 13:42:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 14:02:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)
2014-11-16 14:22:57 CActiveMasternode::RegisterAsMasterNode() - Masternode input = CTxIn(COutPoint(2874256e548dd285f58b50e01dd2ae5de31f064edab0c14b749de62f64701f1d, 1), scriptSig=)

Is that normal?
Yes, that is how it should look like
https://github.com/darkcoin/darkcoin/blob/master/src/activemasternode.cpp#L158
That's the log output right before sending dseep
 
Back
Top