Skip to content

Instantly share code, notes, and snippets.

@zerofeerouting
Created February 23, 2022 12:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerofeerouting/7cd8f3f62d44daeba591b1dcc1ae002a to your computer and use it in GitHub Desktop.
Save zerofeerouting/7cd8f3f62d44daeba591b1dcc1ae002a to your computer and use it in GitHub Desktop.
Docker snippet to configure zero fee routing for BTCPay Server
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