readme
This commit is contained in:
parent
9b9209e7bf
commit
94c15da1b6
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# snapshots
|
||||
Repo containing scripts to create blockchain and wallet server snapshots
|
6
readme.md
Normal file
6
readme.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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).
|
Loading…
Reference in a new issue