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

Latest commit

 

History

History
32 lines (21 loc) · 745 Bytes

File metadata and controls

32 lines (21 loc) · 745 Bytes

Bitcoin ABC

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

Components

Bitcoin ABC is a full node implementation of the Bitcoin Cash 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