mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
Merge pull request #330 from blockstack/images
added instructions for deploying a node on AWS
This commit is contained in:
25
images/aws/README.md
Normal file
25
images/aws/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Blockstack Core on AWS
|
||||
|
||||
We're releasing a listing on the AWS Marketplace, where you can easily deploy
|
||||
the latest version of Blockstack core (with fastsync support).
|
||||
|
||||
- **Step 1:** Login to your AWS account or create one if you don't already have one.
|
||||
|
||||
- **Step 2:** Deploy a new VM from the Blockstack image, with at least 20 GB of space on the root volume.
|
||||
|
||||
- **Step 3:** Login to your newly deployed node.
|
||||
|
||||
- **Step 4:** Use fastsync to get the latest state:
|
||||
|
||||
```
|
||||
$ blockstack-server --debug fast_sync http://fastsync.blockstack.org/snapshots/latest.bsk 023fa2e30724998010764529bda23213061c8e758d7095e1883bed8006844daaec
|
||||
```
|
||||
|
||||
- **Step 5:** Start the Blockstack Core node:
|
||||
|
||||
```
|
||||
$ blockstack-server --debug start
|
||||
$ tail -f ~/.blockstack-server/blockstack-server.log
|
||||
```
|
||||
|
||||
If you run into any issues, you can talk to us in the #support channel at http://chat.blockstack.org
|
||||
Reference in New Issue
Block a user