From 3d568e21b8fa0eaa24731c2822b531e6af662ae1 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Thu, 2 Apr 2015 10:54:24 +0200 Subject: [PATCH] Network ID changed to 100 to be able to experiment with a private blockchain. --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocol.go b/eth/protocol.go index a0ab177cdc..b39ac5b154 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -14,7 +14,7 @@ import ( const ( ProtocolVersion = 60 - NetworkId = 0 + NetworkId = 100 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 maxHashes = 256