Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Discount CT support #47

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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