Created
August 25, 2023 09:37
-
-
Save naftalimurgor/45872acbf5fa9c18ab08e46e66e2d3ff to your computer and use it in GitHub Desktop.
Setup Bitgesell core in Ubuntu 18.04+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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