add checkpoint and version rules
authoralexhz <balthazar@yandex.ru>
Mon, 1 Apr 2013 02:43:58 +0000 (02:43 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 1 Apr 2013 02:43:58 +0000 (02:43 +0000)
src/checkpoints.cpp
src/version.h

index 29a4087..f6682ba 100644 (file)
@@ -29,6 +29,7 @@ namespace Checkpoints
         ( 0, hashGenesisBlockOfficial )
         ( 6000, uint256("0x000000000945e3c9d8e15df834e802521eb79f9ceb4191a27bdfadad4b777f4a"))
         ( 8700, uint256("0x00000000014270724837789c9a69859290f6bdee38556bc4561c21f17935a178"))
+        ( 13560, uint256("0xa1591a0fcbf11f282d671581edb9f0aadcd06fee69761081e0a3245914c13729"))
         ;
 
     bool CheckHardened(int nHeight, const uint256& hash)
index a2b8dd2..35c7793 100644 (file)
@@ -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;