Skip to content

GeekCash/masternode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekCash Masternode

Bash installer for masternode on Ubuntu 16.04 LTS x64 and Ubuntu 18.04 LTS x64

This shell script comes with 3 cronjobs:

  1. Make sure the daemon is always running: makerun.sh
  2. Make sure the daemon is never stuck: checkdaemon.sh
  3. Clear the log file every other day: clearlog.sh

Login to your vps as root, download the install.sh file and then run it:

wget https://raw.githubusercontent.com/GeekCash/masternode/master/install.sh
chmod +x ./install.sh
sudo bash ./install.sh

Version 2 - Easy to set up for multiple accounts. Note: Do not run with sudo.

wget https://raw.githubusercontent.com/GeekCash/masternode/master/installv2.sh
chmod +x ./installv2.sh
bash ./installv2.sh

On the client-side, add the following line to masternode.conf:

mn-alias vps-ip:6889 masternode-genkey collateral-txid vout

Update newest verion:

rm -rf ./upgrade.sh
wget https://raw.githubusercontent.com/GeekCash/masternode/master/upgrade.sh
chmod +x ./upgrade.sh
bash ./upgrade.sh

Run the qt wallet, go to Masternodes tab, choose your node and click "start alias" at the bottom.

Suggest Masternode VPS

Get $100 bonus for new register: Take it now then enter coupon code ($15): LowEndBox

Get $25 for new register: Take it now

Get $10 for new register: Take it now

More info: GeekCash.org | Discord | Facebook | Twitter

About

Bash installer for masternode on Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages