andy
3d
Wow
๐ This profile hasn't been claimed yet. If this is your Nostr profile, you can claim it.
Edit
Wow
Fixed. Thank you. ๐งก ๐ซ
Start posting your content here, Sir! Grind it! No pain no gain! Make every day count, don't just count the days ;) And you can also use https://nostr.build for uploading stuff directly. Or at least repost the links.
To build Bitcoin Knots v29.x: ``` sudo apt -y install cmake libsqlite3-dev git clone -b v29.2.knots20251110 https://github.com/bitcoinknots/bitcoin.git cd bitcoin cmake -B build cmake --build build -j $(nproc) for i in bitcoind bitcoin-cli bitcoin-tx bitcoin-util; do strip -o ~/bin/$i build/bin/$i; done ```