Post
Topic
Board Announcements (Altcoins)
[ANN] [2GIVE] / CHAIN CHECKPOINT UPDATED / SYNC INFO
by
TheLittleDuke
on 29/04/2017, 19:06:28 UTC
I've confirmed that the seed nodes are fully in sync and we did a manual checkpoint at:

{
"synccheckpoint" : "000003e1c27946ac57fde950bfde6fa890f8c132824770eff1e26724b940cbe1",
"height" : 49208,
"timestamp" : "2017-04-29 18:46:17 UTC"
}

If you end up getting stuck synchronizing, you can always delete blk00001.dat, blkindex.dat and the file in database/ directory, then configure your wallet to only connect to our seed node to pull down the chain

listen=0
connect=192.169.7.65

I've made a note to go in and review the checkpointing code -- I don't think its reasonable to have it checkpointing every block that gets provisionally confirmed -- makes more sense to have it do so every 4,8,16 or 32 blocks just to make sure we allow for network consensus.

I've long thought that bootstrapping a wallet was inefficient one block at a time -- it makes more sense to do a RSYNC like whole file pull from trusted sources.   I'll add that to the list for this summers enhancements.

Thanks for your continued support <3

-dvd