Skip to content
Snippets Groups Projects
Commit cedbd39f authored by Jerome DESCHAMPS's avatar Jerome DESCHAMPS
Browse files

Reduced initial difficulty of pob

parent e23e7081
No related branches found
No related tags found
No related merge requests found
Pipeline #6722 passed
......@@ -32,14 +32,14 @@
chain_id: 636363,
network_id: 636363,
additional_forks: [9200000, 13773000, 15050000],
expiration_time_limit: 86400, // EXP
desired_average_mining_time_in_ms: 10000, // ∆t
desired_demurrage_percent_per_day: 1000, // 10%
difficulty_adjustment_period: 1, // P
expiration_time_limit: 86400, // EXP
desired_average_mining_time_in_ms: 10000, // ∆t
desired_demurrage_percent_per_day: 1000, // 10%
difficulty_adjustment_period: 1, // P
min_update_network_difficulty_percent: 25,
max_update_network_difficulty_percent: 400,
transaction_fees_percentage: 1000, // fr
miner_fixed_reward_per_transaction: "0x5208", // tr
transaction_fees_percentage: 1000, // fr
miner_fixed_reward_per_transaction: "0x5208", // tr
),
genesis: (
number: 0,
......@@ -48,7 +48,7 @@
gas_limit: 5000,
seal: Pob(
vanity: "0x5365706f6c69612c20417468656e732c204174746963612c2047726565636521",
difficulty: "0x20000",
difficulty: "0x2000",
nonce: "0x0000000000000000",
output: "0x0000000000000000000000000000000000000000000000000000000000000000",
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment