An experimental Rust-based proof-of-work blockchain that inverts Bitcoin's emission curve: instead of rewards halving over time, RBTC's block reward grows as circulating supply approaches its hard cap. RBTC Node v0.3.0 implements full fork choice, difficulty retarget, real Bech32 addresses, and a 70/20/10 transaction fee split.
RBTC is a proof-of-concept blockchain exploring a "reverse" emission model: block rewards scale up as the circulating supply grows toward the maximum, rather than halving on a fixed schedule like Bitcoin. The node is a from-scratch Rust implementation — its own chain, UTXO set, mempool, P2P layer, RPC API, and wallet — built to test this economic model on a public testnet.
The whitepaper reads directly on this site. The protocol specification is a PDF you can download.
Current state of the node implementation, phase by phase.
Read directly from the public RBTC seed node — block height, difficulty, and where the current supply sits on the emission curve. See the full Explorer for block/tx/address lookups.
Connecting…
| Height | Hash | TXs | Difficulty |
|---|---|---|---|
| Waiting for live data… | |||
—
RBTC Desktop bundles the node, wallet, miner, and block explorer into a single Windows application. It runs the testnet node locally and gives you a dashboard to mine, send transactions, and browse the chain.
Windows installer (NSIS/MSI). The app auto-checks for updates on every launch and while running — it will refuse to start, or will shut itself down, if a newer version has been published, with a notice and download link shown in-app.
Building from source instead? See RUN_NODE.md and DESKTOP_APP.md
in the repository for build and run instructions.
RBTC is experimental software running on a public testnet. It is not production mainnet software and carries no monetary value.
Full details: see SECURITY.md and DISCLAIMER.md in the
project repository.