Created
February 23, 2022 12:03
-
-
Save zerofeerouting/7cd8f3f62d44daeba591b1dcc1ae002a to your computer and use it in GitHub Desktop.
Docker snippet to configure zero fee routing for BTCPay Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
lnd_bitcoin: | |
environment: | |
LND_EXTRA_ARGS: | | |
bitcoin.basefee=0 | |
bitcoin.feerate=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment