Skip to content

Conversation

@ajtowns
Copy link
Contributor

@ajtowns ajtowns commented Dec 13, 2025

This was implicit in the genesis block's nbits value, but better to be clearer.

This was implicit in the genesis block's nbits value, but better to be clearer.
@ajtowns ajtowns force-pushed the 202512-bip325-signet-powlimit branch from 3279d6d to 56e9094 Compare December 13, 2025 20:01
The minimum difficulty for blocks in signet is approximately
0.0011265, corresponding to a maximum target of
<code>00000377ae000000000000000000000000000000000000000000000000000000</code>
which is represented by an nBits value of <code>0x1e0377ae</code>.
Copy link
Member

@jonatack jonatack Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified the maximum target and nBits values correspond to those for signet in src/kernel/chainparams.cpp in Bitcoin Core:

consensus.powLimit = uint256{"00000377ae000000000000000000000000000000000000000000000000000000"};

.../...

genesis = CreateGenesisBlock(1598918400, 52613770, 0x1e0377ae, 1, 50 * COIN);

Edit: verified that these values yield a minimum difficulty of ~0.0011265.

Copy link
Member

@jonatack jonatack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 56e9094

@jonatack jonatack merged commit 870c762 into bitcoin:master Dec 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants