bc-guide

Steps to install Bitcoin Knots and DATUM Gateway on Debian stable

Note: these steps are only for debian stable (trixie).

  1. Activate the stable-backport repo:
cat << EOF | sudo tee /etc/apt/sources.list.d/debian-backports.sources
Types: deb deb-src
URIs: http://deb.debian.org/debian
Suites: trixie-backports
Components: main
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
EOF
  1. Update apt and install Bitcoin Knots and DATUM Gateway:
sudo apt update && sudo apt install bitcoin-knots/trixie-backports datum-gateway/trixie-backports

Optionnal configuration scripts:

You can choose between two configuration mode:

  1. Pleb configuration script:
sudo dpkg-reconfigure -pmedium bitcoin-knots datum-gateway
  1. Advanced configuration script:
sudo dpkg-reconfigure -plow bitcoin-knots datum-gateway