Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 570 Bytes

Bitcoin Cash Wallet

This is a fork of https://github.com/OpenBazaar/spvwallet modfied for Bitcoin Cash. It includes a fully functional GUI wallet and CLI.

It uses stock btcd plus a few cash specific modifications found in the bchutil package.

To compile and run:

go get github.com/cpacia/BitcoinCash-Wallet
make install
bitcoincash

Or download a pre-compiled version from releases.