From 62dc9c8b4a19d8f756e4ba93e2a094f420171caf Mon Sep 17 00:00:00 2001 From: Alex Grin <362784+lyoshenka@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:44:05 -0500 Subject: [PATCH] Updated Setting up a Hub (markdown) --- Setting-up-a-Hub.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Setting-up-a-Hub.md b/Setting-up-a-Hub.md index 87666c6..bc3a30c 100644 --- a/Setting-up-a-Hub.md +++ b/Setting-up-a-Hub.md @@ -53,6 +53,7 @@ sudo apt install -y zstd 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 sudo chown -R 999:999 . +cd ~ ``` ## download docker-compose.yml @@ -70,7 +71,16 @@ docker compose up -d lbcd wait for it to sync fully (how will they know?) -## then start scribe and let it sync +## download scribe snapshot + +``` +cd /home/lbry/docker-volumes/lbcd +wget -c https://snapshots.lbry.com/hub/block_1256013/lbry-rocksdb.tar -O - | tar -x +sudo chown -R 999:999 . +cd ~ +``` + +## start scribe and let it sync scribe sync takes two days if you sync from scratch, or an hour or two if you use a recent snapshot