Skip to content

Conversation

@SatoshiNakamotoBitcoin
Copy link

@SatoshiNakamotoBitcoin SatoshiNakamotoBitcoin commented Jan 16, 2026

This script updates Bitcoin KNOTS+BIP-110 from Bitcoin Core, providing options for info, tested, reckless, or custom updates. It includes version checks, downloads, and installations based on user input.

Launch via:
ssh raspiblitz
cd config.scripts
wget https://raw.githubusercontent.com/dathonohm/bitcoin/3489867fea37c84aed7d438f0d125e370474dccd/bip110.sh
./bip110.sh custom bitcoin-29.2.knots20251110+bip110-v0.1rc2 skipverify

If you have a old version of Knots, you can run the same script without this part of the script to skip the switching proccess:

isBitcoinCoreInstalled=$(sudo -u bitcoin bitcoind --version | head -n 1 | grep -c "Bitcoin Core") if [ ${isBitcoinCoreInstalled} -eq 0 ]; then echo "# if you have Bitcoin KNOTS installed - you first need to switch back to Bitcoin Core" echo "# error='Bitcoin Core is not installed'" sleep 3 exit 1 fi

@Retropex

dathonohm and others added 2 commits January 12, 2026 14:40
This script updates Bitcoin KNOTS+BIP-110 from Bitcoin Core, providing options for info, tested, reckless, or custom updates. It includes version checks, downloads, and installations based on user input.


Launch via:
ssh raspiblitz
cd config.scripts
./bip110.sh custom bitcoin-29.2.knots20251110+bip110-v0.1rc2 skipverify

If you have a old version of Knots, you can run the same script without this part of the script to skip the switching proccess:

isBitcoinCoreInstalled=$(sudo -u bitcoin bitcoind --version | head -n 1 | grep -c "Bitcoin Core") if [ ${isBitcoinCoreInstalled} -eq 0 ]; then echo "# if you have Bitcoin KNOTS installed - you first need to switch back to Bitcoin Core" echo "# error='Bitcoin Core is not installed'" sleep 3 exit 1 fi
@dathonohm dathonohm force-pushed the 29.2.knots20251110+UASF-BIP110 branch from 73aaee1 to 37ea81d Compare January 17, 2026 05:02
@Retropex
Copy link

Hey, why not opening a PR in https://github.com/raspiblitz/raspiblitz?
One of the two maintainer is pretty in favor of user choice, I think it could qualify for a merge as they did with Bitcoin Knots.

@SatoshiNakamotoBitcoin
Copy link
Author

We placed it here in case you wanted to add it to the BIP-110 How-To page without waiting for Raspiblitz approval, but you're right.

We'll close this proposal here. If anyone wants to use it as a template for a Raspiblitz pull request, that would be great.

@Retropex , We'd need to review how it works since We don't use Raspiblitz and created it by modifying an existing script.

If We can help in any way, please don't hesitate to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants