Updated Setting up a Hub (markdown)

Jack Robison 2023-01-12 12:26:15 -05:00
parent e8f3f0184d
commit 825afe08b2

@ -56,7 +56,7 @@ docker volume create --driver local --opt type=none --opt device=/home/lbry/dock
```bash ```bash
sudo apt install -y zstd sudo apt install -y zstd
cd /home/lbry/docker-volumes/lbcd cd /home/lbry/docker-volumes/lbcd
wget -c https://snapshots.lbry.com/blockchain/lbcd_snapshot_1238238_v0.22.116_2022-10-07.tar.zst -O - | tar --zstd -x wget -c https://snapshots.lbry.com/blockchain/lbcd_snapshot_1269305_v0.22.119_2022-12-03.tar.zst -O - | tar --zstd -x
sudo chown -R 999:999 . sudo chown -R 999:999 .
cd ~ cd ~
``` ```
@ -147,7 +147,7 @@ open the following ports in your firewall
- `22` for ssh - `22` for ssh
- `9246` for lbcd - `9246` for lbcd
- `50001` for herald - `50001` for herald
- `2113` and `2113` for prometheus (if you want external monitoring) - `2112` and `2113` for prometheus (if you want external monitoring)
## Monitoring ## Monitoring