Block Zero (BLOZ) — Hive OS custom miner guide (CPU only)
BLOZ uses RandomX with algo rx/blockzero. Stock XMRig does NOT work — you need our patched package.
Links
• Website: https://bloz.org
• Pool: https://pool.bloz.org
• Docs: blockzero-docs/how-to-mine.md at main · Rexemre/blockzero-docs · GitHub
• Package: Release Hive OS: bzxmrig 6.26.0 · Rexemre/blockzero-ops · GitHub
-
Get a wallet address
Create a bz1… address (Block Zero wallet). You only need the address for pool mining. -
Install the custom miner (optional — Flight Sheet URL also installs it)
On the worker shell:
custom-get https://github.com/Rexemre/blockzero-ops/releases/download/hive-bzxmrig-v6.26.0/bzxmrig-6.26.0.tar.gz -f
- Create Flight Sheet
• Coin: CUSTOM
• Wallet: your bz1… address
• Pool: Configure in miner
• Miner: Custom → Setup Miner Config
Setup Miner Config:
• Miner name: bzxmrig
• Installation URL: https://github.com/Rexemre/blockzero-ops/releases/download/hive-bzxmrig-v6.26.0/bzxmrig-6.26.0.tar.gz
• Hash algorithm: rx/blockzero (or any label — algo is set in the package)
• Wallet and worker template: %WAL%.%WORKER_NAME%
• Pool URL: pool.bloz.org:3334
• Pass: x
- Huge pages (important)
Without this, RandomX hashrate is much lower. On the worker:
hugepages -rx
- Flight Sheet accept and check
• Hive should show hashrate
• Pool dashboard: https://pool.bloz.org — look for your worker name
Notes
• CPU only — no GPU mining
• Donate level is 0 in our package
• Source / patch: blockzero-ops/xmrig-bz at main · Rexemre/blockzero-ops · GitHub
Feedback welcome. Happy to adjust the package if anything breaks on Hive.