We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c891ca2 + e0d378e commit 393b8fbCopy full SHA for 393b8fb
console/network/src/testnet_v0.rs
@@ -133,9 +133,9 @@ impl Network for TestnetV0 {
133
/// The network edition.
134
const EDITION: u16 = 0;
135
/// The genesis block coinbase target.
136
- const GENESIS_COINBASE_TARGET: u64 = (1u64 << 5).saturating_sub(1);
+ const GENESIS_COINBASE_TARGET: u64 = (1u64 << 10).saturating_sub(1);
137
/// The genesis block proof target.
138
- const GENESIS_PROOF_TARGET: u64 = 1u64 << 3;
+ const GENESIS_PROOF_TARGET: u64 = 1u64 << 8;
139
/// The fixed timestamp of the genesis block.
140
const GENESIS_TIMESTAMP: i64 = 1715776496 /* 2024-05-15 12:34:56 UTC */;
141
/// The network ID.
parameters/src/testnet/resources/block.genesis
0 Bytes
0 commit comments