Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - World 1st Mobile Minable Decentralized Coin
by
honglu69
on 02/11/2021, 23:08:36 UTC
Full Node Syncing Problem

This issue apply for all full nodes,  solo miners or pool miners etc. 

Posted byu/Sokka2015
3 hours ago
Live node problem
Hello Nengsters!

There was an issue regarding node syncing and it has been resolved. For those having node syncing problems check block explorer and put some addnode using live-node board, do "dead chain" procedure as usual in our reset times if needed if the node can not sync.

Block Explorer link: http://nengexplorer.mooo.com:3001/


-----------------------------------------------------------------------------
honglu69
·
just now
For those nodes miners that do not have any clean chain data available from another node, do this below to re-sync from beginning to end to get correct chain:

./nengcoind -reindex

To speed up syncing and target correct nodes source, you can max out for only two connections, any two with correct blocks and addnode in "nengcoin.conf" file and delete other nodes to insure no interference from other wrong nodes:

------------

upnp=1

maxconnections=2

addnode=71.234.69.93:6377

addnode=185.182.8.67:6377

addnode=209.145.50.223:43768

----------