Created
September 23, 2021 16:11
-
-
Save imranhoshain/f372fd9d379222df2a9b93daef174d1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Step 1: Go To received, Click request: amount=10000, Label: mn1 | |
| Step 2: Go to send, Paste that address, Click send guap. | |
| Step 3: Go to: https://guapexplorer.com/ Enter your address to find you transection. | |
| Step 4: In your wallet, open Settings -> Debug -> Console and run the following command to get your masternode key: | |
| createmasternodekey | |
| Run this command to get your output information: | |
| getmasternodeoutputs | |
| Copy both the key and output information to a text file. For the output information you will need the 'txhash' and the 'outputidx'. | |
| Step 5: Go to masternode config file VPSIP: 147.182.170.251 | |
| Step 6: Go to VPS. enter console. | |
| User:root | |
| Pass: 7w4!8pJ9SQX*gsg%zT | |
| Run this command: | |
| wget -q https://raw.githubusercontent.com/guapcrypto/Guapcoin-MN-Install-2.3.0.1/master/GUAP-v2.3.0.1-MN.sh | |
| sudo chmod +x GUAP-v2.3.0.1-MN.sh | |
| ./GUAP-v2.3.0.1-MN.sh | |
| Paste you private key. | |
| ~/Library/Application Support/Guapcoin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment