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
- Host: GitHub
- URL: https://github.com/rumkin/ethereum-cloudconfig
- Owner: rumkin
- Created: 2018-05-02T11:14:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T15:39:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T01:42:36.765Z (11 months ago)
- Topics: cloud, cloud-config, devops, ethereum, network, setup
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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