Updated links

This commit is contained in:
Sun Knudsen 2023-09-06 19:31:12 -04:00
parent c04bfdd1e6
commit 6913f8f142
No known key found for this signature in database
GPG key ID: 02C43AD072D57783
8 changed files with 32 additions and 32 deletions

View file

@ -261,12 +261,12 @@ Fingerprint matches published fingerprints
### Step 9: download and verify [bitcoind.service](./bitcoind.service)
```console
$ curl --fail --output /lib/systemd/system/bitcoind.service https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/bitcoind.service
$ curl --fail --output /lib/systemd/system/bitcoind.service https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/bitcoind.service
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2184 100 2184 0 0 2112 0 0:00:01 0:00:01 --:--:-- 2114
$ curl --fail --output /lib/systemd/system/bitcoind.service.asc https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/bitcoind.service.asc
$ curl --fail --output /lib/systemd/system/bitcoind.service.asc https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/bitcoind.service.asc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 228 100 228 0 0 258 0 --:--:-- --:--:-- --:--:-- 258
@ -289,12 +289,12 @@ Good signature
### Step 10: download and verify [electrs.service](./electrs.service)
```console
$ curl --fail --output /lib/systemd/system/electrs.service https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/electrs.service
$ curl --fail --output /lib/systemd/system/electrs.service https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/electrs.service
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 466 100 466 0 0 451 0 0:00:01 0:00:01 --:--:-- 451
$ curl --fail --output /lib/systemd/system/electrs.service.asc https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/electrs.service.asc
$ curl --fail --output /lib/systemd/system/electrs.service.asc https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/electrs.service.asc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 228 100 228 0 0 235 0 --:--:-- --:--:-- --:--:-- 235
@ -317,12 +317,12 @@ Good signature
### Step 11: download and verify [tor-client-auth.sh](./tor-client-auth.sh)
```console
$ curl --fail --output /usr/bin/tor-client-auth.sh https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh
$ curl --fail --output /usr/bin/tor-client-auth.sh https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1239 100 1239 0 0 1075 0 0:00:01 0:00:01 --:--:-- 1076
$ curl --fail --output /usr/bin/tor-client-auth.sh.asc https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh.asc
$ curl --fail --output /usr/bin/tor-client-auth.sh.asc https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh.asc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 228 100 228 0 0 196 0 0:00:01 0:00:01 --:--:-- 196

View file

@ -32,7 +32,7 @@ $ sudo apt install -y bc curl openssl sysbench
### Step 2: download (and optionally verify) [benchmark.sh](./benchmark.sh) ([PGP signature](./benchmark.sh.asc), [PGP public key](https://sunknudsen.com/sunknudsen.asc))
```shell
curl --fail --output $HOME/benchmark.sh https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/misc/how-to-benchmark-computer-for-bitcoin-computation/benchmark.sh
curl --fail --output $HOME/benchmark.sh https://sunknudsen.com/privacy-guides/how-to-self-host-hardened-bitcoin-node/misc/how-to-benchmark-computer-for-bitcoin-computation/benchmark.sh
chmod +x $HOME/benchmark.sh
```