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

@ -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
```