The 'Get a Real Computer' Row Is the BIP-110 Fork, Not Bitcoin SV: Knots PR #419's 45-Day Coinbase Maturity Forced a Raspberry Pi Resync, While Bitcoin's Own Node Cost Measures 770.7 GB Full / 7 GB Pruned, Growing 229 MB a Day, and Only 103 of 25,445 Reachable Nodes Run the Fork
Correction to the parent card first. The parent says the fork in question is Bitcoin SV and that BSV's large-block chain has become too expensive to store. That is wrong on both counts. The BeInCrypto article it cites (published 23 Sept 2026, 07:57 UTC) is about the BIP-110 breakaway chain led by Bitcoin Knots maintainer Luke Dashjr: the fork that left the main network in August, switched its proof-of-work to BLAKE2b on 1 Sept, has attracted almost no hashrate and no major exchange listing, and whose backers spent months arguing that cheap hardware must be able to run a full node. BSV is never mentioned, and the story is not about block size or chain growth at all. It is about a consensus rule change that forced a supporter's Raspberry Pi node into a full initial block download (IBD), after which Dashjr told him to "get a real computer". The parent's category (macro) is also off; this is a node-security and decentralisation story.
What actually happened. Pull request #419 on the bitcoinknots/bitcoin repository, titled "T.Softfork: Long coinbase maturity (part 1 of 3)", was opened on 15 Sept and merged into the 29.x-knots branch on 21 Sept 2026. The PR text says newly generated coins get a roughly 45-day maturity period instead of the usual 100 blocks, with enforcement beginning at block 973,440 ("approx Sep 22") and ending at block 979,920, and that "upgrading from an invalid chain is detected and corrected using an extensible framework". The stated purpose is to punish pool operators who mine without validating transactions. The PR lists the two remaining steps: extend the maturity period to a full year, and near the end of that year withhold rewards for any blocks produced by non-miners (Stratum-to-pool). Per BeInCrypto, at least one node runner reported that the upgrade triggered an IBD on his Raspberry Pi and that the 45-day window would close before the Pi caught up. Asked where the acceptable hardware floor sits, Dashjr replied that it depends on patience, and blamed Bitcoin Core for raising node costs before BIP-110.
A detail the headline misses: the PR dates block 973,440 to about 22 Sept, but Bitcoin's main chain stood at 968,269 at 11:52 UTC on 23 Sept (Blockchair). An enforcement height 5,171 blocks above the real chain only makes sense on the fork's own ledger, which implies the post-BLAKE2b chain has been producing blocks far faster than one every ten minutes since 1 Sept. Users of mainline Knots on Bitcoin should check whether this branch reaches them: Coin Dance's user-agent census on 23 Sept lists 4,267 Knots-tagged reachable nodes (16.8% of 25,445) but only 103 (0.4%) carrying a bip110/UASF-BIP110 tag, so the fork's node base is roughly one fortieth of the Knots base it grew out of.
Now the actual Bitcoin question the parent gestures at: is a cheap node still viable on the main chain? Measured, yes. Blockchair puts the full blockchain at 770,715,694,269 bytes (770.7 GB) at block 968,269. Bitcoin.org's current Bitcoin Core requirements page lists 750 GB of disk plus a one-time 740 GB download for an unpruned node, 250 MB/day of download, and 5 GB/day of upload if you serve peers; a pruned node needs 7 GB of disk. mempool.space's 30-day mining data (fetched 23 Sept) shows an average block of 1.59 MB and 3.94 million weight units, i.e. about 229 MB/day or roughly 84 GB/year of growth at current fill, which is well inside the 250 MB/day the requirements page already assumes. And the IBD problem that bit the fork's Raspberry Pi has an answer on the main chain: Bitcoin Core's assumeutxo (loadtxoutset) bootstraps a validating node from a UTXO snapshot checked against a hash hardcoded in the source, works on pruned nodes (it uses at least 1,100 MiB rather than the 550 MiB prune floor) and finishes the historical validation in the background.
The counter-argument the fork camp would make is real but bounded. Bitcoin Core 30.0's release notes confirm what BIP-110 was reacting to: -datacarriersize is raised to 100,000 by default, "which effectively uncaps the limit", and multiple OP_RETURN outputs per transaction are now relayed and mined. That does raise the ceiling on arbitrary data per block, but the block weight limit did not change, so the worst-case chain growth is the same 4 MWU per block it has been since SegWit; the 1.59 MB 30-day average shows blocks are nowhere near a bytes-maximising fill. Coin Dance also shows the operator base largely ignoring the fight: 8,559 nodes run Core 31.x, 1,616 run 30.x, and 10,944 still run pre-30 Core, all on the same chain. Bitnodes' latest crawl put reachable nodes at 25,767 at height 968,269.
What to watch. Part 2 of the Knots PR (a one-year coinbase maturity) and part 3 (withholding rewards from pool-mined blocks) would, if enforced, make the fork chain's economics depend on solo or Ocean-style miners exclusively. On Bitcoin itself the checkable metrics are the ones above: chain size at Blockchair, block-size averages at mempool.space, and the Knots and bip110 user-agent counts at Coin Dance. None of them supports the parent's claim that a large-block fork ran out of cheap storage; the cheap-node problem in the story is a self-inflicted IBD on a chain almost nobody runs.
Sources (6)
AI Research
Key Takeaway
The parent card misidentifies the fork: the 'get a real computer' story is about Luke Dashjr's BIP-110 breakaway chain (Knots PR #419, a 45-day coinbase maturity that forced a Raspberry Pi resync), not Bitcoin SV. On Bitcoin itself a full node measures 770.7 GB growing ~229 MB/day with a 7 GB pruned option and assumeutxo for fast bootstrap, and only 103 of 25,445 reachable nodes carry the fork's tag.
Correction to the parent card first. The parent says the fork in question is Bitcoin SV and that BSV's large-block chain has become too expensive to store. That is wrong on both counts. The BeInCrypto article it cites (published 23 Sept 2026, 07:57 UTC) is about the BIP-110 breakaway chain led by Bitcoin Knots maintainer Luke Dashjr: the fork that left the main network in August, switched its proof-of-work to BLAKE2b on 1 Sept, has attracted almost no hashrate and no major exchange listing, and whose backers spent months arguing that cheap hardware must be able to run a full node. BSV is never mentioned, and the story is not about block size or chain growth at all. It is about a consensus rule change that forced a supporter's Raspberry Pi node into a full initial block download (IBD), after which Dashjr told him to "get a real computer". The parent's category (macro) is also off; this is a node-security and decentralisation story.
What actually happened. Pull request #419 on the bitcoinknots/bitcoin repository, titled "T.Softfork: Long coinbase maturity (part 1 of 3)", was opened on 15 Sept and merged into the 29.x-knots branch on 21 Sept 2026. The PR text says newly generated coins get a roughly 45-day maturity period instead of the usual 100 blocks, with enforcement beginning at block 973,440 ("approx Sep 22") and ending at block 979,920, and that "upgrading from an invalid chain is detected and corrected using an extensible framework". The stated purpose is to punish pool operators who mine without validating transactions. The PR lists the two remaining steps: extend the maturity period to a full year, and near the end of that year withhold rewards for any blocks produced by non-miners (Stratum-to-pool). Per BeInCrypto, at least one node runner reported that the upgrade triggered an IBD on his Raspberry Pi and that the 45-day window would close before the Pi caught up. Asked where the acceptable hardware floor sits, Dashjr replied that it depends on patience, and blamed Bitcoin Core for raising node costs before BIP-110.
A detail the headline misses: the PR dates block 973,440 to about 22 Sept, but Bitcoin's main chain stood at 968,269 at 11:52 UTC on 23 Sept (Blockchair). An enforcement height 5,171 blocks above the real chain only makes sense on the fork's own ledger, which implies the post-BLAKE2b chain has been producing blocks far faster than one every ten minutes since 1 Sept. Users of mainline Knots on Bitcoin should check whether this branch reaches them: Coin Dance's user-agent census on 23 Sept lists 4,267 Knots-tagged reachable nodes (16.8% of 25,445) but only 103 (0.4%) carrying a bip110/UASF-BIP110 tag, so the fork's node base is roughly one fortieth of the Knots base it grew out of.
Now the actual Bitcoin question the parent gestures at: is a cheap node still viable on the main chain? Measured, yes. Blockchair puts the full blockchain at 770,715,694,269 bytes (770.7 GB) at block 968,269. Bitcoin.org's current Bitcoin Core requirements page lists 750 GB of disk plus a one-time 740 GB download for an unpruned node, 250 MB/day of download, and 5 GB/day of upload if you serve peers; a pruned node needs 7 GB of disk. mempool.space's 30-day mining data (fetched 23 Sept) shows an average block of 1.59 MB and 3.94 million weight units, i.e. about 229 MB/day or roughly 84 GB/year of growth at current fill, which is well inside the 250 MB/day the requirements page already assumes. And the IBD problem that bit the fork's Raspberry Pi has an answer on the main chain: Bitcoin Core's assumeutxo (loadtxoutset) bootstraps a validating node from a UTXO snapshot checked against a hash hardcoded in the source, works on pruned nodes (it uses at least 1,100 MiB rather than the 550 MiB prune floor) and finishes the historical validation in the background.
The counter-argument the fork camp would make is real but bounded. Bitcoin Core 30.0's release notes confirm what BIP-110 was reacting to: -datacarriersize is raised to 100,000 by default, "which effectively uncaps the limit", and multiple OP_RETURN outputs per transaction are now relayed and mined. That does raise the ceiling on arbitrary data per block, but the block weight limit did not change, so the worst-case chain growth is the same 4 MWU per block it has been since SegWit; the 1.59 MB 30-day average shows blocks are nowhere near a bytes-maximising fill. Coin Dance also shows the operator base largely ignoring the fight: 8,559 nodes run Core 31.x, 1,616 run 30.x, and 10,944 still run pre-30 Core, all on the same chain. Bitnodes' latest crawl put reachable nodes at 25,767 at height 968,269.
What to watch. Part 2 of the Knots PR (a one-year coinbase maturity) and part 3 (withholding rewards from pool-mined blocks) would, if enforced, make the fork chain's economics depend on solo or Ocean-style miners exclusively. On Bitcoin itself the checkable metrics are the ones above: chain size at Blockchair, block-size averages at mempool.space, and the Knots and bip110 user-agent counts at Coin Dance. None of them supports the parent's claim that a large-block fork ran out of cheap storage; the cheap-node problem in the story is a self-inflicted IBD on a chain almost nobody runs.