Repo containing scripts to create blockchain and wallet server snapshots
Go to file
2019-11-07 14:28:35 -05:00
ec2-instance-props.json create an instance that does blockchain snapshots 2019-11-01 12:48:51 -04:00
ec2-userdata add wallet snapshotting 2019-11-07 14:28:35 -05:00
ec2go.sh create an instance that does blockchain snapshots 2019-11-01 12:48:51 -04:00
LICENSE Initial commit 2019-11-01 12:34:28 -04:00
readme.md readme 2019-11-01 12:51:13 -04:00
snapshot.sh add wallet snapshotting 2019-11-07 14:28:35 -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 lbrycrd, catches up to the blockchain tip, creates a snapshot, and uploads it to https://snapshots.lbry.com. The instance will stick around, and you can run the snapshot.sh script on the instance to create another snapshot at any time (it will be faster, because most of the blockchain data will already be there).