Update protocol version

Change protocol version so post-AuxPoW clients can refuse to deal with pre-AuxPoW clients.
This mitigates excessive bandwidth usage by pre-AuxPoW clients repeatedly requesting blocks
they don't know how to use.
This commit is contained in:
Ross Nicoll 2014-08-17 22:55:23 +01:00
parent 51f69a5a5e
commit 4f3cb93c6f
No known key found for this signature in database
GPG key ID: 9142E5F7E533CE3B

View file

@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70002;
static const int PROTOCOL_VERSION = 80000;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;