Multiple Masternode Setup Windows Guide
Check a guide to setup multiple masternodes in a Windows environment
OPEN GUIDE
Windows Guide
Step-by-step guide for starting multiple masternodes on a Microsoft Windows
(3 masternodes in this example)
Requirements
GanjaCoin wallet running on your local computer with at least 30000 Ganjacoins for every masternode
white static IP with open ports for masternodes
Step 1: Prepairing Masternodes
1. Choose the place where you will hold you masternodes dirs (you need 1,5Gb free space for every masternode).
2. Create folder "MRJAMN1" there.
3. Copy file "GanjaProject-qt.exe" in folder "MRJAMN1".
4. Create in folder "MRJAMN1" new folder "data".
5. Copy file "blk0001.dat" and folder "txleveldb" in created folder "data".
6. Rename "GanjaProject-dp.exe" to the "MRJA-MN1.exe".
7. Press Win+R and type "cmd" and press Enter.
8. Now type there:
echo start mrja-mn1.exe -datadir=./data > %homepath%/Desktop/startmn1.cmd
9. Move the file "startmn1.cmd" from Desktop to the "MRJAMN1" folder.
10. Repeat the process from step 2 for each masternode you want to created, with changing mn1 to mn2, mn3.
11. Run startmn1.cmd, startmn2.cmd and startmn3.cmd, wait for complete loading wallets and complete syncing with blockchain.
12. Now you can exit from each running masternode wallets
Step 2: Prepairing Controller Wallet
1. Open your main wallet where you have your coins.
2. Go to Receive tab.
3. Press button "New address" and enter "Masternode 1" in Label (do not check "Stealth address").
4. Send to this address exactly 30000 MRJAs.
5. Wait for 1 confirmation of transaction and go to the Debug console.
6. Run command "masternode genkey" and write down generated key (this is your masternode private key).
7. Run command "masternode outputs" and write down hexnumbers (this is your masternode tx) and digit after ":" (this is tx index).
8. Go to Masternodes tab and switch to the "My Masternodes".
9. Press button "Create".
10. Enter "Alias" - "MN1" (do not use spaces and special charatcers).
11. Enter "Address" - "YOUREXTERNALIP:PORT" (your external white ip and port for masternode).
12. Enter "Privkey" - masternode private key you generated with "masternode genkey".
13. Enter "TxHash" - masternode tx from "masternode outputs" command.
14. Enter "Output Index" - tx index from "masternode outputs" command.
15. Now you can press "Ok".
16. Repeat process from step 2 for MN2 and MN3. With renaming MN1 to MN2 and MN3 and changing port.
17. Press "Update" and you will see all three masternodes in list with status "Not in the masternode list."
Step 3: Configuring your Masternodes
1. Go to "MRJAMN1/data" folder.
2. Open " GanjaProject.conf" in Notepad.
3. Type there:
port=PORT
masternode=1
masternodeaddr=IP:PORT
masternodeprivkey=PRIVKEY
4. Replace PORT with port for your Masternode 1, IP:PORT with your external white ip and the same port for you Masternode 1.
5. Replace PRIVKEY with masternode private key you generated with "masternode genkey" in controller wallet for Masternode 1.
6. Save it and repeat process for Masternode 2 and Masternode 3.
Step 4 : Starting masternodes
1. Now you can start all your masternodes with "startmn1.cmd", "startmn2.cmd" and "startmn3.cmd".
2. Go to controller wallet, check that your coins in Masternode 1, 2 and 3 addresses have at least 15 confirmations.
3. Go to Masternodes tab and switch to the "My Masternodes".