minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node and other stuff on a personal computer
https://minibolt.info
MIT License
72 stars 36 forks source link

[UPDATE] Added recommended command to signature check #21

Closed gzuuus closed 1 year ago

gzuuus commented 1 year ago

The proposed command has the advantage that each time it is executed it downloads the entire directory of keys from the bitcoin core repository and imports them into your keyring, so you don't have to constantly update the key links in minibolt.

The command uses curl to do get from the github api where you can find the download links to the keys, with jq you parse the json from the api and download them with wget, then import the keys to your keyring with gpg --import

twofaktor commented 1 year ago

Let's go to the master! 🚀