From e6d475149e9828cf8526fcd9f6a9c105c62e8dab Mon Sep 17 00:00:00 2001 From: alexhz Date: Mon, 1 Apr 2013 02:43:58 +0000 Subject: [PATCH] add checkpoint and version rules --- src/checkpoints.cpp | 1 + src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 29a4087..f6682ba 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -29,6 +29,7 @@ namespace Checkpoints ( 0, hashGenesisBlockOfficial ) ( 6000, uint256("0x000000000945e3c9d8e15df834e802521eb79f9ceb4191a27bdfadad4b777f4a")) ( 8700, uint256("0x00000000014270724837789c9a69859290f6bdee38556bc4561c21f17935a178")) + ( 13560, uint256("0xa1591a0fcbf11f282d671581edb9f0aadcd06fee69761081e0a3245914c13729")) ; bool CheckHardened(int nHeight, const uint256& hash) diff --git a/src/version.h b/src/version.h index a2b8dd2..35c7793 100644 --- a/src/version.h +++ b/src/version.h @@ -49,8 +49,8 @@ static const int MIN_PROTO_VERSION = 209; static const int CADDR_TIME_VERSION = 31402; // only request blocks from nodes outside this range of versions -static const int NOBLKS_VERSION_START = 32000; -static const int NOBLKS_VERSION_END = 32400; +static const int NOBLKS_VERSION_START = 60002; +static const int NOBLKS_VERSION_END = 60003; // BIP 0031, pong message, is enabled for all versions AFTER this one static const int BIP0031_VERSION = 60000; -- 1.7.1