Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

4ops/terraform-digitalocean-ethereum-geth

Repository files navigation

Ethereum Geth

  • Creates virtual server(s) with docker
  • Creates cloud volume(s) and mount to /srv
  • Register server(s) in domain var.domain
  • Creates cloud firewall and apply network policy to server(s)
  • Deploy geth in /srv/ethereum

Components

Geth Official Go implementation of the Ethereum protocol.

Cloud resources

  • DigitalOcean droplet
  • DigitalOcean volume
  • DigitalOcean cloud firewall

Default firewall rules

Incoming

  • Allow SSH from var.trusted_sources

Outgoing

  • Allow tcp to world
  • Allow udp to world
  • Allow icmp to world

About

Create Ethereum full node with geth

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages