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!
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