Hi Dev,
somtimes my masternode get error:
Status: missing.
and this is Masternode Debug:
Not capable masternode: Could not connect to my_ip:1237
If they are all run locally, you need to run 2 node (copy of yup-qt.exe renamed like yup-qt2.exe) with unique appdata folder (after making the first just copy your folder to YUP2) and in each yup.conf the masternode privkey and add in the second,third and so on (not on the first that act like controller) bind=127.0.0.1:(new masternode 2 port) and dont forget to add staking=0 on the masternode 2 yup.conf
The first masternode act like a controller for the added masternode.
Controller Masternode yup.conf in users/%USER%/appdata/roaming/YUP/
rpcuser=(user)
rpcpassword=(password)
rpcallowip=127.0.0.1
rpcport=(rpc masternode controller port)
#----
listen=1
server=1
daemon=1
staking=1 (in this way you can mint the coin not locked on masternode)
maxconnections=256
#--------------------
masternode=1
masternodeprivkey=(masternode controller privkey)
externalip=(fix_ip):(open_port masternode controller)
alertnotify=echo %s | mail -s "YUP Alert" (your_mail)
addnode=69.180.58.29
addnode=128.68.210.180
addnode=31.132.225.0
addnode=77.2.30.196
addnode=14.164.203.3
addnode=104.229.188.243
addnode=162.211.173.18
addnode=213.55.176.212
addnode=31.148.219.41
addnode=188.113.136.160
addnode=98.234.11.108
addnode=162.211.173.18
addnode=189.75.112.86
addnode=97.98.56.138
addnode=77.2.18.205
addnode=219.111.162.87
Controller Masternode masternode.conf in users/%USER%/appdata/roaming/YUP/
alias1 (fix_ip):(open_port masternode controller) (masternode controller privkey) (tx_hash masternode controller) (tx_id masternode controller)
alias2 (fix_ip):(open_port masternode controller) (masternode 2 privkey) (tx_hash masternode 2) (tx_id masternode 2)
Added Masternode yup.conf users/%USER%/appdata/roaming/YUP2/
#----
rpcuser=(user)
rpcpassword=(password)
rpcallowip=127.0.0.1
rpcport=(rpc masternode 2 port)
#----
listen=1
server=1
daemon=1
staking=0
maxconnections=256
#--------------------
masternode=1
masternodeprivkey=(masternode 2 privkey)
externalip=(same than masternode controller fix ip:port)
bind=127.0.0.1:(new masternode 2 open port)
alertnotify=echo %s | mail -s "YUP Alert" (your_mail)
addnode=69.180.58.29
addnode=128.68.210.180
addnode=31.132.225.0
addnode=77.2.30.196
addnode=14.164.203.3
addnode=104.229.188.243
addnode=162.211.173.18
addnode=213.55.176.212
addnode=31.148.219.41
addnode=188.113.136.160
addnode=98.234.11.108
addnode=162.211.173.18
addnode=189.75.112.86
addnode=97.98.56.138
addnode=77.2.18.205
addnode=219.111.162.87
For the added masternode you must empty the masternode.conf in the users/%USER%/appdata/YUP2/
you can now launch your masternode controller through a shortcut with yup-qt.exe datadir=(path of your appdata folder) and launch added masternode with yup-qt2.exe datadir=(path of your appdata folder)