Post
Topic
Board Announcements (Altcoins)
Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014
by
fiatpete
on 01/07/2014, 09:29:39 UTC
Goodmorning

Firstly, i would like to start by providing links to windows wallets

Updated zip
Updated exe

I used the zip one, and downloaded all the blockchain. First time it gets slow around block 50000, but with time it moved forward and synced. I closed it and open again, and it went back to block 49140, with 2501 blocks remaining, it looks stuck right now, can't sync.

Do we need to add any node?


did you delete everything except wallet.dat?

if yes, then
1)go to debug and
2) do "getpeerinfo" you'll
3) find the problem node, then
4) block it in your firewall settings.

I've re-downloaded, and it happened again. It syncs at first, then after closing and open again the wallet, I got those 2501 blocks missing...
How do I find the node with problems? They all have same "startingheight: 51689", or should I look for something else?

Here is my getpeerinfo:

Code:

"addr" : "67.212.70.89:8500",
"services" : "00000001",
"lastsend" : 1404143421,
"lastrecv" : 1404143437,
"conntime" : 1404143417,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "202.152.167.74:8500",
"services" : "00000001",
"lastsend" : 1404143430,
"lastrecv" : 1404143428,
"conntime" : 1404143419,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "115.29.53.115:8500",
"services" : "00000001",
"lastsend" : 1404143425,
"lastrecv" : 1404143436,
"conntime" : 1404143420,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "182.107.196.38:8500",
"services" : "00000001",
"lastsend" : 1404143425,
"lastrecv" : 1404143424,
"conntime" : 1404143421,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "76.126.117.233:8500",
"services" : "00000001",
"lastsend" : 1404143425,
"lastrecv" : 1404143425,
"conntime" : 1404143421,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "184.68.133.150:8500",
"services" : "00000001",
"lastsend" : 1404143429,
"lastrecv" : 1404143424,
"conntime" : 1404143422,
"version" : 60007,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0
},
{
"addr" : "23.249.161.254:8500",
"services" : "00000001",
"lastsend" : 1404143425,
"lastrecv" : 1404143423,
"conntime" : 1404143423,
"version" : 60006,
"subver" : "/NoirShares:1.9.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 51689,
"banscore" : 0




Mine does the same.  Works fine on first run after deleting all but the wallet.dat.  Once I close it and reopen it, only part of my NRS balance shows and it sits at 2588 Blocks remaining and will not sync again unless I delete everything and install again.

Same here it downloaded fine when I deleted everything apart from the wallet and reinstalled. The full blockchain downloaded and even staked a block but after shutting it down and restarting it was out of sync and stuck at block 49247 so I don't know what it did with those extra blocks after 49247 it just had. A getpeerinfo only shows 1.9.1 clients either version 6006 or 6007 with blocks over 5000 so it doesn't look like an issue caused by connecting to old nodes.
The debug file is full of entries like :-
ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 7d6ab2bc3589a0e44a993e984994d5004356ad8828ae70e79d06374835060b88, hashProof=0000000000000000000000000000000000000000000000000000000000000000
WARNING: ProcessBlock(): check proof-of-stake failed for block 0003cb6edeb1b33cfa29b73f62f1d44518c5e64f942b28778072da9668ca7256
It's looking like there was no quality control on the all PoS version of the wallet and not enough time to do it properly.
As this was meant to be a major long term release why does it still use an old version of QT?