Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

4ops/terraform-digitalocean-bitcoin-sv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin SV

  • 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 bitcoin-sv in /srv/bitcoin

Components

Bitcoin SV is the original Bitcoin. It restores the original Bitcoin protocol, will keep it stable, and allow it to massively scale.

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