Linux VPS FROZEN Daemon Installation Guide
Connect to your Linux VPS over SSH
Use your favorite terminal application on Linux or Putty/Bitvise clients on Windows
Connect to a terminal session with the Linux VPS
Update your system to the latest
From the terminal session, run the following commands
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt install unzip
- sudo ufw allow OpenSSH
- ufw allow 9904/tcp
- ufw logging on
- ufw --force enable
Download the FROZEN Linux Daemon
From the terminal session, run the following command
From the terminal session, run the following command
Install FROZEN Linux Daemon Runtime Dependencies
From the terminal session, run the following commands
- sudo apt autoremove -y && sudo apt-get update
- sudo apt-get install -y libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev
- sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config
- sudo apt-get install -y bsdmainutils software-properties-common
- sudo apt-get install -y libboost-all-dev
- sudo add-apt-repository ppa:bitcoin/bitcoin -y
- sudo apt-get update
- sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
Create your FROZEN Linux Daemon configuration file
From the terminal session, run the following commands
- mkdir -p ~/.frozen
- nano ~/.frozen/frozen.conf
Now add the following lines to this file, replacing any < > field with your information
Note: If your setting up a Linux Hot/Cold Wallet, comment out the masternode entries
rpcuser=
rpcpassword=
rpcport=9905
listen=1
server=1
daemon=1
staking=0
rpcallowip=127.0.0.1
logtimestamps=1
masternode=1
port=9904
externalip=:9904
masternodeprivkey=
addnode=45.77.109.183
addnode=45.77.140.17
addnode=80.211.2.103
addnode=50.59.59.153
addnode=45.32.6.192
addnode=176.122.20.124
addnode=51.15.97.60
addnode=77.55.234.131
addnode=198.251.66.194
addnode=185.235.129.118
addnode=159.65.200.49
addnode=209.250.250.27
addnode=140.82.52.198
addnode=163.172.37.154Copy and paste the addnode lines into the bottom of this file
Save and Exit (CTRL+X, Enter), Y, Enter
Wait for the FROZEN Linux Daemon to sync
From the terminal session, run the following commands
- ./frozend
- watch ./frozen-cli getinfo (CTRL+C to exit)
Compare the "Block Height" value with the latest from the FROZEN block explorer (45.77.230.21:3001).
When those are the same, your daemon is synchronized