Why Nostr? What is Njump?
2024-07-24 16:28:07

captjack on Nostr: 🐧 debian #ubuntu #bitcoinknots (this is better than bitcoind) nostr tip #linuxstr ...

🐧 debian #ubuntu #bitcoinknots (this is better than bitcoind) nostr tip #linuxstr amd64 arm (no riscv yet)
sudo add-apt-repository ppa:luke-jr/bitcoinknots
sudo apt update
sudp apt search - u see - "bitcoind/focal 26.1.knots20240513-focal1 amd64"
sudo apt install bitcoind

auto start as ubuntu systemd service
nano /etc/systemd/system/bitcoind.service
Unit]
Description=lncr deamon start
After=network.target
StartLimitIntervalSec=20
[Service]
User=noderunner
Group=noderunner
Type=forking
PIDFile=/wherever/btc/bitcoin.pid
ExecStart=/wherever/btc/bitcoind -daemon -datadir=/wherever/btc/ -conf=/wherever/btc/bitcoin.conf
ExecStop=/wherever/btc/bitcoin-cli -datadir=/wherever/btc/ -conf=/wherever/btc/bitcoin.conf stop
[Install]
WantedBy=multi-user.target

usually best run LVM disk - mount in /etc/fstab as /wherever/ (choose ur own name)
UUID=76b3e08b-0764-45c6-8e44-432863307aaa /wherever ext4 errors=remount-ro,noatime,commit=120 0 1
lsblk -f (to ser UID)


Author Public Key
npub1te0uzs6vj29umjaxlqqct82j8q6ppyefrxq06dhr8d6pvwfatgkqjmjgwp