Second merge mining test

merge-mining
SChernykh 2024-06-17 10:36:36 +02:00
parent 5b3c1d749c
commit 3ce57ec254
2 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@ static constexpr uint64_t LOG2_MERGE_MINING_MAX_CHAINS = 8;
// TBD // TBD
static constexpr uint64_t MERGE_MINING_FORK_TIME = std::numeric_limits<uint64_t>::max(); static constexpr uint64_t MERGE_MINING_FORK_TIME = std::numeric_limits<uint64_t>::max();
// Jun 09 2024 20:00:00 GMT+0000 // Jun 18 2024 20:00:00 GMT+0000
static constexpr uint64_t MERGE_MINING_TESTNET_FORK_TIME = 1717963200; static constexpr uint64_t MERGE_MINING_TESTNET_FORK_TIME = 1718740800;
struct DifficultyData struct DifficultyData
{ {

View File

@ -1,5 +1,5 @@
{ {
"name": "mm_test", "name": "mm_test2",
"password": "", "password": "",
"block_time": 10, "block_time": 10,
"min_diff": 100000, "min_diff": 100000,