Refactored links for custom CMS
This commit is contained in:
parent
898479321a
commit
b18fd40fbc
27 changed files with 47 additions and 49 deletions
|
@ -12,7 +12,7 @@ Listed: true
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Hardened Bitcoin node](../../README.md)
|
||||
- [Hardened Bitcoin node](../..)
|
||||
- Computer running macOS Big Sur or Monterey (used to copy pi-electrs credentials from Bitcoin node and run [Electrum](https://electrum.org/#home))
|
||||
- FAT32-formatted USB flash drive
|
||||
|
||||
|
@ -97,9 +97,9 @@ $ sudo umount /dev/sdb1
|
|||
|
||||
### Step 4: remove FAT32-formatted USB flash drive from server or Raspberry Pi
|
||||
|
||||
### Step 5: download [Tor Browser](https://www.torproject.org/) (and optionally verify PGP signature, learn how [here](../../../how-to-verify-pgp-digital-signatures-using-gnupg-on-macos/README.md))
|
||||
### Step 5: download [Tor Browser](https://www.torproject.org/) (and optionally verify PGP signature, learn how [here](../../../how-to-verify-pgp-digital-signatures-using-gnupg-on-macos))
|
||||
|
||||
> Heads-up: check out “How to install and use Electrum over Tor on macOS” [guide](../../../how-to-install-and-use-electrum-over-tor-on-macos/README.md) for hardened Electrum and Tor Browser installation instructions.
|
||||
> Heads-up: check out “How to install and use Electrum over Tor on macOS” [guide](../../../how-to-install-and-use-electrum-over-tor-on-macos) for hardened Electrum and Tor Browser installation instructions.
|
||||
|
||||
### Step 6: install Tor Browser
|
||||
|
||||
|
@ -148,13 +148,13 @@ $ umask u=rwx,go=rx
|
|||
### Step 12: create tor alias
|
||||
|
||||
```console
|
||||
echo "alias tor=\"/Applications/Tor\ Browser.app/Contents/Resources/TorBrowser/Tor/tor -f $HOME/.local/etc/tor/torrc\"" >> ~/.zshrc
|
||||
$ echo "alias tor=\"/Applications/Tor\ Browser.app/Contents/Resources/TorBrowser/Tor/tor -f $HOME/.local/etc/tor/torrc\"" >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 13: create electrum alias
|
||||
|
||||
```console
|
||||
echo "alias electrum=\"/Applications/Electrum.app/Contents/MacOS/run_electrum --oneserver --server $HOSTNAME:50001:t --proxy socks5:127.0.0.1:9050\"" >> ~/.zshrc
|
||||
$ echo "alias electrum=\"/Applications/Electrum.app/Contents/MacOS/run_electrum --oneserver --server $HOSTNAME:50001:t --proxy socks5:127.0.0.1:9050\"" >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 14: source ~/.zshrc
|
||||
|
|
|
@ -12,8 +12,8 @@ Listed: true
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Hardened Bitcoin node](../../README.md)
|
||||
- [Tails USB flash drive or SD card](../../../how-to-install-tails-on-usb-flash-drive-or-sd-card/README.md) (used to run [Electrum](https://electrum.org/#home))
|
||||
- [Hardened Bitcoin node](../..)
|
||||
- [Tails USB flash drive or SD card](../../../how-to-install-tails-on-usb-flash-drive-or-sd-card) (used to run [Electrum](https://electrum.org/#home))
|
||||
- Linux or macOS computer (used to copy pi-electrs credentials from Bitcoin node to Tails computer)
|
||||
- FAT32-formatted USB flash drive
|
||||
|
||||
|
@ -169,8 +169,6 @@ Click “+” under “Additional Settings”, then “Administration Password
|
|||
|
||||
### Step 2: run electrum.sh
|
||||
|
||||
> Heads-up: from now on, this is the only step required to start Electrum and connect to self-hosted node.
|
||||
|
||||
```console
|
||||
$ sudo /home/amnesia/Persistent/electrum.sh
|
||||
```
|
||||
|
|
|
@ -12,7 +12,7 @@ Listed: true
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Hardened Bitcoin node](../../README.md) (with at least 2TB of SSD storage)
|
||||
- [Hardened Bitcoin node](../..) (with at least 2TB of SSD storage)
|
||||
- Linux or macOS computer
|
||||
|
||||
## Caveats
|
||||
|
|
|
@ -23,7 +23,7 @@ Listed: true
|
|||
|
||||
### Step 1 (optional): create APFS snapshot
|
||||
|
||||
> Heads-up: snapshot can be used to restore filesystem clean-uninstalling Samsung software (see [guide](../../../how-to-use-time-machine-and-apfs-snapshots-on-macos/README.md)).
|
||||
> Heads-up: snapshot can be used to restore filesystem clean-uninstalling Samsung software (see [guide](../../../how-to-use-time-machine-and-apfs-snapshots-on-macos)).
|
||||
|
||||
```console
|
||||
$ tmutil localsnapshot
|
||||
|
|
|
@ -12,7 +12,7 @@ Listed: true
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Hardened Debian server](../../../how-to-configure-hardened-debian-server/README.md) (with at least 500GB of available SSD storage and unlimited bandwidth)
|
||||
- [Hardened Debian server](../../../how-to-configure-hardened-debian-server) (with at least 500GB of available SSD storage and unlimited bandwidth)
|
||||
- Transmission app SSD storage, IPv6 disabled and unlimited bandwidth)
|
||||
- Linux or macOS computer
|
||||
|
||||
|
@ -140,7 +140,7 @@ imported: 1
|
|||
|
||||
👍
|
||||
|
||||
### Step 6: verify integrity of Sun’s PGP public key (learn how [here](../../how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos/README.md#verify-suns-pgp-public-key-using-fingerprint))
|
||||
### Step 6: verify integrity of Sun’s PGP public key (learn how [here](../../how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos#verify-suns-pgp-public-key-using-fingerprint))
|
||||
|
||||
```console
|
||||
$ gpg --fingerprint hello@sunknudsen.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue