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

v0.10.16 - Onyx v2

Me too, after 60 mins goes to :0 then vanishes

v0.10.16.07 seems not have fixed the 60-minutes-die problem:
Last_seen2.jpg
 
I just got home from work. Out of 4 masternodes I manage, three were offline. The one that was online still had the cold wallet on my home PC open.

I've just ran the command grep HotCold .darkcoin/debug.log

Maybe it will help with the cold/hot wallet setup. I guess i'll know in an hour.
 
Know what, I got a feeling of keeping the local online.
So the 2 MN updated on 16.8,I leave one local wallet online and see..
For the moment not exactly one hour. but both of them are still listed...
 
I just got home from work. Out of 4 masternodes I manage, three were offline. The one that was online still had the cold wallet on my home PC open.

I've just ran the command grep HotCold .darkcoin/debug.log

Maybe it will help with the cold/hot wallet setup. I guess i'll know in an hour.

That command does nothing...just searches the debug log. I'd say shut down both sides, restart and leave both open.
 
That command does nothing...just searches the debug log. I'd say shut down both sides, restart and leave both open.

Don't want to leave my local wallet online... As it go dirctly cold after start, and I got 6 local wallet so can't leave online all. or intall 6 vm on my PC =)
 
Know what, I got a feeling of keeping the local online.
So the 2 MN updated on 16.8,I leave one local wallet online and see..
For the moment not exactly one hour. but both of them are still listed...
I was keeping it online all the day and it didn't change anything (16.6-16.7). Have listed mn too on 16.8, go to bed now. Will post tomorrow.
 
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
 
v8 looks ok so far...

I'm running a shell script to check my nodes every 5 min.
been 1 hour so far.

Edit: oops all nodes return :0 now :sad: .... now the are not on the MN list.
 
Last edited by a moderator:
MN5 dissapear again but only from MN6 list and his own list... hmmm still something:
lebubar@MN6:~$ date ; ./grepMN.sh
Sat Nov 15 17:05:54 EST 2014
MN1
"108.x.x.x:9999" : 1,
MN2
"104.x.x.x:9999" : 1,
MN3
"108.x.x.x:9999" : 1,
MN4
"108.x.x.x:9999" : 1
MN5
MN6
"128.x.x.x:9999" : 1,

with all other MN5 is listed fine..
Have to wait more...
 
v8 looks ok so far...

I'm running a shell script to check my nodes every 5 min.
been 1 hour so far.

Edit: oops all nodes return :0 now :sad: .... now the are not on the MN list.
Same here ...
lebubar@install:~$ while [ 1 -eq 1 ]; do sleep 60; date; ./grepMN.sh ; done
Sat Nov 15 22:38:32 UTC 2014
MN1
MN2
MN3
"108.xx.x.x:9999" : 0,
MN4
"108.x.x.x:9999" : 0,
MN5
MN6
...
...
Sat Nov 15 22:46:32 UTC 2014
MN1
MN2
MN3
MN4
MN5
MN6


Ok will try again with leaving one local wallet online more time (I stop one after 1 hour and the MN was listed for little more than 2 hours)....
 
I spoke to soon, mine just went to 0 status on v8.

edit.. ..it didn't seem to happen during the first hour when I had my local wallet closed, but in the 2nd hour after I closed my local wallet.

edit 2...and she's gone from the list.

edit 3: went to local wallet, masternode start...and it's back to 1.
 
dont you people have the "inbound port not open" error when starting masternode from local machine? I would need to take v6 to start from local machine, v7 and v8 give the error
No I don't have, but other people (Tante2, gwghwgk2hg2h) report the same..
Are you all on the same vps provider? (aws?)
 
So I just re-start the MN1 from local (and I will leave the local wallet online just by curiosity)
And MN4 appeared again online (I do all the start from local, from the same PC (just changing conf file) and the MN4 was the last I start during my last test)
Sat Nov 15 18:04:37 EST 2014
MN1
"108.x.x.x:9999" : 1,
MN2
MN3
MN4
"108.x.x.x:9999" : 1
MN5
MN6
 
no I am using digital ocean. so i only got the error with v7 and v8, with v6 its working! it got nothing to do with the server i would say
Well one of my MN is on DigitalOcean too, and no problem with v6, 7, and 8...
Did you remove peer.dat (from local and remote)?
 
My MN (v 16.6) is on vultr.com and went offline after ~1h after getting online. Just updated to v16.8 and will continue to watch.
 
Back
Top