Open TimeTravelersHackedMe opened 6 years ago
Yes, you have to run wallet RPC by PM2 ( see Wallet Setup in Readme ) or on another screen .
Yeah but in the config it says there is a Monero Daemon RPC and a Monero Daemon RPC Wallet. Why are we only running the daemon?
Please read the entire readme: https://github.com/Snipa22/nodejs-pool#wallet-setup
Wallets are different because they need passwords and management tools outside of running as a system service.
Thank you... I'm learning. I had problems with the RPC Wallet because the security settings are tight and they don't allow you to bind to other IP addresses besides localhost (at least I couldn't figure it out). I discussed how to use nginx as a proxy pass from a docker container for accessing the wallet RPC here:
I see in the base.sql file you have these lines:
However, in the instructions we only run the daemon. Why are there values for a wallet API in there too? Are we supposed to run the wallet in the background as well?