Skip to main content

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

  1. 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
  1. Update your apt cache
sudo apt-get update
  1. Finally install the client,
chmod +x bitgesell-qt_0.1.9_amd64.deb
sudo dpkg -i bitgesell-qt_0.1.9_amd64.deb