BIP8 and UASF explained: height-based activation, lockinontimeout, MUST_SIGNAL, economic-node enforcement and the split risks miners must assess.
TL;DR
BIP8 is a height-based soft-fork deployment method. A user-activated soft fork describes enforcement led by users and economic nodes on a predetermined boundary rather than activation being conditional only on miner signalling. In BIP8, MUST_SIGNAL is a consensus state for deployments with lockinontimeout enabled.
BIP148 specified mandatory signalling for the existing SegWit deployment from 1 August 2017 if SegWit had not already locked in.
BIP8 and UASF explained in simple English
BIP8 and UASF explained: BIP8 is a height-based soft-fork deployment method. Unlike BIP9's median-time-past start and timeout, it uses retarget-boundary heights and adds lockinontimeout.
Simple example
A node operator is checking BIP8 and UASF explained. When that option is true, a final MUST_SIGNAL phase can make compliant signalling mandatory and guarantee transition to LOCKED_IN.
Key terms in plain English
- BIP:
- Bitcoin Improvement Proposal: a document that suggests or explains a change to Bitcoin. A BIP number does not mean the idea is active.
- Consensus:
- The shared rules that Bitcoin or another network uses to decide whether blocks and transactions are valid.
- Soft fork:
- A proposed tightening of network rules. Older software may not enforce the new rule itself.
- Node:
- A computer running network software that checks data and talks to other computers on the network.
- ASIC:
- A computer built to do one specialised job. A mining ASIC is designed for a particular proof-of-work algorithm.
What BIP8 changes
BIP8 is a height-based soft-fork deployment method. Unlike BIP9’s median-time-past start and timeout, it uses retarget-boundary heights and adds lockinontimeout. When that option is true, a final MUST_SIGNAL phase can make compliant signalling mandatory and guarantee transition to LOCKED_IN. The specification still requires careful parameter selection and broad economic readiness.
Start with the validating node, because the ASIC only hashes the candidate header it receives. Record the node release and the pool component that assembled the block. If those facts are unknown, the operator cannot show which rules were actually applied before electricity was committed to the work.
What a UASF mean
A user-activated soft fork describes enforcement led by users and economic nodes on a predetermined boundary rather than activation being conditional only on miner signalling. Users in this context include exchanges, merchants, wallets and node operators that decide which blocks they accept. The term does not mean miners are irrelevant. Hashrate determines how quickly each valid branch accumulates work and affects disruption risk.
Treat status dashboards as observations, not as the source of truth. Compare them with an independently operated node and retain the raw deployment or template response. Period boundaries, chain reorganisations and cached pool pages can otherwise make a correct-looking percentage describe the wrong state.
The role of MUST_SIGNAL
In BIP8, MUST_SIGNAL is a consensus state for deployments with lockinontimeout enabled. Once too many blocks in the final period have failed to signal, another non-signalling block is invalid to enforcing nodes. Template servers must place the required bit in vbrequired. A miner cannot safely clear it merely because an older pool or firmware path permits manual version rolling.
Build the failure response before the boundary arrives. Define which rejection messages trigger an alert, who can pause a template source and how failover is prevented from returning miners to the same faulty validation stack. A second hostname is not independent when both endpoints share one node.
BIP148 as the historical example
BIP148 specified mandatory signalling for the existing SegWit deployment from 1 August 2017 if SegWit had not already locked in. During its active window, enforcing nodes would reject blocks that failed to set the required version bit. The proposal was designed to cause compatible activation. But its own backward-compatibility analysis acknowledged coordination and chain-risk concerns.
Separate readiness, signalling and enforcement in the operating log. Readiness is a claim about software and process, signalling is data carried by blocks, and enforcement is a validation result. Combining them into a single supported or unsupported label hides the point at which revenue is actually at risk.
Why miner consensus is the wrong phrase
Miners can signal, select transactions and extend a valid tip. But they do not rewrite the validation software of economic nodes. Saying that a proposal lacks miner consensus can describe weak hashrate coordination, yet it should not be confused with the complete consensus system. The practical question is which rules are enforced by the nodes that miners, exchanges and users actually depend upon.
Map responsibility across the full path: validating node, template server, pool protocol, proxy, firmware and ASIC. For each layer, state what it can alter and what it merely relays. This prevents a version-bit setting in firmware from being mistaken for complete consensus-rule support. Relate that responsibility map to the pool and job-control boundary in our Stratum V2 guide.
How a split could persist
BIP8 notes that nodes with lockinontimeout true can follow a lower-work compliant chain while nodes without it follow a higher-work alternative. Peer connectivity and template sources therefore matter. A failover design that sends every miner to the same incompatible node is not independent. Operators need separately maintained nodes and an explicit policy for chain disagreement.
Test the primary and failover paths with the same checks. Compare chain tip, chainwork, deployment state, required rules and template age, then save the result with a timestamp. The process should be repeatable by another operator without relying on an undocumented pool conversation.
Operator checklist for mandatory signalling
Read the exact deployment parameters, confirm the software implementation and test the activation boundary by height. Verify rules, vbavailable and vbrequired in getblocktemplate. Agree in advance when to pause mining, change pools or isolate a misconfigured template server. Keep an independent block explorer only as a secondary observation, because local validating nodes are the authority for the rules they enforce.
Turn the conclusion into a business decision. State which chain and settlement venues the operation intends to serve, the maximum acceptable stale-block exposure and the point at which mining pauses. This connects protocol evidence to electricity cost, pool revenue and payout finality.
Operator decision record
A concise decision record for BIP8 and UASF explained should name the source documents, their dates, the node release tested, the responsible pool or template provider and the exact trigger for action. Include screenshots or machine-readable output for the deployment state. But keep the raw node response as the stronger evidence.
State whether a change affects policy, block construction or consensus validity, because those layers have different failure costs.
Run the check on every production and failover path. Confirm that monitoring alerts on stale templates, unexpected chain tips, rejected proposals and a rise in stale shares. Keep rollback instructions for node and pool configuration. But do not roll back across an active consensus boundary without understanding the rules the older release enforces.
If the evidence conflicts, pause the affected path and investigate before committing more electricity to uncertain work.
For related background, read our plain-English BIP-110 guide and technical BIP-110 review. Those articles use a modern proposal to show why signalling, activation, template construction and accepted chain history must be examined separately.
Conclusion
Bip8 and uasf explained is best understood as a defined interaction between validating software, mining infrastructure and economic acceptance. The safest operator does not infer consensus from a dashboard percentage or a pool slogan. They verify the rule source, the activation boundary, the template fields and the chain their payouts ultimately settle on.
That discipline reduces the chance of hashing an invalid or commercially unwanted block.
Frequently asked questions
What is the main point of BIP8 and UASF explained?
BIP8 and UASF explained: BIP8 is a height-based soft-fork deployment method. Unlike BIP9's median-time-past start and timeout, it uses retarget-boundary heights and adds lockinontimeout.
For BIP8 and UASF explained, what should a beginner know about what BIP8 changes?
BIP8 is a height-based soft-fork deployment method. Unlike BIP9's median-time-past start and timeout, it uses retarget-boundary heights and adds lockinontimeout.
For BIP8 and UASF explained, what should a beginner know about what a UASF means?
A user-activated soft fork describes enforcement led by users and economic nodes on a predetermined boundary rather than activation being conditional only on miner signalling.
For BIP8 and UASF explained, what should a beginner know about the role of MUST_SIGNAL?
In BIP8, MUST_SIGNAL is a consensus state for deployments with lockinontimeout enabled.
Primary sources
Primary specifications are living technical records. Check their current status and changelog before using this article for a production activation decision.
Join the ASIC Mining Discussion
Members can read and join the discussion
Log in to read comments from other miners. Create a free account if you would like to ask a question or share your experience.
Membership helps us protect the discussion from spam and keep answers useful.