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

v0.10.16 - Onyx v2

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.

tx man
too many MN's to keep all wallets open !

can not find 16.8 ?!

a friend got paid across all his MN's on 16.6 !
 
for 16.8 evan only posted the linux binaries..>I use 16.7 local wallet and that worked. search for his posts on BCT, I can't post the whole link:

BCTURL/index.php?action=profile;u=107946;sa=showPosts to see evan's posts on bct
 
Ya I got two payments today on 16.6 but kept fluttering them on. THIS IS GENTLEMEN
 
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
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
It's only 2nd line that matters now but just to keep things consistent I would suggest to fix them all.
eduffield

Thankyou! You're a genius, this is definitely what's causing our issues. I'll get the patch out right away
 
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
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)
It's only 2nd line that matters now but just to keep things consistent I would suggest to fix them all.
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!
 
I just want to let you guys know that this is the greatest crypto community ever.

With this type of energy and teamwork, there's no reason why Darkcoin shouldn't carve out it's own permanent space in the crypto world.
 
OMG just remove my cold wallet from my PC after passing in 16.10...
Ok will try to beat my record.... 3
2
1
 
Back
Top