remove boltz and mempool, update lnd to 0.16.2-beta, update bitcoincore to 25.0
This commit is contained in:
parent
b15292f998
commit
f2f9d17b2b
4 changed files with 4 additions and 115 deletions
|
|
@ -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"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
network="regtest"
|
||||
auth="lnbits:lnbits"
|
||||
wait_duration="45s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue