Lebubar
Active member
One hour after...The trend seems to be that if you shut down your local wallet, it will go offline.
One hour after...The trend seems to be that if you shut down your local wallet, it will go offline.
Heh, is this a new record?
we supposed to try this ?
Zero payments since yesterday !
He's still working on it..don't think its done.
tungfa...update to 16.8..and keep your local wallet on. I dont think anything below 16.6 is supposed to get paid any more.
Aaaaaalright! New patch suggestion :wink:
To let remote nodes correctly send dseep this line https://github.com/darkcoin/darkcoin/blob/master/src/activemasternode.cpp#L127 should be
Code:if(isCapableMasterNode != MASTERNODE_IS_CAPABLE && isCapableMasterNode != MASTERNODE_REMOTELY_ENABLED) return;
Also there is a bug in ThreadCheckDarkSendPool
https://github.com/darkcoin/darkcoin/blob/master/src/darksend.cpp#L1987
It would work fine if this https://github.com/darkcoin/darkcoin/blob/master/src/masternode.h#L35 wasn't an expression.
Right now it will start spam the network every 20 seconds and not minutes as it seems.
So these 4 lines https://github.com/darkcoin/darkcoin/blob/master/src/masternode.h#L34-L37 should be
It's only 2nd line that matters now but just to keep things consistent I would suggest to fix them all.Code:#define MASTERNODE_MIN_SECONDS (5*60) #define MASTERNODE_PING_SECONDS (20*60) #define MASTERNODE_EXPIRATION_SECONDS (65*60) #define MASTERNODE_REMOVAL_SECONDS (70*60) this
eduffield
Tested it, my nodes are stable since 1.5h now, ping sent every 20mins like clockwork, last seen on drk.mn max 20mins as well - awesome!Aaaaaalright! New patch suggestion :wink:
To let remote nodes correctly send dseep this line https://github.com/darkcoin/darkcoin/blob/master/src/activemasternode.cpp#L127 should be
Code:if(isCapableMasterNode != MASTERNODE_IS_CAPABLE && isCapableMasterNode != MASTERNODE_REMOTELY_ENABLED) return;
Also there is a bug in ThreadCheckDarkSendPool
https://github.com/darkcoin/darkcoin/blob/master/src/darksend.cpp#L1987
It would work fine if this https://github.com/darkcoin/darkcoin/blob/master/src/masternode.h#L35 wasn't an expression.
Right now it will start spam the network every 20 seconds and not minutes as it seems.
So these 4 lines https://github.com/darkcoin/darkcoin/blob/master/src/masternode.h#L34-L37 should be
It's only 2nd line that matters now but just to keep things consistent I would suggest to fix them all.Code:#define MASTERNODE_MIN_SECONDS (5*60) #define MASTERNODE_PING_SECONDS (20*60) #define MASTERNODE_EXPIRATION_SECONDS (65*60) #define MASTERNODE_REMOVAL_SECONDS (70*60)
eduffield
Thank you! It's in my signUdjinM6, please post an address for donations as a thank you for your help.
Ok, I got it.. The best way to reach Evan is JIRA
16.11 is on it's way
https://github.com/darkcoin/darkcoin/commit/cbbd90f9a1d0346556b7490e9c0db3fb579aa5d9
darkcoin-0.10.16.10-win.zip:
https://github.com/darkcoinproject/darkcoin-binaries/blob/master/darkcoin-0.10.16.10-win.zip