bigger channels final
This commit is contained in:
parent
41b3e237c8
commit
cdae3eb764
3 changed files with 7 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4
tests
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue