Installation Script - globalsmartasset/GSAcoin GitHub Wiki
** Get a Linux Server Install Ubuntu (18.04) or Centos VPS (Min 4GB RAM is recommended) **
-
Install GSA Wallet (Linux Link) :
wget https://github.com/globalsmartasset/GSAcoin/releases/download/5.1.0.1/Linux.zip
-
Install unzip package :
apt install unzip -y
or,yum install unzip -y
-
Unzip File :
unzip Linux.zip
-
Permission Your Wallet :
chmod +x LIN/bin/*
-
Move your binary into bin folder :
mv LIN/bin/* /usr/local/bin
-
Remove Installation files :
rm -rf LIN*
-
Create directory :
mkdir ~/.globalsmartasset
then,touch ~/.globalsmartasset/globalsmartasset.conf
-
Configure "globalsmartasset.conf" file (find "globalsmartasset" folder). [Set rpcuser, rpcpassword and Addnode]
-
rpcuser=******
-
rpcpassword=**************
-
addnode=[2a01:4f8:1c17:e5f9::5]:22711
-
addnode=[2a01:4f9:c010:123d::4]:22711
-
addnode=104.238.185.199:22711
-
addnode=138.68.145.125:22711
-
addnode=139.180.203.94:22711
-
addnode=144.126.219.183:22711
-
addnode=149.28.71.57:22711
-
addnode=161.35.229.192:22711
-
addnode=165.227.182.183:22711
-
addnode=178.79.129.172:22711
-
addnode=217.69.11.2:22711
-
addnode=45.76.117.60:22711
-
addnode=45.77.196.73:22711
-
addnode=66.42.80.247:22711
-
addnode=70.34.195.234:22711
-
addnode=78.141.198.87:22711
-
Run the daemon :
gsad -daemon
-
Check daemon info:
gsa-cli getinfo