I have a problem with my 2nd masternode. It shows my 2nd masternode with the same IP and wallet address as the first. This is how I set up the masternode.config
MN1 server_ip:port ubuntu_genkey tx_ID 0
MN2 server_ip:port ubuntu_genkey tx_ID 0
Note: when I put the command in the debug console, it created 2 transaction IDs for MN2, one ended with a 0 and the other with a 1, I used the one that ended in 0 for MN2
My wallet config file is like this:
rpcuser=root
rpcpassword=Root_Pass_for_MN1
rpcport=33589
port=33588
rpcallowip=127.0.0.1
daemon=1
listen=1
server=1
externalip=MN1_ip:33588
externalip=MN2_ip:33588
Note: I only have the root password for MN1 in that config, the guide does not say how to add extra root passwords.
Can someone tell me what I'm doing wrong? Maybe some instructions for laymen would go far.