Post
Topic
Board Announcements (Altcoins)
Re: Official Anoncoin chat thread (including history)
by
Cryptoslave
on 07/06/2017, 22:26:32 UTC
I'm using the nodes off of https://novaexchange.com/addnodes/ANC/ and have 4 active connections (clearnet) however my blockchain is not catching up. This is on a fresh install. I hear I2P seems to be working better and maybe this is what I need to do to get it to work but is there any reason why clearnet shouldn't be downloading the blockchain even with 4 peers?
Clearnet will work, but you have to install the bootstrap file or you'll be waiting days for the block chain to sync. The bootstrap brings it down to hours to sync. https://wiki.anoncoin.net/How_to_use_a_bootstrap_file_to_speed_up_initial_synchronization#For_Windows_users

Hi,

Just to remember you: Anoncoin 0.9.6.13 is a fork of bitcoin 0.10.99 so there is included lots of improvement in particular header first synchronisation.

- Many excellent improvements such as for instance header-first synchronisation, leading to much quicker I2P synchronisation and block download

This is much quicker to synchronize, especially over I2P, but this is done by first downloading headers from 2 peers and THEN blocks from all peers 8+

Synching online, the block number bar will not increase before all headers are downloaded, so this is normal behaviour. When synching from bootstrap however, the block number bar will increase because both header and block are synched in parallel from the bootstrap.


AnonCoin blockchain, freshly synced, is available for download at CryptoChainer.com.  This snapshot is from the new wallet.  This is a very old coin, and takes nearly forever to sync from scratch.

It may have been the case the blockchain was slow to synch on 0.8.5.6, but with this new client 0.9.6.11 featuring Headers-first synchronisation it is much more quick! Smiley

Here is a test I did today:

21h50: start a freshly installed Anoncoin 0.9.6.11 64 bit with no blockchain and no bootstrap.dat, on a win7 laptop

21h50-23h30: Synchronisation of the block-headers takes 1h40 (see the first part of the graph, with smallest bandwidth).
It may seems the client is doing nothing as the blocks increment slowly, but the progress can be followed by checking the bandwidth use or by typing 'getchaintips' in the debug console.



23h30: begin block download from 16 peers in parallel (the blocks increment quickly and bandwidth increase alot). Header-first synchronisation as adapted in Anoncoin 0.9.6.11 download the headers from 2 peers in parallel but the blocks from all the peers, here from 16 peers which is the max outbound connections possible.

1h30: Anoncoin 0.9.6.11 was fully synched after 3h40 and 506 MB.




So if you want to know how far your wallet has synched just type in debug 'getchaintips', and after the headers have synched the blocks will increase.


CS