Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save naftalimurgor/45872acbf5fa9c18ab08e46e66e2d3ff to your computer and use it in GitHub Desktop.
Save naftalimurgor/45872acbf5fa9c18ab08e46e66e2d3ff to your computer and use it in GitHub Desktop.
Setup Bitgesell core in Ubuntu 18.04+
```sh
wget wget https://github.com/BitgesellOfficial/bitgesell/releases/download/0.1.9/bitgesell_0.1.9_amd64.deb
wget http://ports.ubuntu.com/pool/main/p/perl/perl-modules-5.30_5.30.0-9build1_all.deb
dpkg -i perl-modules-5.30_5.30.0-9build1_all.deb
dpkg -i bitgesell_0.1.9_amd64.deb
```
run Bitgesell core daemon:
```sh
BGld
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment