vps
vps copied to clipboard
PURE - error - pured pointing to wrong pure.conf
Hi, i am working on a linux VPS using the latest build of nodemaster scripts. I am not experienced with linux so maybe this is not a bug but me being stupid. I installed a sub1x MN and that was easy. Now tried a pure MN and am struggling. Here we go:
I installed the Pure MN and made the changes to the pure_n1.conf.
Then i started the MN using /usr/local/bin/activate_masternodes_pure. Worked fine as well. I ran into problems with the MN shutting down as soon as the cold wallet was offline or being encrypted and so i wanted to check the status on the VPS using /usr/local/bin/pure-cli -conf=/etc/masternodes/pure_n1.conf getinfo until i realised there is no pure-cli. also not in the git.
So with google i found pured getinfo or watch pured getinfo, but this resulted in this error:
error: You must set rpcpassword=<password> in the configuration file:
/root/.pure/pure.conf
If the file does not exist, create it with owner-readable-only file permissions.
But the correct pure.conf, that i configured is in an an other folder. Even if i configure this file with cd .pure and nano pure.conf it gives me the following error: Couldn't connect to server.
So how can i check if my pure MN is running correct on the VPS and what Block i am on. Thank you
try:
watch -n 10 pured -conf=/etc/masternodes/pure_n1.conf getinfo
also the version in pure.env needs to be changed to:
SCVERSION="tags/v1.0.0.3"
before installing
Hy, have some one a comlete setup for the Pure MN on vps?