remove boltz and mempool, update lnd to 0.16.2-beta, update bitcoincore to 25.0

This commit is contained in:
dni ⚡ 2023-06-14 19:35:06 +02:00
commit f2f9d17b2b
No known key found for this signature in database
GPG key ID: 886317704CC4E618
4 changed files with 4 additions and 115 deletions

View file

@ -1,34 +0,0 @@
[api]
host = "boltz"
port = 9_001
[[pairs]]
base = "BTC"
quote = "BTC"
rate = 1
fee = 0.5
timeoutDelta = 1_440
[[currencies]]
symbol = "BTC"
network = "bitcoinRegtest"
minWalletBalance = 10_000_000
minChannelBalance = 10_000_000
maxSwapAmount = 4_294_967
minSwapAmount = 10_000
maxZeroConfAmount = 0
[currencies.chain]
mempoolSpace = "http://mempool-web:8080/api"
host = "bitcoind"
zmqpubrawtx = "tcp://bitcoind:29000"
zmqpubrawblock = "tcp://bitcoind:29001"
port = 18_443
user = "lnbits"
password = "lnbits"
[currencies.lnd]
host = "lnd-2"
port = 10_009
certpath = "/data/lnd/tls.cert"
macaroonpath = "/data/lnd/data/chain/bitcoin/regtest/admin.macaroon"