EN
EN
FR
EN
FR
What can you do about it?
As a node runner
● Use Bitcoin Knots 26.1.knots20240325 (All spam filters are up to date) or 25.1.● Set the following configuration options: -permitbaremultisig=0, -datacarrier=0 (if you are using knots 25.1 or later)● Keep asking node software providers (their telegrams, twitters, nostrs) to introduce GUI options for filtering - show there is demand.
A more detailed version of these instructions can be found below.
Running a node on a Raspberry Pi?
Don't forget that if you don't even use your node to broadcast your transactions and check the state of the chain or TXs of interest to you on-chain, your node plays no role at all in the network.It is true though that if it's a full node, it could at least help someone synchronize their own node at some point in the future, which is the reason why it is important to keep the ability to run nodes affordable for most users.
● If you're using an Umbrel distribution to run your node, you can install a version of Bitcoin Knots which will filter the inscription related spam. You can do so here with an alternative app store.
Detailed instructions to install or update your Umbrel node are provided below.
APT
This steps work on Debian and Ubuntu.
1. Get Léo Haf's key and add it to the apt
key list:wget --quiet -O - https://apt.orangepill.ovh/gpg-pubkey.asc | sudo tee /etc/apt/keyrings/leohaf.asc
2. Add the repository to your apt
repository list and indicate the GPG key to use:echo "deb [signed-by=/etc/apt/keyrings/leohaf.asc arch=$(dpkg --print-architecture)] https://apt.orangepill.ovh stable main" | sudo tee /etc/apt/sources.list.d/bitcoin-knots.list
3. Update apt
and install Bitcoin Knots:sudo apt update && sudo apt install bitcoin-knots