this post was submitted on 23 May 2024
1 points (100.0% liked)
Monero
1656 readers
13 users here now
This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.
Wallets
Android (Cake Wallet) / (Monero.com)
iOS (Cake Wallet) / (Monero.com)
Instance tags for discoverability:
Monero, XMR, crypto, cryptocurrency
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sorry, I'm trying to understand. On BTCPay Bitcoin based, they added an option for exposing a Tor Address from UI. The current Monero support is not their priority and their lacks the same funcionality on XMR payments.
Are you talking about this file?
Yes, but setting the environment variables before running setup. The following two coded env vars will set your btcpay server to automatically also run a tor hidden service. Once XMR is configured (only one wallet per server at the moment) you should be able to access the hidden service and pay without issue.
Run btcpay-setup.sh with the right parameters
Set the custom domain you chose to use
export BTCPAY_HOST="btcpay.EXAMPLE.com"
Use Bitcoin on mainnet
export NBITCOIN_NETWORK="mainnet"
Enable Bitcoin support
export BTCPAYGEN_CRYPTO1="btc"
Enable Monero support
opt-add-tor enables Tor support for the UI and Bitcoin node