Repo containing scripts to create blockchain and wallet server snapshots
Go to file
2022-03-28 17:53:57 +00:00
ec2-instance-props.json more space and power. may need iops too? 2021-03-01 10:17:43 -05:00
ec2-userdata more space and power. may need iops too? 2021-03-01 10:17:43 -05:00
ec2go.sh create an instance that does blockchain snapshots 2019-11-01 12:48:51 -04:00
LICENSE Update LICENSE 2020-02-03 04:41:53 +07:00
readme.md Update readme.md 2019-11-07 15:50:01 -05:00
s3dir.html s3dir index file for s3 bucket 2021-09-23 09:54:34 -04:00
snapshot-local-lbcd.sh Snapshot script for lbcd 2022-03-28 17:15:34 +00:00
snapshot-local.sh use lbrycrd instead of blockchain in the filename 2022-03-28 17:53:57 +00:00
snapshot.sh more space and power. may need iops too? 2021-03-01 10:17:43 -05:00

snapshots

Repo containing scripts to create blockchain and wallet server snapshots

Run ./ec2go.sh to kick off the process. This will create an EC2 instance that installs Docker, sets up the servers, catches up to the blockchain tip, creates snapshots, and uploads them to https://snapshots.lbry.com. The instance will stick around, and you can run the snapshot.sh script on it to create new snapshots at any time. Subsequent snapshots are faster than the first one because most of the data is already there.