Revert 76e4cd79109265cd0dabb100e2ac821375f383a8...ef5b406b4dc78499226c38571d8c7774b5d1d2d1 on Setting up a Hub
parent
ef5b406b4d
commit
a9dc8d7702
1 changed files with 10 additions and 1 deletions
|
@ -76,9 +76,18 @@ wait for it to sync fully (how will they know?)
|
||||||
|
|
||||||
## Scribe
|
## 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
|
### start scribe and let it sync
|
||||||
|
|
||||||
scribe sync takes about a week if you sync from scratch, or an hour or two if you use a recent snapshot
|
scribe sync takes two days if you sync from scratch, or an hour or two if you use a recent snapshot
|
||||||
|
|
||||||
```
|
```
|
||||||
docker compose up -d scribe
|
docker compose up -d scribe
|
||||||
|
|
Loading…
Reference in a new issue