Skip to content

Commit

Permalink
add 800k checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nnian committed Mar 21, 2021
1 parent da34a4c commit d43147f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions lib/Global/Checkpoints.h
Expand Up @@ -44,8 +44,9 @@ const std::initializer_list<CheckpointData> 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

0 comments on commit d43147f

Please sign in to comment.