Quantcast
Channel: ImageCoin Forum
Viewing all articles
Browse latest Browse all 7

Linux • Install Masternode IMG

$
0
0
:arrow:
Installation:

Code:

git clone https://github.com/mceme/ImageCoin.gitcd ImageCoincd imginstallbash img-install.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

Open the ImageCoin Coin Desktop Wallet.
Go to RECEIVE and create a New Address: MN1
Send 10000 ImageCoin to MN1.
Wait for 15 confirmations.
Go to Tools -> "Debug console - Console"
Type the following command: 6.1 masternode genkey not share 6.2 masternode outputs
Go to ** Tools -> "Open Masternode Configuration File"
Add the following entry:

Code:

Alias Address Privkey TxHash Output_index
Alias: MN1
Address: VPS_IP:PORT
Privkey: Masternode Private Key - value from Step 6.1
TxHash: Firts value from Step 6.2
Output index: Second value from Step 6.2
Save and close the file.
Go to Masternode Tab. If you tab is not shown, please enable it from: Settings - Options - Wallet - Show Masternodes Tab
Click Update status to see your node. If it is not shown, close the wallet and start it again. Make sure the wallet is unlocked.
Open Debug Console and type:

Code:

masternode start-alias "MN1"

Usage:

Code:

ImageCoin-cli getinfoImageCoin-cli mnsync statusImageCoin-cli masternode status
Also, if you want to check/start/stop ImageCoin , run one of the following commands as root:

Ubuntu 18.04:

Code:

systemctl status ImageCoin #To check the service is running.systemctl start ImageCoin #To start ImageCoin service.systemctl stop ImageCoin #To stop ImageCoin service.
systemctl is-enabled ImageCoin #To check whetether ImageCoin service is enabled on boot or not.

:arrow: Manual : https://github.com/mceme/ImageCoin/tree ... imginstall

Statistics: Posted by mceme — Wed Oct 27, 2021 4:28 am



Viewing all articles
Browse latest Browse all 7

Trending Articles