is there a guide to setup your exc masternode on VPS? From the guides I've seen, you need to create wallet for that hosting server. and how safe is it? Can I keep my coins in cold storage and still run masternode?
Use the bumble guide listed above. I have my masternode on a VPS with no problems just make sure you use a passphrase and unlock just for staking. Always keep a backup of the wallet on your computer as well.
This guide doesn't look like instructions for remote masternode on VPS. I found very good guide how to install remote masternode on Linux for TX. and wallet installation which uses these commands
apt-get update y
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool
apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
git clone
https://github.com/transferdev/Transfercoin.gitcd Transfercoin/src
sudo apt-get remove qt3-dev-tools libqt3-mt-dev
sudo apt-get install libqt4-dev libminiupnpc-dev
apt-get install libmpc-dev
sudo make -f makefile.unix # Headless transfer
strip transferd
sudo cp transferd /usr/local/bin
nohup ./transferd &
./transferd stop
Now if someone could tell me how to change them according to exclusive, it would be really helpful