Skip to content

Commit

Permalink
fix: Update blockheight for DPOPS mainnet
Browse files Browse the repository at this point in the history
Update blockheight for DPOPS mainnet
  • Loading branch information
zachhildreth committed Dec 28, 2020
1 parent 24c941d commit 3c15b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ full_addrs.insert(SEED_NODE_5);

// Blockchain
#define HF_VERSION_PROOF_OF_STAKE 13
#define HF_BLOCK_HEIGHT_PROOF_OF_STAKE 760000 // The first block of the X-CASH proof of stake
#define HF_BLOCK_HEIGHT_PROOF_OF_STAKE 800000 // The first block of the X-CASH proof of stake
#define BLOCK_TIME 5 // the block time in minutes
#define BLOCKS_PER_DAY_FIVE_MINUTE_BLOCK_TIME 288 // The blocks per day with a 5 minute block time
#define MAXIMUM_RESERVE_BYTES_LEGNTH 4096 // The maximum size in bytes for the reserve bytes in the block header
Expand Down Expand Up @@ -316,7 +316,7 @@ namespace config
uint16_t const RPC_DEFAULT_PORT = 18281;
uint16_t const ZMQ_RPC_DEFAULT_PORT = 18282;
boost::uuids::uuid const NETWORK_ID = { {
0x10 ,0x56, 0x41, 0x55 , 0x15, 0x75 , 0x40, 0x08, 0x02, 0x26, 0x97, 0x61, 0xF3, 0xA5, 0x48, 0x89
0x10 ,0x10, 0x41, 0x53 , 0x48, 0x62 , 0x41, 0x65, 0x17, 0x31, 0x00, 0x82, 0x16, 0xA1, 0xA1, 0x10
} };
std::string const GENESIS_TX = "013c01ff0001b197bcc5c605029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101f1dde8d8d6c53e9d2e920d6e66432eaff6a85b2d25043fc29ef477b075b143df";
uint32_t const GENESIS_NONCE = 10000;
Expand Down

0 comments on commit 3c15b6c

Please sign in to comment.