Ok.....
Firstly some fixes as per requested.
1. Can only download to block 67000.
Fix. In the wallet console type getpeerinfo. If a peer has a block height of 67000, ignore it and write down the ips of nodes that have the highest height and current version 60010 or 60011 dev version.
Change your config to
listen=1
daemon=1
server=1
rpcuser=**yourusername**
rpcpassword=**yourpassword**
rpcallowip=10.1.1.*
rpcport=12543
port=12454
gen=0
connect=**ADD-GOOD-NODE-HERE**
this should get you past any bad clients. Protocol changes should eliminate these clients. Once past you can remove the connect ips from you config as UPNP does not need them.
2. Stuck at block XXXXXXX
Clients get stuck, I check it often. Sometimes block times blow out. Also clients are STILL on at least 1.3 or earlier. Looking at peers that rate is 50% almost which is terrible. To help you, help me.
UPDATE YOUR CLIENTS to 1.4 or 1.4.1 for devs only(compile your own client). if the client gets stuck for a long periods it can be rolled or forked so dont panic, just dont mass flood the network with transactions.
For those wanting to follow the dev builds go here
https://github.com/muddafudda/Infinitecoin-V2/tree/Colossus-devI am working on more nodes to establish an updated the network. I am also working on the diff fix, etc. If you have more errors post them here.
If you need addnodes
addnode=110.82.91.190
addnode=72.179.164.248
addnode=67.11.24.42
addnode=197.32.131.93
addnode=116.237.213.10
addnode=5.83.21.59
54.252.196.5 (dev version)
124.182.138.215 (updating give it time) (dev version)
50.19.127.146 (updating give it time)
3. Debug grow bug should be fixed.
4. Checkpoint warning notification fixed.
5. More to come....
If you want to submit pull requests, be my guest.