If you are up for doing some Bitcoin research, you can join this experiment on the default signet chain on Wednesday:
Syncing signet on an RPi5 should take less than an hour (but allow a little more time just in case).
You can start the signet bitcoind instance on a Raspiblitz by running:
config.scripts/bitcoin.install.sh on signet
You will have these aliases set in terminal for easy monitoring and configuration:
alias sbitcoin-cli="sudo -u bitcoin /usr/local/bin/bitcoin-cli -rpcport=38332"
alias sbitcoinlog="sudo -u bitcoin tail -n 30 -f /mnt/hdd/app-data/bitcoin/signet/debug.log"
alias bitcoinconf="sudo nano /mnt/hdd/app-data/bitcoin/bitcoin.conf"
The systemd service is called: sbitcoind
so can check and restart with:
systemctl status sbitcoind
sudo systemctl restart sbitcoind
#raspiblitz #signet #bitcoin


Delving Bitcoin
Consensus Cleanup: demo of slow blocks on Signet
We are going to do a demo of long-to-validate blocks on Signet on Wednesday. Here are instructions on how you can join. The goal of this demo is t...





