On September 1, 2026, a chain is due to launch that splits away from the Bitcoin blockchain. If you hold bitcoin, you do not need to transfer anything, exchange anything or unlock anything before then. That is what the project’s own documentation says, and none of the reports so far contradicts it.
What is unusual is the level at which this fork intervenes. It reaches one layer deeper than the usual points of contention: what changes is the hashing algorithm used to produce blocks in the first place. SHA-256d becomes BLAKE2b. That renders every existing bitcoin mining machine useless for the new chain, and it is precisely at this point that it will be decided whether the new chain comes into existence in practice at all.
This article sets out the case: what is planned for September 1, what the backstory tells us, what risk a chain split actually creates for you, and how German tax law treats coins from a fork if you are ever allocated any. We explained the mechanics of a chain split as such in a separate article on August 20, 2026, on the bitcoin fork and how to secure your coins. Here the subject is this specific case and what sets it apart from earlier forks.
Bitcoin fork with BLAKE2b: what is planned for September 1, 2026
Behind the project are supporters of the bitcoin software Bitcoin Knots. Bitcoin Knots is a separate variant of the bitcoin software that serves the same chain as the widely used Bitcoin Core, but offers stricter rules, for instance against storing arbitrary data in blocks. The driving figure is the developer Luke Dashjr, whose main role is chief technology officer at the mining provider Ocean Mining.
The sequence of events, as crypto.news described it on August 31, 2026: on August 29, Dashjr called on miners to power down their hash rate ahead of a test on August 30. That test was the dress rehearsal for swapping out the hashing algorithm. If it runs without errors, version 29.4.1 of the Knots software can lock in the new chain on September 1. The candidate running in the test was 29.4.1rc4, the fourth release candidate of that version.
An important qualification: September 1 is a target, not an irreversible activation deadline. If technical problems arise, further release candidates and a rollback to the last block under the old algorithm are provided for. On the public record, there is no fixed date at which the chain necessarily comes into being.
In substance, the fork brings a limit alongside the new hashing algorithm: arbitrary data in blocks is temporarily capped at around 300 kilobytes per block. According to the project documentation, this limit is due to expire on September 1, 2027; after that, node operators decide for themselves whether to keep it.
One term up front, because the rest rests on it: a hard fork is a rule change that the old software no longer accepts. From the point of separation onwards, both sides continue their own chain, and both carry the same history up to that point.
Proof of work: why the switch from SHA-256d to BLAKE2b locks out existing miners
Proof of work is the method by which a network secures its blocks: anyone who wants to append a block must solve a computationally expensive task whose result everyone else can verify in a fraction of a second. Bitcoin has used the SHA-256d function for this since 2009.
The machines that solve this task are special-purpose devices. They can do SHA-256d and nothing else. A switch to BLAKE2b therefore means that the entire existing hash rate of the bitcoin network is unavailable to the new chain. Anyone who wants to produce blocks there has to do it with ordinary processors or graphics cards, or have new hardware built.
For the project’s supporters, that is the whole point of the exercise. They want to prise block production out of the hands of the large mining operations that set the pace today. The price is a chain that starts out with very little hash power behind it, and that is no side issue: the less hash power secures a chain, the easier it is to rewrite its history after the fact.
The size of the gap can be read off a figure from the public debate reported by the trade outlet CryptoSlate on August 31, 2026: one of the proposed starting difficulties would require around 870 terahash per second. The testnet4 environment under discussion for the purpose was estimated at 50 to 70 terahash per second. How much hash power operators had actually committed was not apparent from the public debate. For comparison: the bitcoin network itself has been operating for years in the range of several hundred thousand petahash per second, that is, many orders of magnitude above it.

