Skip to content

Commit

Permalink
POW algo Change from cnv7 to CN-HOSP
Browse files Browse the repository at this point in the history
  • Loading branch information
HospitalCoin committed Dec 28, 2018
1 parent 6dfbced commit 87daf60
Show file tree
Hide file tree
Showing 11 changed files with 2,881 additions and 2,784 deletions.
2 changes: 2 additions & 0 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const size_t FUSION_TX_MIN_IN_OUT_COUNT_RATIO = 4;

const uint32_t UPGRADE_HEIGHT_V2 = 1; // Diff algo Change from cryptonote default to lwma
const uint32_t UPGRADE_HEIGHT_V3 = 2; // POW algo Change from cryptonote default to cnv7 Anti ASIC
const uint32_t UPGRADE_HEIGHT_V4 = 80000; // POW algo Change from cnv7 to CN-HOSP
const unsigned UPGRADE_VOTING_THRESHOLD = 90; // percent
const uint32_t UPGRADE_VOTING_WINDOW = EXPECTED_NUMBER_OF_BLOCKS_PER_DAY; // blocks
const uint32_t UPGRADE_WINDOW = EXPECTED_NUMBER_OF_BLOCKS_PER_DAY; // blocks
Expand All @@ -80,6 +81,7 @@ const uint8_t CURRENT_TRANSACTION_VERSION = 1;
const uint8_t BLOCK_MAJOR_VERSION_1 = 1;
const uint8_t BLOCK_MAJOR_VERSION_2 = 2;
const uint8_t BLOCK_MAJOR_VERSION_3 = 3;
const uint8_t BLOCK_MAJOR_VERSION_4 = 4;
const uint8_t BLOCK_MINOR_VERSION_0 = 0;
const uint8_t BLOCK_MINOR_VERSION_1 = 1;

Expand Down
Loading

0 comments on commit 87daf60

Please sign in to comment.