dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
363 stars 608 forks source link

no support for connecting to monerod with authentication #686

Open stinkystizzy opened 3 years ago

stinkystizzy commented 3 years ago

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.

stinkystizzy commented 3 years ago

I'm guessing in apiInterfaces.js, jsonHttpRequest function, var options should have an auth property for this?

muscleman commented 2 years ago

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.