masternodes / vps

A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
250 stars 488 forks source link

Cream correct ports #71

Closed creamcoin closed 6 years ago

creamcoin commented 6 years ago

Cream ports has been changed after latest update v1.2

https://github.com/masternodes/vps/blob/59ec87c18ba416ec33efd0f5cf498e397c408cc3/config/cream/cream.env#L3

MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-45066}

New ports are:

Default Port: 45066
RPC Port: 45077

reference: https://github.com/creamcoin/CREAM-cryptocurrency

the Cream team

https://cream.technology https://creamcoin.com/

marsmensch commented 6 years ago

Thanks for the pointer, done!