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.2.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 economic model and the consensus rules are documented separately. Both are PDFs you can download directly.
Current state of the node implementation, phase by phase.
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.