Bitcoin full node in Rust: map-free relational archive, pure-Rust consensus, multi-peer IBD, Electrum for wallet backends
// readme
rbitcoin
Bitcoin full node in Rust aimed at production server-side use: multi-peer
IBD, tip follow, block/tx relay (tip mode), optional Core-class JSON-RPC, and
in-process Electrum + optional Esplora REST for wallet clients (scripthash
index via --shindex, default off; not a graphical block-explorer stack) — built
around a libbitcoin-class relational archive and a pure-Rust
consensus/script path.
0.x: on-disk format and APIs are unstable until 1.0. Run signet first, then mainnet with monitoring; treat early mainnet as high-scrutiny. Security contact and policy:
SECURITY.md. Operator notes:docs/experimental-mainnet.md.
| License | MIT OR Apache-2.0 (LICENSE-MIT, LICENSE-APACHE) |
| Version | experimental 0.x — see Cargo.toml /… |