mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-04 01:39:24 +00:00
Second merge mining test
This commit is contained in:
parent
5b3c1d749c
commit
3ce57ec254
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "mm_test",
|
"name": "mm_test2",
|
||||||
"password": "",
|
"password": "",
|
||||||
"block_time": 10,
|
"block_time": 10,
|
||||||
"min_diff": 100000,
|
"min_diff": 100000,
|
||||||
|
|
Loading…
Reference in a new issue