Official wallet for Bitcoin Cash ABC [BCHA] Licence: MIT Licence
Author: Thomas Ramo
BCHA Porting: The Bitcoin ABC developers
Language: Python
Homepage: https://mybchawallet.org
Bitcoin-ABC-wallet
Getting started
BCHA wallet
Lattest light version 4.31 -You can also install BitcoinABC on your system, by running this command:
sudo apt-get install python3-setuptools pip3 install .[fast]
This will download and install the Python dependencies used by BitcoinABC, instead of using the 'packages' directory. The 'fast' extra contains some optional dependencies that we think are often useful but they are not strictly needed.
If you cloned the git repository, you need to compile extra files before you can run BitcoinABC. Read the next section, "Development Version".
Creating Binaries
To create binaries, create the 'packages' directory:
./contrib/make_packages
This directory contains the python dependencies used by Bitcoin ABC.
Mac OS X / macOS
See contrib/build-osx/.
Windows
See contrib/build-wine/.
Android
See Bitcoin_ABC/gui/kivy/Readme.md file.