-
Notifications
You must be signed in to change notification settings - Fork 3
Adding a New Masternode to your Hot Cool Setup
Steve edited this page May 2, 2018
·
2 revisions
- Create a new address on your cool wallet. In this example we are adding mn01
- Send the 2,000,000 LINDA to the wallet and wait for 15 confirmations
- From the Debug console run
masternode outputs
- Open your masternode.conf file to update the new output value.
- Windows: %AppData%\Linda
- Mac: ~/Library/Application\ Support/Linda/
- Linux: ~/.Linda
mn00 result-from-masternode-genkey result-from-masternode-outputs <1,0>
mn01 result-from-masternode-genkey result-from-masternode-outputs <1,0>
- From your Debug Console run the following
masternode start-alias mn01 'your-wallet-passphrase'
NB: You do NOT want to run masternode start-many because your masternodes will then loose their place in the ranking.