Skip to content

Commit 3c15b6c

Browse files
committed
fix: Update blockheight for DPOPS mainnet
Update blockheight for DPOPS mainnet
1 parent 24c941d commit 3c15b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cryptonote_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ full_addrs.insert(SEED_NODE_5);
217217

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

0 commit comments

Comments
 (0)