Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use latest bitcoind version #1397

Open
jp1ac4 opened this issue Oct 25, 2024 · 0 comments · May be fixed by #1398
Open

ci: use latest bitcoind version #1397

jp1ac4 opened this issue Oct 25, 2024 · 0 comments · May be fixed by #1398
Assignees
Labels
Nice to have If it's not completed in time for the current version, it can be postponed

Comments

@jp1ac4
Copy link
Collaborator

jp1ac4 commented Oct 25, 2024

CI is currently using bitcoind v26.0:

liana/.cirrus.yml

Lines 99 to 102 in c2ce025

curl -O https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz
echo "23e5ab226d9e01ffaadef5ffabe8868d0db23db952b90b0593652993680bb8ab bitcoin-26.0-x86_64-linux-gnu.tar.gz" | sha256sum -c
tar -xzf bitcoin-26.0-x86_64-linux-gnu.tar.gz
export BITCOIND_PATH=bitcoin-26.0/bin/bitcoind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice to have If it's not completed in time for the current version, it can be postponed
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants