Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Syscoin - Business on the Blockchain - LAUNCHED!
by
miningfool
on 18/08/2014, 08:10:40 UTC
then the network was completely saturated with clients looking for nodes leading to the fork issues as the connected to pools that didn't upgrade.
Update protocol version and minimum protocol version in version.h so that nodes running the new version automatically disconnect nodes running the old version.

Code:
static const int PROTOCOL_VERSION = 70002;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70002;