Manánguri on Nostr: You'll need to install lnbits to process the payments. Or, use someone else's. I used ...
You'll need to install lnbits to process the payments. Or, use someone else's. I used lnbits.lnwallet.app and then copied the invoice api key to the api_key field below.
Add the following to your config.toml then restart.
nip42_auth = true
[pay_to_relay]
# Enable pay to relay
enabled = true
# The cost to be admitted to relay
admission_cost = 100
# The cost in sats per post
cost_per_event = 0
# Url of lnbits api
node_url = "https://lnbits.lnwallet.app";
# LNBits api secret
api_secret = "1234567890abcdefgh0987654"
Add the following to your config.toml then restart.
nip42_auth = true
[pay_to_relay]
# Enable pay to relay
enabled = true
# The cost to be admitted to relay
admission_cost = 100
# The cost in sats per post
cost_per_event = 0
# Url of lnbits api
node_url = "https://lnbits.lnwallet.app";
# LNBits api secret
api_secret = "1234567890abcdefgh0987654"