Highly complex RPC passwords
Hey all,
I trust everyone is doing well, and looking forward to the impending mainnet release of the secure nodes.
A few people have been experiencing issues where their securenode tracker software is not connecting to zend properly.
It may be related to the configuration of the zen.conf, further information here or it may be related to an overly complex rpcpassword.
Using too many special characters (*><?!%$#)
may cause issues when the rpcpassword is parsed by the securenode tracker setup incorrectly.
If you are getting the following:
Zend error: Unauthorized Unable to connect to zend. Please check the zen rpc settings and ensure zend is running
Verify your rpcuser and rpcpassword zen.conf configuration:
- Stop your zend daemon using
sudo monit stop zend
orzen-cli stop
- Check your password complexity
- Make changes if needed removing the special characters
- Restart your zend daemon using
sudo monit start zend
orzend
- Navigate to your securenode tracker directory
- Re-run
node setup.js
- Finally try running the tracker again
node app.js
If you need any further assistance, head over to discord and post your question in the #securenodes channel.
Have a good one