Update your Ubuntu server with the following command:
sudo apt-get update && sudo apt-get upgrade -y
Install the required dependencies with the following command:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common cmake -y
Install the repository ppa:bitcoin/bitcoin with the following command:
sudo add-apt-repository ppa:bitcoin/bitcoin
Confirm the installation of the repository by pressing on the enter key. enter
Install Berkeley DB with the following command:
sudo apt-get update && sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
Download the Linux daemon for your wallet with the following command:
wget "https://cryptouo.net/Downloads/CryptoUO_Linux_Daemon.gz" -O CryptoUO_Linux_Daemon.gz
Extract the tar file with the following command:
tar -xzvf CryptoUO_Linux_Daemon.gz
Download the Linux tools for your wallet with the following command:
wget "https://cryptouo.net/Downloads/CryptoUO_Linux_qt_Wallet.gz" -O CryptoUO_Linux_qt_Wallet.gz
Extract the tar file with the following command:
tar -xzvf CryptoUO_Linux_qt_Wallet.gz
Type the following command to install the daemon and tools for your wallet:
sudo mv cryptouod cryptouo-cli cryptouo-tx /usr/bin/
Create the data directory for your coin with the following command:
mkdir $HOME/.cryptouo
Open nano.
nano $HOME/.cryptouo/cryptouo.conf -t
Paste the following into nano.
rpcuser=rpc_cryptouo rpcpassword=ANY PASSWORD rpcallowip=127.0.0.1 listen=1 server=1 txindex=1 daemon=1
Save the file with the keyboard shortcut ctrl + x.
Type the following command to start your node:
cryptouod