Skip to content

Pegasus coin Masternode auto installation script.

Notifications You must be signed in to change notification settings

peg-dev/peg-mn-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pegasus

Shell script to install a [pegasus Masternode]on a Linux server running Ubuntu 16.04.
This script will install pegasus.

Installation:

 git clone https://github.com/peg-dev/peg-mn-script.git
 cd peg-mn-script
 chmod 755 pegasus.sh
 bash pegasus.sh

Desktop wallet setup

After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps for Windows Wallet

  1. Open the pegasus Wallet.
  2. Go to RECEIVE and create a New Address: MN1
  3. Send Required Collatral to MN1.
  4. Wait for confirmations.
  5. Go to Tools -> "Debug console - Console"
  6. Type the following command: masternode outputs
  7. Go to ** Tools -> "Open Masternode Configuration File"
  8. Add the following entry:
Alias Address Privkey TxHash Output_index
  • Alias: MN1
  • Address: VPS_IP:PORT
  • Privkey: Masternode Private Key
  • TxHash: First value from Step 6
  • Output index: Second value from Step 6 It can be 0 or 1
  1. SAVE and exit the Wallet.
  2. Open pegasus Wallet, go to Masternode Tab. If you tab is not shown, please enable it from: Settings - Options - Wallet - Show Masternodes Tab
  3. Click Update status to see your node. If it is not shown, close the wallet and start it again.
  4. Click Start All or Start Alias
  5. If then also not starting then click on >tools>debug console> Type: startmasternode alias false "name of your MN alias"

To check the status in your VPS:

pegasus-cli getinfo
pegasus-cli masternode status
pegasus-cli mnsync status

Also, if you want to check/start/stop pegasus , run one of the following commands as root:

systemctl status pegasus.service #To check the service is running.
systemctl start pegasus.service #To start pegasus service.
systemctl stop pegasus.service #To stop pegasus service.


Donations:

Any donation is highly appreciated.

BTC: 1JFTTAxS9KWkDqQSdkrRVV1SonXKaGz3jM ETH: 0xecf1cb0f5f22f07332edb3b2e4f9d494aee2b282
LTC: LRDhtWCnB7grLBHzYLowsGjpgd8F3g3JWd

About

Pegasus coin Masternode auto installation script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages