Arcticcoin seems to gone "dead"?! I can't see any official response here by @ArcticCoin Team?
My own masternode as well as a bunch of 3rd party nodes are listed with State "NEW_START_REQUIRED". I don't have any clue what's wrong there. I already re-started daemon, deleted blockchain-data and resynced from scratch ...
simply query ARC Wallet-API with this:
masternode list
and you well get this:
"26cc35b59bd6fec3e6429cbacbde1171c690fe93ca1babab06e3d9d9cd16884b-1": "NEW_START_REQUIRED",
"89eea8f25e8cd6641cfdde6bb1b90b9a561b12384748b8a0b2dbaebacca10cee-1": "NEW_START_REQUIRED",
"58ae1ab3055592d89342b1da50e9353e498483a12c7c0aee266e8ce2b9805fc6-1": "NEW_START_REQUIRED",
"58ae1ab3055592d89342b1da50e9353e498483a12c7c0aee266e8ce2b9805fc6-6": "NEW_START_REQUIRED",
"2cc4c2b76e21431aa7ad2c105e3b568b530092a4d76f0b77223dfbd78841082a-1": "NEW_START_REQUIRED",
There are about 2028 nodes listed with NEW_START_REQUIRED. Only 11 (!!) Nodes are still listed ENABLED! This is a blame to @ArcticCoin Team!
To re-check simply use this in linux:
$> arcticcoin-cli masternode list | grep NEW_START_REQUIRED | wc -l
2028
$> arcticcoin-cli masternode list | grep ENABLED | wc -l
11
And most suspicious... my own MN is listed as ENABLED in my own wallet (masternode list | grep "{token}"). But on masternodes.online monitoring it's listed as NEW_START_REQUIRED as well for more than 4 weeks now!
By the way.. I'm using recent version:
$> arcticcoind --version
Arctic Core Daemon version v0.12.1.2-1321e72
Same version offered on "official" webpage by ARC-Team as binary download.