Run full node in Linux

Only supported distros are Ubuntu/Fedora at this current time, other Linux distros might be able to run the wallet but, some workarounds might be required in order to have the wallet functioning.

circle-info

Why run a full node?

A fully set up node keeps track of the blockchain while the miners validate the blocks. This is required in order for the network to sync and run.

By running a full node, you are helping to secure the network. Best of all, running a node requires minimal hardware and can run on most modern computers/miners. Doing this, enables the wallets to sync up faster with the network itself.

circle-info

First we need to install the Waller / Daemon / Core Client

circle-info

The following steps are:

1) Download and install the "Satocoin Core Wallet" for Linux.

https://github.com/satoverse/satoxcoin/releases/arrow-up-right

You can download the "precompiled" release or "compile it yourself".

If you don't have "dnf" install on Ubuntu, follow this guide: https://installati.one/ubuntu/21.10/dnf/arrow-up-right You will also need to install "aptitude", folllow this guide: https://installati.one/ubuntu/21.10/aptitude/arrow-up-right

circle-info

Dependency Build Instructions:

Build requirements:

sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
sudo dnf install qrencode-devel
circle-info

libqrencode (optional) can be installed with:

To build with Qt 5 (recommended) you need the following:

Optional:

circle-info

Precompiled release:

Once you have downloaded the .rar file, you will need to extract it out of the folder.

circle-info

If you do not have WinRAR installed, please do the following:

circle-info

In order to execute the file:

circle-info

Linux

  1. Download and extract binaries to your desired path/location:

  2. Install distribution-specific dependencies listed below.

  3. Start the GUI wallet or the SatoXcoin Core daemon.

circle-info

Follow up with this:

circle-info

Do you want to move the wallet / daemon to a different location/path?

Navigate to satoXcoin folder:

You can also compile the wallet yourself.

circle-info

Clone the repository:

circle-info

Ubuntu 18.04

circle-info

Set PATH:

circle-info

Permissions

circle-info

build for linux 64-bit

If you want to compile for diffrent os click here...arrow-up-right

circle-info

Configure

circle-info

Compile

circle-info

Run SATOX Core Wallet

(daemon)

satoxcoind

Typ: satoxcoind -h for help

(client)

satoxcoin-cli

Typ: satoxcoin-cli -h for help

(QT wallet with GUI for Desktop users)

satoxcoin-qt

circle-info

Configure your node:

circle-info

Ctrl + X > select "Y"

circle-info

Open Ports

Lastly, you will need to open up certain ports within your router's internal web GUI for the most optimal connections.

Ports are listed on this website: https://www.satoverse.io/whitepaper/arrow-up-right

Last updated