A Rust-based Bitcoin client supporting both Bitcoin Core (BTC) and Bitcoin Cash (BCH) networks.
Parity Bitcoin is a Bitcoin client implementation written in Rust that functions as a full node for the Bitcoin network. It allows users to synchronize with and validate the blockchain, supporting both Bitcoin Core (BTC) and Bitcoin Cash (BCH) networks. The project provides an alternative to traditional Bitcoin clients with modern performance characteristics and flexible configuration options.
Bitcoin node operators, blockchain developers, and cryptocurrency enthusiasts who want a Rust-based alternative to Bitcoin Core with dual-network support and configurable verification.
Developers choose Parity Bitcoin for its modern Rust implementation, dual support for BTC and BCH networks, and flexible verification options that allow performance tuning during blockchain synchronization.
The Parity Bitcoin client
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Supports both Bitcoin Core (BTC) and Bitcoin Cash (BCH) networks with respective verification rules, allowing users to switch forks using CLI flags like --btc or --bch.
Offers configurable verification levels (full, header, none) via --verification-level flag, enabling faster imports by skipping script validation when needed.
Can import existing Bitcoin Core blockchain databases to accelerate initial synchronization, as detailed in the import command with optional verification tweaks.
Provides a full JSON-RPC interface for network, blockchain, miner, and raw transaction operations, with examples like getblock and sendrawtransaction in the README.
Explicitly marked as 'UNMAINTAINED HISTORICAL SOFTWARE' in the README, meaning no updates, security patches, or community support, making it risky for production.
Requires specific Rust version (1.23.0+) and C/C++ compilers for installation, adding setup complexity compared to pre-built binaries of mainstream clients.
Has a smaller user base than Bitcoin Core, and documentation must be built locally, indicating poor accessibility and potential knowledge gaps.
Parity-Bitcoin is an open-source alternative to the following products: