BIP 159 pruned nodes explained: learn NODE_NETWORK_LIMITED signalling, recent-block service, fingerprinting controls and mining-node boundaries.
TL;DR
A pruned Bitcoin node fully validates the chain as it synchronises but deletes older raw block and undo files after they are no longer required by its configured storage target. NODE_NETWORK historically indicated that a peer could serve the complete block history.
A limited peer must be capable of serving at least the most recent 288 blocks, roughly two days at the target interval. Nodes should relay addresses for limited peers they would be willing to connect to, allowing them to participate in network topology.
BIP 159 pruned nodes in simple English
BIP 159 pruned nodes: NODE_NETWORK historically indicated that a peer could serve the complete block history. A pruned peer can still relay headers, transactions, addresses and recent blocks but cannot honestly promise every old block.
Simple example
A node operator is checking BIP 159 pruned nodes. A pruned Bitcoin node fully validates the chain as it synchronises but deletes older raw block and undo files after they are no longer required by its configured storage target.
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.
- Bitcoin Core:
- Widely used Bitcoin software. It can check blocks and transactions and provide wallet, network and operator tools.
- Consensus:
- The shared rules that Bitcoin or another network uses to decide whether blocks and transactions are valid.
- 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 a pruned node keeps
A pruned Bitcoin node fully validates the chain as it synchronises but deletes older raw block and undo files after they are no longer required by its configured storage target. It retains the UTXO set, headers and current validation state.
Pruning reduces disk use. It does not turn the node into an SPV client or remove the requirement to validate every downloaded block during initial sync.
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.
Why a limited service bit was needed
NODE_NETWORK historically indicated that a peer could serve the complete block history. A pruned peer can still relay headers, transactions, addresses and recent blocks but cannot honestly promise every old block. BIP 159 assigns NODE_NETWORK_LIMITED so peers can advertise useful recent-chain service without claiming archival capability, improving use of pruned nodes while protecting bootstrap demand for archival peers.
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 288-block guarantee
A limited peer must be capable of serving at least the most recent 288 blocks, roughly two days at the target interval. Clients should leave an extra 144-block reorganisation safety buffer when depending on that service. The threshold is a minimum advertised capability, not a promise of uptime, bandwidth, low latency or a particular deeper prune horizon.
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.
Address relay and peer selection
Nodes should relay addresses for limited peers they would be willing to connect to, allowing them to participate in network topology. A client needing only recent data can choose limited peers. At the same time, historical synchronisation requires peers advertising full network service. DNS and service-bit filters matter. Blindly requesting old blocks from a limited peer creates avoidable failures and can weaken bootstrap diversity.
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.
Fingerprinting and privacy
Different configured prune depths could reveal information when a remote party probes which old blocks a node serves. BIP 159 recommends that limited peers avoid serving below the standard threshold even if some deeper files happen to remain, reducing depth fingerprinting. This is a privacy trade-off: retaining extra data locally does not require advertising or serving a uniquely identifiable boundary.
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.
Mining deployment boundaries
A pruned node can validate current blocks and supply templates if its wallet, indexing and recovery requirements are compatible. But operators may still need archival nodes for audits, rescans or services. Do not use pruning as a substitute for backup, redundant validation or enough SSD performance. A pool should document which component provides historical evidence and what happens when recent block files are corrupted.
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.
Verification checklist
Check service flags, prune setting, disk target, current height and independent chain tip. Test recent-block serving and confirm that historical requests fail as expected. Monitor free space, IBD status, validation latency and peer diversity. Keep at least one recovery route that does not depend on the same pruned dataset. BIP 159 describes network capability signalling, not an endorsement of one storage design.
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 BIP 159 pruned nodes 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
Bip 159 pruned nodes 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 BIP 159 pruned nodes?
BIP 159 pruned nodes: NODE_NETWORK historically indicated that a peer could serve the complete block history.
For BIP 159 pruned nodes, what should a beginner know about what a pruned node keeps?
A pruned Bitcoin node fully validates the chain as it synchronises but deletes older raw block and undo files after they are no longer required by its configured storage target.
For BIP 159 pruned nodes, why a limited service bit was needed?
NODE_NETWORK historically indicated that a peer could serve the complete block history.
For BIP 159 pruned nodes, what should a beginner know about the 288-block guarantee?
A limited peer must be capable of serving at least the most recent 288 blocks, roughly two days at the target interval.
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.