An open API service indexing awesome lists of open source software.

https://github.com/bch-team-pro/bch-wallet

Bitcoin Cash (BCH) – securely send, receive, and store BCH with full control over your private keys. Works on Windows, Linux, and macOS, with support for hardware wallets, QR codes, and transaction tracking. No registration required—ideal for desktop-focused users.
https://github.com/bch-team-pro/bch-wallet

bch bch-coin bch-electrum-wallet bch-wallet bitcoin-cash bitcoin-wallet crypto crypto-wallet cryptography electrum electrum-bitcoin-cash electrum-cash electum-bch non-custodial web3

Last synced: about 2 months ago
JSON representation

Bitcoin Cash (BCH) – securely send, receive, and store BCH with full control over your private keys. Works on Windows, Linux, and macOS, with support for hardware wallets, QR codes, and transaction tracking. No registration required—ideal for desktop-focused users.

Awesome Lists containing this project

README

          

Bitcoin Cash (BCH) Wallet





Non-custodial **BCH wallet** for desktop. Full control over your keys. Works on **Windows, Linux, macOS**. Supports hardware wallets, QR codes, and transaction history. No registration. No BS.

---

## ⚡ Quick Start

```bash
git clone https://github.com/argosopentech/BCH-Desktop-Wallet.git
cd BCH-Desktop-Wallet
virtualenv env
source env/bin/activate # Windows: env\Scripts\activate
pip install -e .
bch-desktop-wallet
```

Done. Wallet is up and running. Send/receive BCH, connect hardware wallets, track transactions.

---

## 🛠 Features

- Full control of private keys
- Cross-platform: Windows, Linux, macOS
- Hardware wallet support (Ledger, Trezor)
- QR code scan/generate
- Transaction history with status updates
- Lightweight, minimal dependencies

---

## 💡 Usage Notes

- Create a new wallet or import existing keys on first launch.
- Use QR codes for fast payments.
- Hardware wallets optional but recommended for large balances.
- Transaction history is persistent and local.

---

## 🔒 Security Tips

- Backup private keys and recovery phrases immediately.
- Keep your wallet updated (check [Releases](https://github.com/argosopentech/BCH-Desktop-Wallet/releases)).
- Consider using a hardware wallet for any significant holdings.

---

## 🏗 Contributing

Fork → Modify → PR. Open issues for discussions before major changes.

---

## 📄 License

MIT – see [LICENSE](LICENSE)