Skip to content

Commit

Permalink
Update Bitcoin Core deploy to 27.1 (ordinals#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 26, 2024
1 parent 75bf04b commit 4d30642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-bitcoin-core-linux
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

version=24.0.1
version=27.1

wget \
-O bitcoin.tar.gz \
Expand Down
2 changes: 2 additions & 0 deletions deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ fi

bitcoind --version

chown bitcoin:bitcoin /var/lib/bitcoind/settings.json

if [[ ! -e ~/.cargo/env ]]; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
fi
Expand Down

0 comments on commit 4d30642

Please sign in to comment.