Skip to content

Wizabodss/Bitcoin-ABC-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bitcoin-ABC-wallet

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

local.png

Getting started

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".

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.

About

Official wallet for Bitcoin Cash ABC (BCHA)

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors