Guest User

Untitled

a guest
Jan 16th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. mainnet_hard_forks[] = {
  2. // version 1 from the start of the blockchain
  3. { 1, 1, 0, 1341378000 },
  4.  
  5. // version 2 starts from block 1009827, which is on or around the 20th of March, 2016. Fork time finalised on 2015-09-20. No fork voting occurs for the v2 fork.
  6. { 2, 1009827, 0, 1442763710 },
  7.  
  8. // version 3 starts from block 1141317, which is on or around the 24th of September, 2016. Fork time finalised on 2016-03-21.
  9. { 3, 1141317, 0, 1458558528 },
  10.  
  11. // version 4 starts from block 1220516, which is on or around the 5th of January, 2017. Fork time finalised on 2016-09-18.
  12. { 4, 1220516, 0, 1483574400 },
  13.  
  14. // version 5 starts from block 1288616, which is on or around the 15th of April, 2017. Fork time finalised on 2017-03-14.
  15. { 5, 1288616, 0, 1489520158 },
  16.  
  17. // version 6 starts from block 1400000, which is on or around the 16th of September, 2017. Fork time finalised on 2017-08-18.
  18. { 6, 1400000, 0, 1503046577 },
  19.  
  20. // version 7 starts from block 1546000, which is on or around the 6th of April, 2018. Fork time finalised on 2018-03-17.
  21. { 7, 1546000, 0, 1521303150 },
  22.  
  23. // version 8 starts from block 1685555, which is on or around the 18th of October, 2018. Fork time finalised on 2018-09-02.
  24. { 8, 1685555, 0, 1535889547 },
  25.  
  26. // version 9 starts from block 1686275, which is on or around the 19th of October, 2018. Fork time finalised on 2018-09-02.
  27. { 9, 1686275, 0, 1535889548 },
  28. };
Add Comment
Please, Sign In to add comment