Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
add checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
krilson committed Jan 17, 2017
1 parent 339c83c commit ea27bf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ namespace Checkpoints
boost::assign::map_list_of
( 0, uint256("0x00000393a7de08ce23b3882ae7b5c1567e83bda4849ed24b52610a9b2541c6c9") ) // genesis
( 10000, uint256("0x0000000000063417ad195c561ec8b6b894211c6d3fe122e797dc77e6d0ade650") ) // end of PoW
( 300000, uint256("0x062b8908da998ae7df5b7b805fcc8967a9697ec720ac3afcf2e6d20ab90914cc") )
( 400000, uint256("0xc00ba4a72b66085cb573c7b1d1a34732eb2a10d1a5d2df9db5629c2d50593d84c") )
( 500000, uint256("0x1a7fca1992590ac712252afa566df72560b2802a5661e5f37fe8ff661a8107a6") )


;
Expand Down

0 comments on commit ea27bf6

Please sign in to comment.