diff --git a/Dockerfile b/Dockerfile index df7e513b..40eec49b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,8 +50,6 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl RUN make -j$(nproc) RUN make install RUN strip ${BITCOIN_PREFIX}/bin/* -RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a -RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0 # Build stage for compiled artifacts FROM alpine:3.18 diff --git a/assets/compat/bitcoin.conf.template b/assets/compat/bitcoin.conf.template index a6f62b57..ae98740b 100644 --- a/assets/compat/bitcoin.conf.template +++ b/assets/compat/bitcoin.conf.template @@ -55,6 +55,7 @@ permitbaremultisig=0 {{#IF advanced.peers.listen listen=1 bind=0.0.0.0:8333 +bind=127.0.0.1:8334=onion }} {{#IF !advanced.peers.listen listen=0 diff --git a/bitcoin b/bitcoin index 1088a98f..11018374 160000 --- a/bitcoin +++ b/bitcoin @@ -1 +1 @@ -Subproject commit 1088a98f5aad080cc6cca2da174f206509fcda6c +Subproject commit 110183746150428e6385880c79f8c5733b1361ba diff --git a/manifest.yaml b/manifest.yaml index ebad58ce..8bbc80b3 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,12 +1,9 @@ id: bitcoind title: "Bitcoin Core" -version: 27.1.0 +version: 28.0.0 eos-version: 0.3.4.4 release-notes: | - * Update Bitcoin to [v27.1](https://github.com/bitcoin/bitcoin/releases/tag/v27.1) - * Add 'Reindex Chainstate' Action - * Improve config descriptions and instructions - * Notice! If Bitcoin gets stuck in "Stopping" status after the update, the solution is to restart your server. System -> Restart. + * Update Bitcoin to [v28.0](https://github.com/bitcoin/bitcoin/releases/tag/v28.0) license: MIT wrapper-repo: https://github.com/Start9Labs/bitcoind-startos upstream-repo: https://github.com/bitcoin/bitcoin diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index ef9d60a3..708168fa 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -268,5 +268,5 @@ export const migration: T.ExpectedExports.migration = ), }, }, - "27.1.0" + "28.0.0" );