HRG Logo
Fair Launch · 100% Mining · Zero Premine

HIDERING

HRG · MAINNET LIVE

Maximum privacy cryptocurrency. Bitcoin-style emission with Monero-grade anonymity — ring signatures, mixnet routing, and stealth addresses V2.

33M Hard Cap
157.14 HRG / Block
32–64 Ring Size
CPU RandomX Only
Start Mining Tokenomics
Privacy Stack

Anonymity by Design

Five layered privacy enhancements beyond standard Monero, making transaction analysis computationally infeasible.

Dynamic Ring Size

Ring size scales dynamically from 32 to 64 signers per transaction — 2–4× Monero's fixed 16. Makes statistical analysis exponentially harder.

ring-size: 32–64

TX Padding

Every transaction padded to 2500 bytes. Eliminates size-based fingerprinting and correlation attacks across the network.

fixed: 2500B

Native Mixnet

3-hop mandatory routing at the protocol level. No optional privacy — every transaction traverses three independent relay nodes before reaching the network.

3-hop · mandatory

Amount Normalisation

Outputs normalised to 0.1 HRG chunks. Eliminates amount-based heuristics and graph clustering that leak spending patterns.

chunks: 0.1 HRG

Stealth Addresses V2

Enhanced one-time addresses with temporal view keys. Recipients generate new stealth keys per session, severing long-term address linkability.

stealth-v2

Post-Quantum Ready

Dilithium3 + Kyber768 signature upgrade planned via non-destructive hard fork in 2027. Existing blockchain history is fully preserved.

Dilithium3 · 2027
Economics

Bitcoin-Style Emission

Fixed supply, predictable halvings, zero premine. The same monetary properties that made Bitcoin trusted — with Monero-grade privacy.

33,000,000 Hard Cap (HRG)
157.14 Initial Block Reward
210,000 Halving Interval
~2.66 yrs Per Halving
120s Block Time
0 Premine
Period Block Height Reward / Block Total Emitted
Genesis 0 0 HRG 0 HRG — Fair Launch
Era 1 1 – 210,000 157.14 HRG 33,000,000 HRG
Era 2 210,001 – 420,000 78.57 HRG 16,500,000 HRG
Era 3 420,001 – 630,000 39.29 HRG 8,250,000 HRG
Era 4+ 630,001+ ½ per halving → 33M hard cap

100% Fair Launch

Block 0 genesis carries zero reward. The first public miner to find block 1 receives the full 157.14 HRG. No team allocation, no seed round, no dev wallet.

Zero Premine No Private Sale No Dev Wallet Team mines publicly Verifiable Genesis
Mining

Start Mining HRG

RandomX is CPU-optimised. Any modern processor can mine HIDERING. No ASICs, no GPU farms — just your CPU.

01

Download the binaries

Download the latest HIDERING binaries for your platform. Linux, Windows and macOS builds available on GitHub Releases.

# Extract the archive
tar -xzf hidering-linux-x64.tar.gz
cd hidering/
02

Launch the daemon & sync

Open a terminal and start the daemon. It connects to seed nodes and syncs automatically. Keep this terminal open while mining.

./hideringd --non-interactive \
  --add-priority-node seed1.hidering.org:19740

Wait for: You are now synchronized with the network.

03

Create your wallet

Open a second terminal. Your address will start with B. Write down your 25-word seed phrase and keep it offline — without it your HRG cannot be recovered.

# Create a new wallet
./hidering-wallet-cli --generate-new-wallet my-wallet

# Open an existing wallet
./hidering-wallet-cli --wallet-file my-wallet
04

Start mining

Inside the wallet CLI, launch the miner. Replace 4 with the number of CPU threads to allocate.

start_mining 4

Each block = 157.14 HRG credited to your wallet.

05

Stop mining & check balance

To stop at any time, use the commands below inside the wallet CLI. Mined HRG unlocks after 60 confirmations (~2 hours).

stop_mining # stop the miner
balance # view balance + unlocked
exit # close wallet safely
06

Send HRG to another wallet

Once your balance is unlocked, transfer HRG to any B-address. The fee is a fraction of a cent.

transfer B5xxx...address 10

show_transfers # transaction history
Roadmap

Development Timeline

Phase-by-phase delivery from fork to post-quantum upgrade. Each phase validated before the next begins.

Phase 0–3C
Complete

Foundation & Privacy Stack

Fork Monero v0.18.1, implement all five privacy patches, full rebrand, emission curve, mainnet genesis, seed node infrastructure, DNS bootstrapping.

RandomXRing 32–64MixnetMainnet Live
Phase 4A
Complete

Transaction Validation

End-to-end transfer test on live mainnet. Wallet-to-wallet HRG transactions confirmed, ring signatures and fee structure verified.

TransfersFees Tuned
Phase 4B–4E
In Progress

Pre-Launch Infrastructure

Redundant seed nodes on Flux, block explorer, public binaries for all platforms, and RandomX-compatible mining pool.

seed2/seed3Block ExplorerBinariesMining Pool
Phase 4G
Q2 2026

Public Launch

Mainnet public launch announcement, community mining begins, exchange listings. The first miner finds block 1 — fair and open from day one.

LaunchExchangesCommunity
Phase 5
Q2 2027

Post-Quantum Upgrade

Hard fork introducing Dilithium3 + Kyber768 signatures. Non-destructive — existing blockchain history is fully preserved. Only transactions beyond fork height use new scheme.

Dilithium3Kyber768Hard Fork

Frequently Asked Questions

What is HIDERING?

HIDERING (HRG) is a privacy-focused cryptocurrency forked from Monero v0.18.1. It combines a Bitcoin-style fixed supply of 33 million coins with five enhanced privacy layers, making it one of the most private and auditable digital currencies available.

Why only CPU mining? No GPU or ASIC?

HIDERING uses RandomX, a proof-of-work algorithm specifically designed to be efficient on standard CPUs and inefficient on GPUs and ASICs. This ensures mining remains accessible to anyone with a regular computer, preventing the centralisation of mining power seen in Bitcoin and Ethereum.

What does "fair launch" mean?

Block 0 (genesis) carries zero reward. The very first mined block — found by the first public miner — earns 157.14 HRG. There is no premine, no private sale, no team allocation, and no dev wallet. The development team mines publicly alongside the community from day one.

How does the supply cap work?

The total supply is hard-capped at exactly 33,000,000 HRG. Mining starts at 157.14 HRG per block and halves every 210,000 blocks (~2.66 years). This is mathematically identical to Bitcoin's emission model, just with different parameters. Once the cap is reached, no new HRG can ever be created.

How do I store my HRG safely?

When you create a wallet with hidering-wallet-cli, you receive a 25-word seed phrase. Write it down on paper and store it in a secure, offline location. Anyone with access to your seed phrase can access your funds. Never store it on a connected device or share it with anyone.

Why are my mined coins locked?

Freshly mined coins require 60 block confirmations before they can be spent (~2 hours at 120 seconds per block). This is a standard blockchain security measure that prevents double-spending attacks. Your balance will show the total and the unlocked portion separately.

What is the post-quantum upgrade?

In 2027, HIDERING will introduce Dilithium3 and Kyber768 signatures via a non-destructive hard fork. This means all existing coins and transaction history are fully preserved — only new transactions after the fork height will use the quantum-resistant scheme. No action is required from holders; simply updating the software is enough.

Is HIDERING open source?

Yes. HIDERING is fully open source, forked from Monero v0.18.1. The complete source code, commit history, and genesis block are publicly verifiable on GitHub. Transparency is a core principle — anyone can audit the code, the supply, and every transaction on the network.