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

zencash needs to use SSL/TLS #50

Open jellicoe opened 6 years ago

jellicoe commented 6 years ago

following the zencash setup guide https://blockoperations.com/how-to-build-and-operate-a-zencash-secure-node/

not sure how to make your VPS script work - what additional steps are needed

zencash uses SSL/TLS - so do we need to add to /etc/masternodes/zen_n1.conf?

tlscertpath=/home/$USER/.acme.sh/$FQDN/$FQDN.cer tlskeypath=/home/$USER/.acme.sh/$FQDN/$FQDN.key

also the zencash wallet is not like others that can be setup as remote / controller wallets from what I can tell

with zen what is used for

masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_zen_1

haempelmaen commented 4 years ago

it is the Year 2020 and I stumbled over this problem, too.

Has anyone found out, how to work around this problem? or are we even supposed to run the node with a hot wallet?