Skip to content

Commit

Permalink
Update CryptoNoteConfig.h
Browse files Browse the repository at this point in the history
Updated TimeStamp block 2
  • Loading branch information
satorigold committed Jul 28, 2020
1 parent 4169745 commit f36f7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ static_assert(sizeof(GENESIS_COINBASE_TX_HEX)/sizeof(*GENESIS_COINBASE_TX_HEX) !
/* This is the unix timestamp of the first "mined" block (technically block 2, not the genesis block)
You can get this value by doing "print_block 2" in TurtleCoind. It is used to know what timestamp
to import from when the block height cannot be found in the node or the node is offline. */
const uint64_t GENESIS_BLOCK_TIMESTAMP = 1512800692;

const uint64_t GENESIS_BLOCK_TIMESTAMP = 1595926604;

const size_t CRYPTONOTE_REWARD_BLOCKS_WINDOW = 100;
const size_t CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE = 100000; //size of block (bytes) after which reward for block calculated using block size
Expand Down

0 comments on commit f36f7d0

Please sign in to comment.