Mining, nodes and consensus

Card 114

Mining, nodes and consensus
Card 114
Topic 9 · Mining, nodes and consensus · Captain

What is an important difference between a soft fork and a hard fork?

Card answer

Correct answer

Answer A: A soft fork narrows validity; a hard fork can expand it.

Quick explanation

Blocks that are valid under a soft fork remain compatible with the older rules. With a hard fork, old nodes may reject new blocks, which can lead to separate chains.

Detailed explanation

For a consensus change, what matters is how the new set of valid blocks relates to the old rules. A soft fork tightens rules: updated nodes accept only a subset of what older nodes would accept. Older nodes can therefore keep following the new chain even though they do not fully check the new restrictions.

A hard fork expands or changes validity rules so older nodes reject at least some blocks valid under the new rules. If both rule sets remain in use, permanently separate chains can emerge. Hard does not automatically mean aggressive or bad; it describes a lack of backward compatibility.

A soft fork is not automatically risk-free either. Unupdated nodes do not check the new rule themselves and rely on enough relevant participants enforcing it. Activation and coordination are therefore central issues. Segregated Witness and Taproot, for example, were introduced as soft forks. The terms describe technical compatibility, not popularity or quality.

Example or everyday application

A new rule permits only blocks from a stricter subset. Old nodes still accept them: a soft fork. If new rules allowed blocks old nodes reject, hard-fork incompatibility would be possible.

Common misconception

The terms are often understood as small and large updates. Soft and hard forks actually differ in how the set of valid blocks and rules changes.

Sources used

Primary source · EN · Technical source

Bitcoin Developer Guide - Block Chain

HTTPS: YESChecked: 21.09.2026REACHABLE

This source is mainly intended for developers. The relevant information may therefore be harder to find.

Check original source
Supplementary source · EN · Technical source

BIP 141 - Blockgewicht und Konsensgrenze

HTTPS: YESChecked: 19.09.2026REACHABLE

This source is mainly intended for developers. The relevant information may therefore be harder to find.

Check original source