Licence: MIT Licence Author: Thomas Ramo BCHA Porting: The Bitcoin ABC developers Language: Python Homepage: https://mybchawallet.org
Lattest light version 4.31 - BCHA wallet
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".
To create binaries, create the 'packages' directory:
./contrib/make_packages
This directory contains the python dependencies used by Bitcoin ABC.
See contrib/build-osx/.
See contrib/build-wine/.
See Bitcoin_ABC/gui/kivy/Readme.md file.
