Skip to content
Closed
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
6 changes: 3 additions & 3 deletions contrib/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ RUN git clone --quiet --depth 1 --single-branch --branch v0.40.1 https://github.
ARG TARGETARCH
ENV SHA256SUM_ELEMENTS_X86_64="86e3061a6cb82ea979954d7b187442b6a104648c26bda2ddf297e513b5d53c51"
ENV SHA256SUM_ELEMENTS_ARM64="e44566fad37cb632fa7b4d288e6e20fb3af26745a20950da8c55997ad427e05c"
ENV SHA256SUM_BITCOINCORE_X86_64="98add5f220c01b387343b70edeb6273403fe081e22cd85fda132704cdcaa98aa"
ENV SHA256SUM_BITCOINCORE_ARM64="10581b6d4aeb091c08c9e69eb4e4ced000038c009286dc1edb8a876656ccf6df"
ENV SHA256SUM_BITCOINCORE_X86_64="1fd58d0ae94b8a9e21bbaeab7d53395a44976e82bd5492b0a894826c135f9009"
ENV SHA256SUM_BITCOINCORE_ARM64="f88f72a3c5bf526581aae573be8c1f62133eaecfe3d34646c9ffca7b79dfdc7a"

ENV VERSION_BITCOINCORE=28.2
ENV VERSION_BITCOINCORE=29.2
RUN if [ "${TARGETARCH}" = "arm64" ]; then \
curl -sL -o bitcoin.tar.gz "https://bitcoincore.org/bin/bitcoin-core-${VERSION_BITCOINCORE}/bitcoin-${VERSION_BITCOINCORE}-aarch64-linux-gnu.tar.gz"; \
echo "${SHA256SUM_BITCOINCORE_ARM64} bitcoin.tar.gz" | sha256sum --check; \
Expand Down
1 change: 1 addition & 0 deletions contrib/bitcoin-mainnet-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ listen=1
mempoolfullrbf=1
blocknotify=pkill -USR1 electrs
maxmempool=1000
rpcservertimeout=600
1 change: 1 addition & 0 deletions contrib/bitcoin-mainnet-pruned-for-liquid.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ prune=550
blocksonly=1
persistmempool=0
listen=0
rpcservertimeout=600
1 change: 1 addition & 0 deletions contrib/bitcoin-regtest-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ mempoolfullrbf=1
blocknotify=pkill -USR1 electrs
fallbackfee=0.00001
maxmempool=1000
rpcservertimeout=600
1 change: 1 addition & 0 deletions contrib/bitcoin-signet-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ listen=1
mempoolfullrbf=1
blocknotify=pkill -USR1 electrs
maxmempool=1000
rpcservertimeout=600
1 change: 1 addition & 0 deletions contrib/bitcoin-testnet-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ listen=1
mempoolfullrbf=1
blocknotify=pkill -USR1 electrs
maxmempool=1000
rpcservertimeout=600
1 change: 1 addition & 0 deletions contrib/bitcoin-testnet4-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ listen=1
mempoolfullrbf=1
blocknotify=pkill -USR1 electrs
maxmempool=1000
rpcservertimeout=600