From f4361d7ac7aa7748855234394a7cf705b32c2561 Mon Sep 17 00:00:00 2001 From: furiousteam Date: Sun, 22 Sep 2019 20:59:44 +0200 Subject: [PATCH] New checkpoints added. Moving to v3.5.1.2 --- src/config/CryptoNoteCheckpoints.h | 11 ++++++++++- src/config/CryptoNoteConfig.h | 13 ++++++------- src/config/version.h.in | 4 ++-- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/config/CryptoNoteCheckpoints.h b/src/config/CryptoNoteCheckpoints.h index 9de1131347..e8263a7b3f 100644 --- a/src/config/CryptoNoteCheckpoints.h +++ b/src/config/CryptoNoteCheckpoints.h @@ -88,6 +88,15 @@ const std::initializer_list CHECKPOINTS = { { 280000, "45451334c6c37829c43db3fcb4ac6111c42fa0d9e8593e2b04c5657fee4c6375"}, { 285000, "9adde7f3f5c02eb7ff2aa1a0458c627c792b7f24962a379a0a600178ee26b89b"}, { 290000, "09cf04f4659071f1d38b26d606a598efa842c95d120454cc6887210b667221c8"}, -{ 295000, "27370874f5818bafefc5b9efd1e3a83a39c5bb9c77d0cedac84924d808291c5f"} +{ 295000, "27370874f5818bafefc5b9efd1e3a83a39c5bb9c77d0cedac84924d808291c5f"}, +{ 300000, "f8d8775775767a49488071a069555edbdd7a4c87a27c5ccb66d1997594c1d2e1"}, +{ 305000, "d3dfc1807d141c12e09a87d3e268594ea9573a5ad0a30dad408812a79650e5a2"}, +{ 310000, "05a23c530c5a280137d4b52755f32d7972981ea6d0c97af8577d8d350eb5a4d3"}, +{ 315000, "4a931d9cb1be71aa0099ad0278d0078d9331c5f2bfed5b5d95eb7fae0897530a"}, +{ 320000, "8a1b8623ebfd9efc4df07164d425e3dd2bd42d406717d63daf4b1fb0bb7d28cf"}, +{ 325000, "21989c55a3d64f61768b9e1f5b237c2fb3f331a550949bf1b0578b01d88626e7"}, +{ 330000, "01f365b7f9b33288e260ff8873e9ee35e6b44ee25f1b0c4033510cf8a577fac5"}, +{ 335000, "1191ede7e8dd1a1f1c1ace6a58eadb028b796716dbcad87ee34472da285ffd33"} + }; } diff --git a/src/config/CryptoNoteConfig.h b/src/config/CryptoNoteConfig.h index 8b45d252f3..a13f2e0edb 100755 --- a/src/config/CryptoNoteConfig.h +++ b/src/config/CryptoNoteConfig.h @@ -230,8 +230,8 @@ const size_t P2P_LOCAL_GRAY_PEERLIST_LIMIT = 5000; // P2P Network Configuration Section - This defines our current P2P network version // and the minimum version for communication between nodes -const uint8_t P2P_CURRENT_VERSION = 5; -const uint8_t P2P_MINIMUM_VERSION = 3; +const uint8_t P2P_CURRENT_VERSION = 6; +const uint8_t P2P_MINIMUM_VERSION = 4; // This defines the number of versions ahead we must see peers before we start displaying // warning messages that we need to upgrade our software. const uint8_t P2P_UPGRADE_WINDOW = 2; @@ -261,10 +261,9 @@ const static boost::uuids::uuid CRYPTONOTE_NETWORK = }; const char* const SEED_NODES[] = { - "174.138.59.135:2082",//atlantic - "138.197.208.94:2082",//pacific - "95.216.3.162:2082",//baltic - "88.198.57.162:2082",//europe - "206.189.42.115:2082"//asia + "atlantic.bloc.money:2082",//atlantic + "pacific.bloc.money:2082",//pacific + "baltic.bloc.money:2082",//baltic + "europe.bloc.money:2082"//europe }; } // CryptoNote diff --git a/src/config/version.h.in b/src/config/version.h.in index 40032c7f95..41f7674226 100755 --- a/src/config/version.h.in +++ b/src/config/version.h.in @@ -3,11 +3,11 @@ #define PROJECT_NAME "BLOC" #define PROJECT_SITE "http://www.bloc.money" -#define PROJECT_COPYRIGHT "Copyright 2018, The BLOC Developers" +#define PROJECT_COPYRIGHT "Copyright 2019, The BLOC Developers" #define APP_VER_MAJOR 3 #define APP_VER_MINOR 5 #define APP_VER_REV 0 -#define APP_VER_BUILD 1 +#define APP_VER_BUILD 2 #define BUILD_COMMIT_ID "@VERSION@" #define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)