Install wallet for Ubuntu 22.04
This is the written tutorial on how to install Satox wallet for Ubuntu 22.04
The first thing we need to do is to download master branch of the Satoxcoin node onto our computer in the src directory.
( If you do not have Git installed, just run "sudo apt install git" in Terminal.)
After you have downloaded the source code, it is time to download all the libraries/dependencies needed before we can compile it. Run this command in Terminal:
Now it is time to compile!
We need Berkeley DB for the node to run.
Make sure you are in the directory "satoxcoin" (/home/$USER/src/satoxcoin)
And that is it! Open up your satoxcoin-qt and install it accordingly.
Last updated