Skip to content

Instantly share code, notes, and snippets.

@kosinusbch
Last active June 6, 2019 19:04
Show Gist options
  • Save kosinusbch/fe46deab97e44ca7b43fe99694d9d759 to your computer and use it in GitHub Desktop.
Save kosinusbch/fe46deab97e44ca7b43fe99694d9d759 to your computer and use it in GitHub Desktop.
Installing Bitcoin ABC (BCH) node on Ubuntu and Debian

Bitcoin ABC Installation Ubuntu

https://launchpad.net/~bitcoin-abc/+archive/ubuntu/ppa

apt-get install -y software-properties-common

Add Bitoin-ABC Launchpad Repository

sudo add-apt-repository ppa:bitcoin-abc/ppa

Install Bitcoin ABC

sudo apt-get update

sudo apt-get install bitcoind bitcoin-qt

Starting

bitcoind --daemon

Updating

sudo apt-get update

sudo apt-get upgrade

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