-
Hi, Hope somebody can clarify this piece for me. In monero_pool.json line 102-114 mentions daemons configuration for both monerod (port 18081) and rpc wallet (port 18082). Confusion that I have is that xmr node does not come with username. Yes there is password for the local wallet but that's all.
If that is the case I'm confused on how can we fulfill this segment?!
I have checked on monerodocs.org and other resources and nothing mentions username in order to run a node. Can someone elaborate this for me? Please advise and thank You in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
monero_pool.json is simply oudated. As a matter of fact, thanks to the missing digest auth support in HttpClient, it is currently not possible to run either |
Beta Was this translation helpful? Give feedback.
monero_pool.json is simply oudated. As a matter of fact, thanks to the missing digest auth support in HttpClient, it is currently not possible to run either
monerod
ormonero-wallet-rpc
with authentication enabled. Which is a big bummer. A workaround is to put both daemons behind a reverse proxy such as nginx and secure the location using basic-authentication. Preferably over https (using self-signed certificates).