moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
370 stars 269 forks source link

Add support for --daemon-login user:pass #200

Closed moneroexamples closed 4 years ago

moneroexamples commented 4 years ago

When monero daemon uses --rpc-login=user:pass, blockchain explorer won't be able to connect to it to get mempool or other network data.

--daemon-login user:pass should be added the explorer to solve this.

shermand100 commented 4 years ago

Built using the xmrblocks dev branch and confirm working using the following:

Raspbian Buster OS

Monerod started with:

cd /home/$USER/monero/ ./monero-active/monerod --rpc-bind-ip=192.168.1.105 --rpc-bind-port=18083 --rpc-login=user:pass --confirm-external-bind --rpc-ssl disabled

xmrblocks started with:

cd /home/$USER/onion-monero-blockchain-explorer/build/ ./xmrblocks --port 8081 --enable-pusher --enable-emission-monitor --deamon-url=http://192.168.1.105:18083 --daemon-login user:pass

Thanks for adding this.

moneroexamples commented 4 years ago

Glad its working.

Tikhon88 commented 4 years ago

200

moneroexamples commented 4 years ago

@Tikhon88

?

moneroexamples commented 4 years ago

I think this issue is solved. Closing.