From cdae3eb764906626fe03a2d6d7f55f55b0facf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 22 Nov 2022 10:00:37 +0100 Subject: [PATCH] bigger channels final --- docker-compose.yml | 4 ++-- docker-scripts.sh | 6 +++--- tests | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1429f6a..6ca3a28 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,7 +54,7 @@ services: depends_on: - bitcoind image: boltz/c-lightning:0.11.2 - entrypoint: "sh -c 'sleep 15 && lightningd --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'" + entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'" expose: - 9735 volumes: @@ -65,7 +65,7 @@ services: depends_on: - bitcoind image: boltz/c-lightning:0.11.2 - entrypoint: "sh -c 'sleep 15 && lightningd --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'" + entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'" expose: - 9735 volumes: diff --git a/docker-scripts.sh b/docker-scripts.sh index 26c370c..a85e6ef 100644 --- a/docker-scripts.sh +++ b/docker-scripts.sh @@ -104,9 +104,9 @@ lnbits-lightning-init(){ lnbits-lightning-sync - channel_size=24000000 # 0.032 btc - balance_size=12000000 # 0.16 btc - balance_size_msat=12000000000 # 0.16 btc + channel_size=24000000 # 0.024 btc + balance_size=12000000 # 0.12 btc + balance_size_msat=12000000000 # 0.12 btc # lnd-1 -> lnd-2 diff --git a/tests b/tests index 3a4d03f..f70967d 100755 --- a/tests +++ b/tests @@ -22,8 +22,8 @@ run(){ failed="false" blockheight=230 utxos=5 -channel_size=24000000 # 0.016 btc -balance_size=8000000 # 0.08 btc +channel_size=24000000 # 0.024 btc +balance_size=12000000 # 0.012 btc source $(pwd)/docker-scripts.sh lnbits-regtest-start