beeant / bitcoin-node

Deploys a bitcoin full node to AWS or Google Cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin-node

This project deploys a Bitcoin node to AWS, using Terraform (and a little Ansible). It's meant to help users quickly run a full Bitcoin node, in a very automated fashion. It currently deploys a t2.micro instance with 250 GB disk (for the Bitcoin blockchain).

It was more of an ansible-pull experiment. Hopefully I'll extend this to other clouds and blockchains in the near future.

The big AWS blog post can be found here. Quick Google Cloud summary blog post can be found here.

AWS

This deploys a t2.micro instance with 250 GB of hard drive space to AWS using Terraform and ansible-pull. Instructions on deploying a Bitcoin node to Google Cloud can be found here.

Google Cloud Plathform

This deploys a g1.small instance with 250 GB of hard drive space to Google Cloud using Terraform and ansible-pull. Instructions on deploying a Bitcoin node to Google Cloud can be found here.

Thanks and Links

If you find this useful and want to contribute:

  • BTC: 161a2z4A5J5ndVyytBXroN8hGcf6Cc8RA5
  • Ethereum: 0x9de200ba61af4a58c9fced2c1334110087a75f51
  • Litecoin: LMGHysobMGv9dWUg1s6CDYP78HSasX8gTp

About

Deploys a bitcoin full node to AWS or Google Cloud.

License:MIT License


Languages

Language:HCL 95.6%Language:Shell 4.4%