eCash (XEC) Explained
Every SHA-256 miner has seen XEC on a coin list and wondered what it actually is. The short version: a Bitcoin Cash fork, redesigned around a hybrid consensus that finalizes blocks in seconds, with a supply of 21 trillion, a halving clock synchronized with Bitcoin's, and a coinbase that pays miners 58% of the reward — a number you need to know before pointing hashrate at it. This is the first profile in our Know Your Chain series: everything a miner should understand about a coin before mining it.
eCash (XEC) is a SHA-256 proof-of-work cryptocurrency descended from Bitcoin through two forks — Bitcoin to Bitcoin Cash in 2017, and Bitcoin Cash to Bitcoin Cash ABC in November 2020, rebranded eCash in 2021. It keeps Bitcoin’s mining algorithm, supply schedule, and halving rhythm, but re-denominates the unit (21 trillion XEC instead of 21 million coins), adds an Avalanche-based finality layer on top of proof-of-work, and splits the block reward among miners, development, and stakers. Any Bitcoin ASIC can mine it — which is exactly why understanding it properly matters.
Key takeaways
- Same Bitcoin DNA, different unit. XEC’s total supply is 21 trillion — Bitcoin’s 21 million multiplied by one million, a deliberate redenomination to two decimal places for usability. The emission schedule and 210,000-block halvings mirror Bitcoin’s, and roughly 95% of the supply is already distributed, with no premine, vesting, or founder allocation.
- Miners receive 58% of the block reward. Under the network’s funding policy, the coinbase currently splits ~58% to the miner, ~16% to protocol development, ~16% to ecosystem funding, and ~10% to Avalanche staking rewards. At today’s subsidy that means roughly 1.81 million XEC to the block finder — the single most important number when comparing XEC to other SHA-256 chains.
- Blocks finalize in seconds, not confirmations. Avalanche Post-Consensus (live since 2022) gives one-block finality and strong reorg protection; Pre-Consensus (activated November 15, 2025) finalizes transactions in under three seconds. For a solo miner, finality means a found block is locked in almost immediately.
- Solo odds are the middle rung of the SHA-256 ladder. At the live difficulty (~6.6 billion, July 2026 — about 1/20,000th of Bitcoin’s), an S21-class machine expects a block in roughly a day and a half; a single Bitaxe, just under a year.
- The honest trade-offs are real: a minority-hashrate chain, a volatile small-cap price, thinner exchange liquidity than BTC or BCH, and a reward split that hands the miner just over half the coinbase. Mine it with those facts priced in, not discovered later.
This article is the first in our Know Your Chain series — one complete profile for each of the five SHA-256 chains you can solo mine, covering where the coin came from, why it exists, how its economics actually work, and what your hardware can realistically expect. Because pointing an ASIC at a chain you don’t understand isn’t strategy; it’s just noise with a power bill.
The origin story: two forks from Bitcoin
eCash’s lineage runs straight through the biggest ideological battles in Bitcoin’s history. In August 2017, the block-size wars split Bitcoin: Bitcoin Cash (BCH) forked away to pursue on-chain scaling for payments. Its lead developer was Amaury Séchet, creator of the Bitcoin ABC node software that powered the new chain. Three years later the scaling camp itself split: on November 15, 2020, a dispute over a proposed Infrastructure Funding Plan — routing a slice of the block reward to development — divided Bitcoin Cash into BCH (which rejected it) and Bitcoin Cash ABC, BCHA (which embraced it), led by Séchet and the Bitcoin ABC team.
In July 2021, BCHA rebranded to eCash with ticker XEC, converting balances 1:1 while re-denominating the unit by a factor of one million. Séchet’s stated logic was blunt: no other money uses eight decimal places, and a unit people can count in integers is easier to adopt. The name itself reaches back to cryptography’s prehistory — David Chaum’s 1990s “ecash” was the original digital cash experiment — signaling the project’s ambition: to be the version of Bitcoin that actually functions as everyday electronic cash.
Why does eCash exist? The thesis
Every fork encodes a disagreement, and eCash encodes two. First, cash means fast and cheap: the project’s north star is payments — sub-cent fees, instant finality, and a roadmap targeting throughput that scales from ~100 transactions per second toward millions via adaptive block sizes and parallelization. Second, development needs funding that doesn’t depend on charity: the very issue that split it from BCH became its defining feature — the protocol routes a portion of every block reward to development and ecosystem work, making the chain self-funding by design. Whether you find that elegant or uncomfortable is a legitimate judgment call (we cover both readings under risks), but it’s the honest answer to “why does this chain exist”: to test whether a Bitcoin-derived payments chain can fund its own evolution.
Tokenomics: Bitcoin’s clock, a different face
| Parameter | eCash (XEC) | Note |
|---|---|---|
| Algorithm | SHA-256 proof-of-work | Any Bitcoin ASIC mines it |
| Total supply | 21 trillion XEC | = Bitcoin’s 21M × 1,000,000 redenomination; 2 decimals |
| Distributed so far | ~95% | Ledger history back to 2009; no premine, no vesting, no founder allocation |
| Halving schedule | Every 210,000 blocks | Synchronized with Bitcoin’s eras; current subsidy ~3.125M XEC/block |
| Block time target | ~10 minutes | Smoothed by the Heartbeat real-time DAA (see below) |
| Coinbase split | ~58% miner · ~16% protocol dev · ~16% ecosystem (GNC) · ~10% staking | Per the project’s published mid-2026 breakdown; set by miner policy, not hardcoded forever |
| Miner’s take today | ~1,812,500 XEC per block | 58% of the ~3.125M subsidy, plus the miner share of fees |
| Address format | ecash: prefix | Use an XEC address, not a BCH one, when mining |
The row that deserves a second look is the coinbase split. On Bitcoin, the block finder keeps 100% of subsidy and fees. On eCash, the protocol’s funding policy directs about 42% of issuance elsewhere before the miner is paid. That isn’t hidden — it’s the chain’s founding thesis — but it means naive block-value comparisons overstate XEC by nearly 2×. When you compare chains, compare the miner’s slice, not the headline reward. (It also means every block you find quietly funds the software you mine with — Bitcoin ABC’s node, indexer, and wallet stack are paid from the same coinbase that pays you.)
The technology that actually matters to a miner
Avalanche finality — your block is safe in seconds. On top of Nakamoto proof-of-work, eCash runs an Avalanche consensus layer (built by Bitcoin ABC; unrelated to the AVAX blockchain) in which nodes backed by staked XEC vote to finalize each newly mined block. Post-Consensus, live since September 2022, delivers one-block finality: once finalized, a block cannot be reorganized away — an attacker would need both majority hashrate and a supermajority of stake. Pre-Consensus, activated November 15, 2025 at block 923,347, extends this to transactions, finalizing them in under three seconds. For a solo miner the practical meaning is emotional as much as technical: on a minority-hash chain, reorg risk is the classic nightmare — and here, the block you just found is effectively locked almost immediately.
The Heartbeat DAA — smoother blocks on a minority chain. Small SHA-256 chains historically suffer from switch-mining: hashrate floods in when profitable, leaves when not, and block times oscillate wildly. In November 2024 eCash added a real-time difficulty adjustment (the “Heartbeat”) on top of its main DAA, leveraging the Avalanche layer to smooth block production and blunt disruptive hashrate oscillation. For steady solo miners, that stabilizes both the rhythm of the chain and the fairness of your odds against burst visitors.
The rest of the stack in one paragraph: adaptive block sizes for payment throughput; eTokens (fungible and NFT standards) with the Agora on-chain marketplace; CashFusion for optional transaction privacy; the Chronik in-node indexer for developers; and non-custodial staking (minimum 100 million XEC) that earns the 10% coinbase slice — a separate game from mining, with no lockup or slashing, that some miners use to put found coins to work.
Mining economics: what your hardware expects (live numbers)
At the live network state (July 2026: difficulty ~6.63 billion, network hashrate ~53 PH/s — about 1/20,000th of Bitcoin’s difficulty), expected solo block times by hardware class:
| Hardware | Expected time to an XEC block | Miner’s reward per block |
|---|---|---|
| Bitaxe (1 TH/s) | ~330 days | ~1.81M XEC (58% of ~3.125M subsidy) + fee share |
| NerdQAxe++ (6 TH/s) | ~55 days | |
| S21+ (235 TH/s) | ~34 hours | |
| S23 (318 TH/s) | ~25 hours |
Read it as the middle rung of the SHA-256 ladder: harder than the smallest chains, roughly 20,000× more approachable than Bitcoin. A single modern ASIC expects XEC blocks on a weekly-ish cadence with variance; a desk miner turns it into a one-year lottery with genuinely visible progress. As always, expected time is a Poisson average, not a schedule — the variance math governs the experience, and your exact odds at any hashrate are one query away in the calculator. To convert the XEC reward into your currency, check a live price — we deliberately publish no fiat figures here, because they rot and the protocol numbers don’t.
The honest risks
Minority-hash economics. XEC secures itself with a small fraction of the SHA-256 hashrate ocean around it; the Avalanche layer specifically hardens it against reorg attacks, but the price of any small chain reflects that structural position. Small-cap volatility and liquidity: the XEC you mine is more volatile and thinner to exit than BTC or BCH — size positions accordingly and know your exchange route before you win, not after. The funding-policy debate: the 42% non-miner slice is either sustainable self-funding or issuance directed to organized beneficiaries with governance risk attached — both readings are legitimate, the split is set by miner policy rather than hardcoded, and you should mine XEC only if you’re comfortable with the model. Name confusion: “eCash” has history (Chaum’s 1990s system) and, notably, a 2026 controversy — a separately proposed Bitcoin hard fork announced under the same name, unrelated to XEC. When researching or trading, verify the ticker XEC and the Bitcoin ABC lineage.
How to actually mine it
Three steps, five minutes. Get an XEC wallet and address (it starts with ecash: — a BCH address will not do). Point any SHA-256 miner — Bitaxe to S23, or rented hashrate — at an XEC solo pool endpoint with your address as the username. Watch the dashboard: with Avalanche finality, the day a share clears ~6.6 billion difficulty, the coinbase pays your address about 1.81 million XEC, final within moments. Full setup details live in the setup wizard.
Conclusion
eCash is the most technically distinctive chain in the SHA-256 family: Bitcoin’s emission clock and mining algorithm wearing a payments-first redesign — instant finality, self-funding development, a re-denominated unit, and a difficulty algorithm built to protect steady miners on a minority chain. For solo miners it occupies a genuinely useful middle rung: real blocks on human timescales for modern ASICs, a long-but-visible lottery for desk hardware, and one number to hold onto through every comparison — the miner’s 58%.
Know the chain, price the risks, and the decision becomes what it should be: not hype, arithmetic. Next in the Know Your Chain series: the rest of the ladder, one honest profile at a time.
Point your hashrate at the middle rung
SoloFury runs its own eCash nodes with non-custodial coinbase payouts — find a block and ~1.81M XEC pays your ecash: address directly, final in seconds thanks to Avalanche. 1% pool fee, TLS endpoints in every region, per-worker dashboards. An S21 expects a block here every day and a half. Yours could be today’s.
Frequently Asked Questions
Is eCash proof-of-work or proof-of-stake?
Proof-of-work at its base — SHA-256, mined by the same ASICs as Bitcoin — with an Avalanche proof-of-stake layer on top for finality and coordination. Miners produce every block; staked nodes finalize them. Claims that eCash "is PoS" are a common error: without miners, the chain produces no blocks at all.
How much of an XEC block does the miner actually receive?
Currently about 58% of the block reward — roughly 1.81 million XEC of the ~3.125M subsidy, plus the miner's share of transaction fees. The remainder funds protocol development (~16%), ecosystem grants (~16%), and staking rewards (~10%) under the network's funding policy. Always use the 58% figure when comparing XEC block value against other chains.
What are realistic solo odds on XEC right now?
At July 2026 difficulty (~6.6 billion): an S21-class ASIC expects a block roughly every 34 hours, an S23 about every 25, a 6 TH/s NerdQAxe++ about every 55 days, and a 1 TH/s Bitaxe just under a year. These are Poisson averages with large variance — treat them as odds, never as schedules.
Does eCash halve like Bitcoin?
Yes — every 210,000 blocks, on the same era schedule, because the chain shares Bitcoin's ledger history back to 2009. The current subsidy corresponds to Bitcoin's 3.125-coin era (≈3.125 million XEC after redenomination), and the next halving will cut it in the same era as Bitcoin's 2028 event.
Why is the supply 21 trillion instead of 21 million?
Pure redenomination. At the 2021 rebrand, balances were converted at 1 BCHA = 1,000,000 XEC, moving from eight decimal places to two. Nothing was printed and nobody was diluted — the same underlying base units exist; they're simply counted in a unit designed for everyday integer amounts rather than long decimals.
What is Avalanche on eCash — and is it related to AVAX?
No relation. eCash's Avalanche is Bitcoin ABC's own implementation of the Avalanche consensus protocol, used as a finality layer above proof-of-work: staked nodes vote to lock in each mined block (one-block finality, live since 2022) and, since November 2025, to finalize transactions in under three seconds. For miners, the practical benefit is powerful reorg protection for the blocks you find.
Can I stake XEC as well as mine it?
Yes, and they're independent activities. Staking requires running a Bitcoin ABC node with Avalanche enabled and a stake of at least 100 million XEC; it's non-custodial, with no lockup and no slashing, and it earns the 10% coinbase slice. Some miners route found coins into staking — just remember it makes you a participant in the consensus layer, with the operational duties that implies.
Is this the same eCash as the one in 2026 Bitcoin-fork headlines?
No. XEC — the chain profiled here — is the Bitcoin ABC project, live since 2020. In 2026 a separate, unrelated Bitcoin hard-fork proposal was announced using the same "eCash" name, generating significant naming confusion. When trading or researching, anchor on the ticker XEC and the Bitcoin ABC lineage; when someone says "eCash", it's now worth asking which one they mean.