Bitcoin Knots, BIP-110 and two blocks: the backstory of the fork
The September 1 attempt is not the first. Three weeks earlier, a fork out of the same circle was already under way. It went back to BIP-110, a proposal conceived as a user-activated tightening of the rules: nodes that enforce it reject, from a cut-off date, blocks that do not support it.
On August 8, 2026, those nodes began rejecting. The bulk of the hash rate went on producing blocks under the old rules. According to the reported figures, the enforcing branch reached 2.53 percent miner support, produced two blocks and then came to a halt.
Why a new chain can fail for want of hash power
A blockchain depends on blocks appearing at regular intervals. If the hash power does not materialise, none appear. Balances on such a chain then exist arithmetically but cannot be moved in practice, because no transfer is confirmed. Anyone hoping a fork will hand them a second balance should know about this case before putting effort into it.
On top of that comes the question of who will accept the new coins at all. On the state of reporting, no major exchange, no widely used wallet, no custodian, no block explorer and no Lightning implementation had publicly committed to supporting the BLAKE2b chain shortly before the planned launch. Without a trading venue there is no price, and without a price there is nothing to sell.
Do bitcoin holders need to do anything before September 1?
The project documentation answers this itself, and the answer is unambiguous. It states: “Your addresses, keys, and coins stay the same. You do not need to move bitcoin before the fork.” You can read it in the project’s frequently asked questions.
That statement comes from the people running the project and is therefore self-reported. On this point, however, it matches the general mechanics of a chain split: your balance hangs on your keys, and a fork does not change them.
The pressure to act arises somewhere else. Anyone holding their own bitcoin in self-custody should know whether their wallet supports the signature form that prevents a replay attack, and whether it even registers that a second chain exists. Anyone whose bitcoin sits with a provider depends on that provider’s decision. Which form of custody keeps control in which situation is shown in our comparison of hardware wallets.
Replay protection in the BLAKE2b fork: why SIGHASH_UNIFIED is optional
A replay attack is the most unpleasant consequence of a chain split. It works like this: you send a transfer on one chain. Because both chains know the same history and the same format, the identical transfer is also valid on the other chain. Someone picks it up there and sends it again. Your balance on the second chain thereby moves to the same recipient without you intending it.
The project documentation names a dedicated signature format called SIGHASH_UNIFIED as the countermeasure. The decisive part is how it is built: by the description, it only takes effect if a wallet actively supports and uses it. That makes it something short of protection that applies in every case. Wallets meant to spend on both chains would have to support the format.
In practice this means: as long as it is unclear whether a second chain exists and whether your wallet knows this format, holding back on larger transfers in the days around a fork is the simpler decision. That is not a rule, but a trade-off between convenience and a mistake that cannot be undone.
Light wallets and block headers: why 164 bytes instead of 80 affect your wallet software
A block header is the short record that uniquely describes a block and chains it to the previous one. In bitcoin it is 80 bytes long. According to the reports, the BLAKE2b chain works with a divergent format of 164 bytes.
That sounds technical but has a very concrete consequence. A light wallet, often called an SPV wallet, does not download the whole blockchain but only these block headers in order to verify payments. It cannot make sense of a different format without an update. Your ordinary phone wallet will therefore not see the new chain by itself.
For hardware wallets, the project documentation distinguishes two cases. Devices that verify the hashing algorithm or the chain identity themselves need new firmware. Ordinary signing of a payment, by contrast, continues to work. Security-relevant firmware updates should only ever be fetched through the manufacturer’s official application, as most recently in the case of the Coldcard firmware and the seed that had to be generated anew.
Bitcoin on exchanges: what trading venues do with deposits and withdrawals during a chain split
The project documentation expressly recommends that trading venues suspend deposits and withdrawals across the period of the fork and state publicly which chain they support. That is exactly how exchanges handled earlier splits.
For you this means two things. First, you may be unable to deposit or withdraw for a few hours even though nothing has happened to your balance. Second, the provider decides whether to credit you with coins from a new chain. The terms and conditions of most houses give you no claim to that. Anyone who cares about deciding for themselves in a split needs the private keys in their own hands. Which providers are licensed in Germany and how they have behaved in such situations so far can be found in our overview of the best crypto exchanges.
One practical note: news about a fork reaches you most reliably through your provider’s status page. Anyone waiting instead for posts on social networks will mostly see advertising from those who profit from the excitement.

