Skip to content

Instantly share code, notes, and snippets.

@christroutner
Last active December 17, 2020 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christroutner/49a4ef8d98fc3dce2093fcd7e4f8fa41 to your computer and use it in GitHub Desktop.
Save christroutner/49a4ef8d98fc3dce2093fcd7e4f8fa41 to your computer and use it in GitHub Desktop.
Steps for installing Electrum ABC on a Raspberry Pi

Running the latest version of Raspbian OS, based on 12/17/2020

Following the README here: https://github.com/Bitcoin-ABC/ElectrumABC

sudo apt-get install python3-pyqt5 python3-pyqt5.qtsvg
git clone https://github.com/Bitcoin-ABC/ElectrumABC
mv ElectrumABC/ electrumABC/
cd electrumABC/
pip3 install -r contrib/requirements/requirements.txt --user
sudo apt-get install python-requests gettext
./contrib/make_locale
sudo apt-get install libtool automake
./contrib/make_secp
sudo apt install tor

Run tests: python3 -m electroncash.tests

You should now be able to start the app with: ./electrum-abc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment