Installation Script - globalsmartasset/GSAcoin GitHub Wiki

** Get a Linux Server Install Ubuntu (18.04) or Centos VPS (Min 4GB RAM is recommended) **

  1. Connect your VPS with SmarTTY or PuTTYor Other SSH client

  2. Install GSA Wallet (Linux Link) : wget https://github.com/globalsmartasset/GSAcoin/releases/download/5.1.0.1/Linux.zip

  3. Install unzip package : apt install unzip -y or, yum install unzip -y

  4. Unzip File : unzip Linux.zip

  5. Permission Your Wallet : chmod +x LIN/bin/*

  6. Move your binary into bin folder : mv LIN/bin/* /usr/local/bin

  7. Remove Installation files : rm -rf LIN*

  8. Create directory : mkdir ~/.globalsmartasset then, touch ~/.globalsmartasset/globalsmartasset.conf

  9. 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

  1. Run the daemon : gsad -daemon

  2. Check daemon info: gsa-cli getinfo