From a1782337e64c24f0176be369e32c2f43ed12a885 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Wed, 4 Dec 2024 23:17:38 +0000 Subject: [PATCH] add sigs + short instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index ec1c7aa..48028b9 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,26 @@ The IPs from LinkingLion were not copied, they were found displaying this weird To use download `ban_list.txt` and start `monerod` with `--ban-list /path/to/ban_list.txt` or add `ban-list=/path/to/ban_list.txt` to your `bitmonero.conf` file. + +### Signatures + +To verify the signatures get our GPG keys from these locations: + +| Person | Location | +|---------|--------------------------------------------------------------------------------------------------| +| boog900 | | + +Then import the keys and verify the signatures: + +```bash +gpg --verify ./sigs/boog900.sig ban_list.txt +``` + +You should now see: +``` +gpg: Signature made Wed Dec 4 23:06:44 2024 GMT +gpg: using EDDSA key A875F544CB569CB96889791E42AB1287CB0041C2 +gpg: Good signature from "Boog900 ... +``` + +Now repeat with as many `Person`'s signatures as you please.