Skip to content

Commit

Permalink
Update/v28 (#152)
Browse files Browse the repository at this point in the history
* Update Bitcoin to 28.0

* explicitly bind=127.0.0.1:8334=onion

* Remove deprecated libbitcoin from dockerfile steps
  • Loading branch information
Dominion5254 authored Oct 11, 2024
1 parent c995ed1 commit 5dcbe9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions assets/compat/bitcoin.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bitcoin
Submodule bitcoin updated 1282 files
7 changes: 2 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"27.1.0"
"28.0.0"
);

0 comments on commit 5dcbe9b

Please sign in to comment.