**[URGENT UPDATE] Irium (IRM) — Critical Network Update Required Before Block 22,888**
---
**Summary**
We are rolling out a critical network update that must be applied before block 22,888. All node operators and miners must update immediately. Pool miners and Irium Core desktop users will be updated automatically.
---
**What Is Changing**
This release moves the Fix 2a hard fork activation height from 23,500 to **22,888**. This change fixes a fundamental issue that has prevented pool miners from earning block rewards since the pool launched.
---
**Why We Moved The Fork Earlier**
Since the pool launched, miners connecting through the pool have been submitting shares and having them accepted — but zero blocks have ever landed. Every block candidate was silently rejected by the node due to a byte-order mismatch between how the pool assembles block headers and how the node validates them. This is an architectural issue that only resolves after the Fix 2a hard fork activates.
Rather than waiting for the original height of 23,500 (~6 days away), we moved activation to 22,888 (~3 hours from now) so pool miners can start earning rewards immediately after the fork.
---
**What Was Fixed In This Release**
**Consensus (irium-source v1.9.34):**
- Fix 2a activation height moved from 23,500 to 22,888
- Pool block submission pipeline fully aligned with post-fork node validation
- Solo stratum Fix 2a hash fix — irium-miner --solo-stratum now produces correct post-fork block hashes
- LWMA-style vardiff for pool — smooth proportional difficulty adjustment replacing the old binary 2x/0.5x algorithm
- Vardiff MAX raised: ASIC port 131,072, GPU/CPU port 4,096
- Pool SSE subscription to iriumd block.new event for instant template refresh
- All 9 documentation files audited and corrected against actual source code
**Desktop App (irium-core v1.0.46):**
- Bundled iriumd updated to v1.9.34 with correct activation height 22,888
- Bundled irium-miner updated with Fix 2a solo stratum hash fix
- Bundled irium-miner-gpu updated for all platforms including Windows (OpenCL build fix)
- Auto-updater serving v1.0.46 to all existing installs
---
**Who Needs To Do What**
**Irium Core desktop users:**
The auto-updater will push v1.0.46 to your installation automatically. When you see the update prompt click Install Update. If you do not see it open Irium Core and check the top banner.
Download manually if needed:
https://github.com/iriumlabs/irium-core/releases/tag/v1.0.46**Node operators running iriumd directly:**
You must update before block 22,888 or your node will fork off the main chain.
```bash
cd ~/irium
git pull origin main
cargo build --release
sudo systemctl restart iriumd irium-miner
```
Or download the latest release:
https://github.com/iriumlabs/irium/releases/tag/v1.9.34**Pool miners (ASIC, GPU, CPU):**
You do not need to do anything. The pool has already been updated. Keep your miners running and connected. After block 22,888 your miners will start finding blocks and earning 50 IRM rewards directly to your wallet address.
Pool addresses:
- ASIC: stratum+tcp://pool.iriumlabs.org:3333
- GPU/CPU: stratum+tcp://pool.iriumlabs.org:3335
- Firewall bypass: stratum+tcp://pool.iriumlabs.org:443
**Solo miners using irium-miner --solo-stratum:**
Update to v1.9.34 and restart. Your solo blocks will be accepted correctly after the fork.
---
**Timeline**
| Event | Block | Estimated Time |
|-------|-------|----------------|
| Current height | ~22,704 | Now |
| Fix 2a fork activation | 22,888 | ~3 hours |
| First pool block expected | 22,888+ | Shortly after activation |
---
**What Happens At Block 22,888**
- The node switches to post-fork block header serialization
- Pool block submissions start passing node validation
- ASIC, GPU, and CPU pool miners all begin earning 50 IRM block rewards
- Solo miners through Irium Core earn correctly on all platforms
- Network remains unified — all updated nodes agree on the same chain
---
**Resources**
- irium-source v1.9.34:
https://github.com/iriumlabs/irium/releases/tag/v1.9.34- irium-core v1.0.46:
https://github.com/iriumlabs/irium-core/releases/tag/v1.0.46- Pool stats:
http://pool.iriumlabs.org:3337/stats- Mining guide:
https://github.com/iriumlabs/irium/blob/main/docs/MINING.md- Solo stratum guide:
https://github.com/iriumlabs/irium/blob/main/docs/SOLO_STRATUM.md---
Please update immediately. Block 22,888 is approximately 3 hours away.
— The Irium Team