-
Notifications
You must be signed in to change notification settings - Fork 489
Description
Hi
First of all thank you for this great tools / library. My question here is not an issue, but more to a know-how question . So in your script it notice , in the VPS you can create 2 (or more) masternode of same coin type in one go. From what i understand , in order for each node in the same server/vps to run it will require each node to have
- different ip
- different communication port ( for example for zcoin znode is 8168 for its port).
to have a single vps with multiple ip is something that i have known. However i was wondering how does your script enabling each node running on the same communication port ?
Because on the collateral wallet side, when you try to start a masternode for ip that has a port that is not its main port, it will reject to run , the error i usually getting is (must be xxx for mainnet), where xxx is the main port.
Thank You