cryptonote-nodejs-pool
cryptonote-nodejs-pool copied to clipboard
no support for connecting to monerod with authentication
I specified a user:password for the monero rpc login in the monerod config. The pool code currently doesn't have any way to specify this info in the config so I can't currently run the pool.
I'm guessing in apiInterfaces.js, jsonHttpRequest function, var options should have an auth property for this?
i tried to implement user/pass for monero based coins. however the packages i used for http requests did not implement digest authentication very well, so i stopped trying.