Skip to content

Instantly share code, notes, and snippets.

View previousdolphin's full-sized avatar
🎯
URL might be down, but the repo is still up... please play my game.

previousdolphin

🎯
URL might be down, but the repo is still up... please play my game.
View GitHub Profile
@previousdolphin
previousdolphin / fullnode.md
Created January 23, 2018 15:22 — forked from romanz/fullnode.md
Bitcoin Full Node on AWS Free Tier

Bitcoin Full Node on AWS Free Tier

Provisioning

  • Launch one T2 micro instance, using Ubuntu 14.04 LTS AMI.
  • Open SSH and Bitcoin Protocol TCP ports: 22, 8333.
  • Attach 40GB EBS (General-Purpose SSD) volume for blockchain storage to /dev/sdf.

The pricing should be ~3$ for the first year (assuming 30GB upload per month). See here for more details.