An open API service indexing awesome lists of open source software.

https://github.com/rumkin/ethereum-cloudconfig

⚡️Cloud-config to setup ethereum node in seconds
https://github.com/rumkin/ethereum-cloudconfig

cloud cloud-config devops ethereum network setup

Last synced: 8 months ago
JSON representation

⚡️Cloud-config to setup ethereum node in seconds

Awesome Lists containing this project

README

          

# Ethereum CloudConfig

[Cloud-init](https://cloud-init.io) config files to install and run Ethereum node.
Cloud configs are supported by most popular cloud providers: AWS, DigitalOcean,
Hetzner, etc. This files allow to setup Ethereum nodes in seconds.

### Geth

* [Private](geth-private/cloudconfig.yml).
* [Public](geth-public/cloudconfig.yml).
* [Public Ropsten](geth-public-ropsten/cloudconfig.yml) (PoW test network).
* [Public Rinkeby](geth-public-rinkeby/cloudconfig.yml) (PoA test network).

### Parity

* [Private](parity-private/cloudconfig.yml).
* [Public](parity-public/cloudconfig.yml).
* [Public Ropsten](parity-public-ropsten/cloudconfig.yml) (PoW test network).
* [Public Kovan](parity-public-kovan/cloudconfig.yml) (PoS test network).

## LICENSE

MIT