Hi,
Do you guys know whats this status ?
"f18fbfec1a1cea4bf4aeca6b766c0c563b57f89ead83a7651bd751f0e035ff60-1": "POSE_BAN"
First MN is ok, second has this status POSE_BAN
Thanks
Hi , do you run masternode to same server ? or you try to use same transaction id (1000 mcc transaction id) for a second masternode.
I one transaction per masternode, if you have 2 masternodes you need 2 transaction of 1000MCC
Thank's

Hi,
2 masternodes same server 2 different txid.
{
"masternode": {
"alias": "MN1",
"address": "45.76.xx.xx:24157",
"privateKey": "xxx",
"txHash": "52d489805a60d988b483ad0c5e571643de70c852d11ff058b862aeb3357947ab",
"outputIndex": "1",
"status": "ENABLED"
},
"masternode": {
"alias": "MN2",
"address": "45.76.xx.xx:24157",
"privateKey": "xxx",
"txHash": "f18fbfec1a1cea4bf4aeca6b766c0c563b57f89ead83a7651bd751f0e035ff60",
"outputIndex": "1",
"status": "POSE_BAN"
}
}
mcc@bozolinda:~$
{
"52d489805a60d988b483ad0c5e571643de70c852d11ff058b862aeb3357947ab-1": "45.76.75.121:24157",
"f18fbfec1a1cea4bf4aeca6b766c0c563b57f89ead83a7651bd751f0e035ff60-1": "45.76.75.121:24157"
}
1 IP = 1 masternode
Hi thank you for the help,
If i use 2 ips it says watchdog expired for the second MN. 1st runs fine. sentinel is running
"status": "WATCHDOG_EXPIRED"
You need to setup 2 Sentinels in different folders. Edit sentinel.conf in both, uncomment line start with
monacoCoin_conf and change path to yours.
In crontab you need to run both Sentinels.
Hi,
i check to networks you have one masternode to ip addresse 45.76.75.121 and is enable, what is ip addresse of you second server ?
You can start many masternode with same wallet but you need 1 ip per masternode :
ex :
Wallet windows -> Your vps server 1 (masternode 1) (one ip address)
-> Your vps server 2 (masternode 2) (other ip adresse)
... run unlimited masternode to same wallet.
Regard's
Still no luck here, using 2 sentinels the behavior is different, after some time PRE_ENABLED it goes to EXPIRED
{
"masternode": {
"alias": "MN1",
"address": "45.76.75.121:24157",
"privateKey": "xx",
"txHash": "52d489805a60d988b483ad0c5e571643de70c852d11ff058b862aeb3357947ab",
"outputIndex": "1",
"status": "ENABLED"
},
"masternode": {
"alias": "MN2",
"address": "45.76.168.116:24157",
"privateKey": "xx",
"txHash": "4b4db67c10e3fdd7df51789a14699b7f4eca7dbac9f3183fc4d2bcdbd8067896",
"outputIndex": "1",
"status": "EXPIRED"
}
}