Skip to content

Commit

Permalink
feat: Discount CT support (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Oct 19, 2024
1 parent 4147d07 commit c6df76d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BOLTZ_WEBAPP_IMAGE=boltz/web-app:latest
BOLTZ_CLIENT_IMAGE=boltz/boltz-client:latest
FOUNDRY_IMAGE=boltz/foundry:latest
BITCOIN_CORE_IMAGE=boltz/bitcoin-core:latest
ELEMENTS_IMAGE=ghcr.io/vulpemventures/elements:latest
ELEMENTS_IMAGE=boltz/elements:latest
ELECTRS_IMAGE=boltz/electrs:latest
ESPLORA_IMAGE=boltz/esplora:latest
OTTERSCAN_IMAGE=otterscan/otterscan:latest
Expand Down
4 changes: 4 additions & 0 deletions data/elements/elements.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ 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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ services:
- 31002:31002
- 18884:18884
volumes:
- elements-data:/home/elements/.elements
- elements-data:/root/.elements
healthcheck:
test: ["CMD", "elements-cli", "-getinfo"]
timeout: 1s
Expand Down

0 comments on commit c6df76d

Please sign in to comment.