mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 19:20:46 +02:00
568 B
568 B
This steps work on Debian 12.
- 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
- 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 bookworm main" | sudo tee /etc/apt/sources.list.d/bitcoin-knots.list
- Update apt and install Bitcoin Knots:
sudo apt update && sudo apt install bitcoin-knots