Node operators: how to tell which software enforces your rules
If you run a node yourself, that is the only place in this article with a genuine need to act before September 1. Check which software is running on your machine and which version. Bitcoin Core and Bitcoin Knots are two different programs with different default settings.
Anyone who wants to follow the new chain needs, according to the project documentation, a version that supports BLAKE2b, and has to set an additional configuration value; the software is distributed via bitcoinknots.org. Anyone who wants to keep following the existing chain need do nothing. That is the reassuring half of this news: doing nothing is a valid decision here, and it means your node follows the chain it follows today.
A node, incidentally, is not a prerequisite for holding bitcoin. It is the means of checking the rules yourself instead of trusting a third party’s word. In a contested fork, that is the difference between an answer of your own and a borrowed one.
Fake claim sites: why nobody needs your seed phrase for a fork
Every announced fork brings with it a wave of offers to help you claim the supposed new coins. The pattern has been the same for years: a cleanly designed page, an input field for the seed phrase or a wallet connection with sweeping permissions, and after that the balance is gone.
The rule of thumb is short. A chain split creates balances automatically out of your existing keys. There is nothing to claim, nothing to register and nothing to unlock. Anyone asking for your seed phrase wants your money, no matter how the page looks.
Just as important is the second variant, in which no seed is requested but only a signature. How to recognise such an approval before you grant it is something we described using the example of wallet drainers and their signature prompts.
Tax on a bitcoin fork: what the German finance ministry says about splitting acquisition costs
If coins from a new chain are in fact allocated to you in a fork, that is not a tax non-event in Germany. The Federal Ministry of Finance set out the treatment in its letter of March 6, 2025, on individual questions of the income tax treatment of crypto assets, file reference IV C 1 – S 2256/00042/064/043.
Two points from it are material for private investors. First, the allocation of the new crypto assets counts as an acquisition. Second, the acquisition costs of the coins held before the fork are apportioned between the old and the new assets, in the ratio of their market prices at the time of the fork.
From that follows a question that stays open in the case of a chain without a trading venue: with no market price for the new chain, the yardstick for the apportionment is missing. How the tax office handles that is a question for your tax adviser and not one that can be answered in general terms. What you can do regardless: record the date, block height and balance at the time of a split, because these details are only laboriously reconstructed later. Tools that keep a running record of your holdings can be found in our comparison of crypto tax tools and portfolio trackers.
What is settled about the BLAKE2b fork and what remains open
Settled is the plan: the swap of the hashing algorithm, the test on August 30, the release candidate 29.4.1rc4, September 1 as the target and the temporary data limit until September 1, 2027. Settled too is the backstory with the two blocks in August.
Open is whether a chain comes into being at all on September 1, how much hash power carries it, whether a trading venue can be found and whether the replay protection reaches widely used wallets. Anyone telling you today what such a coin allocation will be worth is going far beyond what is publicly known.
And one distinction that is quickly lost in reports of this kind: the existing bitcoin blockchain is unaffected by the project. It continues to run on SHA-256d, your bitcoin there stay where they are, and neither your addresses nor your keys change.
Making sense of the BLAKE2b fork: what you take away
- Check your custody, do not reshuffle it. Look at whether your coins sit with a provider or in your own custody, and whether your wallet software is up to date. You do not have to move anything before September 1. Which devices take on which job is set out in the hardware wallet comparison.
- Read your trading venue’s status page. If your provider suspends deposits and withdrawals, it will say so there and not in a direct message. If in doubt, compare which provider gives clean information in such situations with the overview of the best crypto exchanges.
- Secure your records, never enter your seed. Note the date and your holdings in case an allocation happens, and do not enter your seed phrase on any claim page. The crypto tax tools help with keeping a running record of your holdings.
(As of August 31, 2026. This article is not investment advice. Prices and fee structures change; check the terms with the provider before you buy.)




Be the first to comment