From ef5b406b4dc78499226c38571d8c7774b5d1d2d1 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 10 Jan 2023 13:23:48 -0500 Subject: [PATCH] Updated Setting up a Hub (markdown) --- Setting-up-a-Hub.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Setting-up-a-Hub.md b/Setting-up-a-Hub.md index fdce2f3..0b905c0 100644 --- a/Setting-up-a-Hub.md +++ b/Setting-up-a-Hub.md @@ -76,18 +76,9 @@ wait for it to sync fully (how will they know?) ## Scribe -### 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 +scribe sync takes about a week if you sync from scratch, or an hour or two if you use a recent snapshot ``` docker compose up -d scribe