This package provides Bitcoin Cash Node (BCHN) as a StartOS service, enabling easy deployment and management of a Bitcoin Cash full node on your StartOS device.
Bitcoin Cash Node is a professional grade full node implementation of the Bitcoin Cash protocol. It aims to create sound money that is usable by everyone in the world, enabling peer-to-peer digital cash transactions that scale many orders of magnitude beyond current limits.
- Full Node Implementation: Complete Bitcoin Cash protocol implementation
- Peer-to-Peer Network: Connects to the Bitcoin Cash network
- Wallet Support: Full wallet functionality for BCH transactions
- RPC Interface: JSON-RPC API for integration and monitoring
- Automatic Updates: Easy version management through StartOS
-
Set up your environment.
-
Clone this repository and
cdinto it. -
Run
make. -
The resulting
.s9pkcan be side loaded into StartOS.
The Bitcoin Cash Node can be configured through:
- StartOS web interface
- RPC API calls
- Configuration files (advanced users)
- 8332: RPC interface (when enabled)
- 8333: P2P network connections (mainnet)
- 18332: RPC interface (testnet)
- 18333: P2P network connections (testnet)
- Documentation: https://docs.bitcoincashnode.org/
- Community: https://bitcoincashnode.org/
- Issues: https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/issues
This package is released under the MIT license. See LICENSE for more information.
For a complete list of build options, see StartOS Packaging Guide