Skip to content

Basic Masternode guide

Lindacoin edited this page Jul 28, 2017 · 6 revisions

You can do this with a windows wallet or a linux wallet.

masternode genkey

copy the generated code to a text file

getaccountaddress 0

copy the generated address to a text file

encryptwallet "strong password" (don’t forget it)

Send 30000000 LINDA to "address 0"

go to Linda.conf in

Windows

C:\Users\{user}\AppData\Roaming\Linda\Linda.conf Linux:

~/.Linda/Linda.conf

rpcuser=<anything>

rpcpassword=<anything>

maxconnections=256

masternode=1

masternodeprivkey=XXXXXXXXXXXXXXXXXX (from above)

masternodeaddr=xxx.xxx.xxx.xxx:33820

addnode=45.32.77.164

addnode=104.238.159.161

xxx.xxx.xxx.xxx.xxx is the IP of the box you are running it on

Windows Linda-Qt Client console (or linux rpc command):

masternode start

Windows Linda-Qt Client console commands (or linux rpc command):

masternode list <<find your MN IP>>

masternode debug

getinfo

help

Clone this wiki locally