diff --git a/contrib/Dockerfile.base b/contrib/Dockerfile.base index 65c47208..874f62dd 100644 --- a/contrib/Dockerfile.base +++ b/contrib/Dockerfile.base @@ -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="00964ae375084113b1162f2f493b9372421608af23539766e315a3cb0ee54248" +ENV SHA256SUM_BITCOINCORE_ARM64="785f49061ae65fcf31b8323803bbaa284569dc65e7aba68229e2da222a449635" -ENV VERSION_BITCOINCORE=28.2 +ENV VERSION_BITCOINCORE=30.0 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; \ diff --git a/contrib/bitcoin-mainnet-pruned-for-liquid.conf.in b/contrib/bitcoin-mainnet-pruned-for-liquid.conf.in index fb28363c..feb2d67c 100644 --- a/contrib/bitcoin-mainnet-pruned-for-liquid.conf.in +++ b/contrib/bitcoin-mainnet-pruned-for-liquid.conf.in @@ -7,3 +7,4 @@ prune=550 blocksonly=1 persistmempool=0 listen=0 +rpcservertimeout=600 \ No newline at end of file diff --git a/contrib/bitcoin-regtest-explorer.conf.in b/contrib/bitcoin-regtest-explorer.conf.in index 9052c9c3..30f3a2c0 100644 --- a/contrib/bitcoin-regtest-explorer.conf.in +++ b/contrib/bitcoin-regtest-explorer.conf.in @@ -6,3 +6,4 @@ mempoolfullrbf=1 blocknotify=pkill -USR1 electrs fallbackfee=0.00001 maxmempool=1000 +rpcservertimeout=600 diff --git a/contrib/bitcoin-signet-explorer.conf.in b/contrib/bitcoin-signet-explorer.conf.in index 10d68a22..422c4740 100644 --- a/contrib/bitcoin-signet-explorer.conf.in +++ b/contrib/bitcoin-signet-explorer.conf.in @@ -9,3 +9,4 @@ listen=1 mempoolfullrbf=1 blocknotify=pkill -USR1 electrs maxmempool=1000 +rpcservertimeout=600 diff --git a/contrib/bitcoin-testnet-explorer.conf.in b/contrib/bitcoin-testnet-explorer.conf.in index fc2f2e03..1b55d0f0 100644 --- a/contrib/bitcoin-testnet-explorer.conf.in +++ b/contrib/bitcoin-testnet-explorer.conf.in @@ -9,3 +9,4 @@ listen=1 mempoolfullrbf=1 blocknotify=pkill -USR1 electrs maxmempool=1000 +rpcservertimeout=600 diff --git a/contrib/bitcoin-testnet4-explorer.conf.in b/contrib/bitcoin-testnet4-explorer.conf.in index 0da574e0..7563d461 100644 --- a/contrib/bitcoin-testnet4-explorer.conf.in +++ b/contrib/bitcoin-testnet4-explorer.conf.in @@ -9,3 +9,4 @@ listen=1 mempoolfullrbf=1 blocknotify=pkill -USR1 electrs maxmempool=1000 +rpcservertimeout=600