From d43147f3e6443503210ee51de432575dbe75f9a8 Mon Sep 17 00:00:00 2001 From: nnian <48366474+nnian@users.noreply.github.com> Date: Sun, 21 Mar 2021 22:34:57 +0100 Subject: [PATCH] add 800k checkpoint --- README.md | 4 ++-- lib/Global/Checkpoints.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d8553db..d1ef3008 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ cmake --build . --config Release ##### Building -####Visual Studio 2017 +#### Visual Studio 2017 - From the start menu, open "x64 Native Tools Command Prompt for vs2017"; - And the run the following commands: @@ -99,7 +99,7 @@ cmake -G "Visual Studio 15 2017 Win64" -DBUILD_ALL:BOOL=TRUE .. cmake --build . --config Release ``` -####Visual Studio 2019 +#### Visual Studio 2019 - From the start menu, open "x64 Native Tools Command Prompt for vs2017"; - And the run the following commands: diff --git a/lib/Global/Checkpoints.h b/lib/Global/Checkpoints.h index 0bd87fab..17171678 100644 --- a/lib/Global/Checkpoints.h +++ b/lib/Global/Checkpoints.h @@ -44,8 +44,9 @@ const std::initializer_list CHECKPOINTS = { {250721,"a119b644ec0a35c77f8cf7ed6a0ff4d37b7a279ac8fadfb660e83cc795ddb7de"},//v5.0.0 {275213,"ba51659f63ef31685c0b9e816d9c3b9455fe20cc34aa8ef09a186153e83547a9"},//v5.1.3 {308323,"12253186704f9898f390fcfe2550ee98f2331dbf9edda9c55ca8fb218f3eca37"},//v5.1.4 - {700001,"4bcf7467df9591f392b6135dd606059e334b616f8108352c5f22eacefc4fdf40"}, //v6.0.0 - {759900,"0784c71b17d307f8f3b71c2faf9672861ad8dd1c91e6bc6de5c87d4d48499a98"} + {700001,"4bcf7467df9591f392b6135dd606059e334b616f8108352c5f22eacefc4fdf40"},//v6.0.0 + {750000,"adace1ecbaab8c8f8b86f41c93aa7fcceffe7b80bcee5346befc534e610ba9b9"}, + {800000,"2221d6b752c6fa1ef5fbfaf46fb1571de34b97c240cd110357ac8bf92154e583"} }; } // namespace CryptoNote