mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-14 19:44:21 +01:00
* Support regtest * Fix bindings, print and switch boltz client crate * Remove stop-grace-period * Fix docker compose issues * feat: add rt-sync to regtest setup * Configure local rtsync instance on default regtest config * Bump sdk-common rev * Fix compose restart missing quotation * Specify platform only in base configurations * Fix after rebase --------- Co-authored-by: yse <hydra_yse@proton.me>
37 lines
583 B
Plaintext
Executable File
37 lines
583 B
Plaintext
Executable File
chain=liquidregtest
|
|
txindex=1
|
|
|
|
rpcuser=regtest
|
|
rpcpassword=regtest
|
|
|
|
# server
|
|
rest=1
|
|
server=1
|
|
rpcallowip=0.0.0.0/0
|
|
|
|
# liquid stuff
|
|
validatepegin=0
|
|
initialfreecoins=2100000000000000
|
|
fallbackfee=0.000001
|
|
|
|
[liquidregtest]
|
|
rpcbind=0.0.0.0
|
|
rpcport=18884
|
|
|
|
## Dynafed
|
|
con_dyna_deploy_start=0
|
|
con_dyna_deploy_signal=1
|
|
con_nminerconfirmationwindow=1
|
|
con_nrulechangeactivationthreshold=1
|
|
|
|
## Taproot signaling
|
|
con_taproot_signal_start=0
|
|
|
|
zmqpubrawtx=tcp://0.0.0.0:31000
|
|
zmqpubrawblock=tcp://0.0.0.0:31001
|
|
zmqpubhashblock=tcp://0.0.0.0:31002
|
|
|
|
# Discount CT
|
|
acceptdiscountct=1
|
|
creatediscountct=1
|