@drago777 you might find this useful:
This masternode tutorial was quite useful:
https://medium.com/@rmarle70/desire-masternode-setup-guide-ubuntu-125b148280baAdditional comments and tips:
- no need to build Desire from scratch, just download the tar.gz release
- you cant use Ubuntu 16.04, use 14.04 (some libs arent compatible)
- secure your VPS! (UFW, Fail2Ban, limit SSHD to key auth, disable root)
- use SSH key authentication and elevate with sudo if necessary
- keep your VPS up to date with unattended-upgrades
- UFW: tcp/9919 from anywhere, tcp/22 from your IP
- install the sentinel as well
- the sentinel requires additional settings in desire.conf
- the RPC port should be different from your daemon port
- generate complex RPC username and password
in this guide does not talk about sentienl
I'v edited sentinel.conf , I get this error
root@vultr:/usr/local/bin/sentinel# nano sentinel.conf
root@vultr:/usr/local/bin/sentinel# venv/bin/python bin/sentinel.py
Traceback (most recent call last):
File "bin/sentinel.py", line 265, in
main()
File "bin/sentinel.py", line 160, in main
dashd = DashDaemon.from_dash_conf(config.dash_conf)
File "lib/dashd.py", line 37, in from_dash_conf
creds = DashConfig.get_rpc_creds(config_text, config.network)
File "lib/dash_config.py", line 44, in get_rpc_creds
creds[u'port'] = int(creds[u'port'])
ValueError: invalid literal for int() with base 10: '5551]'