Setting up a Full Node on Linux
Let's set up a full node on Linux
1. Install the latest release
We shall be setting up a full node on Ubuntu 20.04
- Download the latest release here
cd Downloads/
wget https://github.com/BitgesellOfficial/bitgesell/releases/download/0.1.9/bitgesell-qt_0.1.9_amd64.deb
- Update your apt cache
sudo apt-get update
- Finally install the client,
chmod +x bitgesell-qt_0.1.9_amd64.deb
sudo dpkg -i bitgesell-qt_0.1.9_amd64.deb