Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski bdb2b1b636
change consul id, not name, it has to be geth-exporter
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-23 22:47:16 -04:00
ansible change consul id, not name, it has to be geth-exporter 2019-07-23 22:47:16 -04:00
.gitignore add gitignore 2019-03-18 16:05:51 +01:00
Makefile remove references to DigitalOcean since we don't use it 2019-03-20 11:56:06 +01:00
README.md run all faucets on just one host 2019-07-23 22:39:34 -04:00
ansible.cfg add fix for deprecation of dashes in group names 2019-06-12 17:40:20 -04:00
main.tf run all faucets on just one host 2019-07-23 22:39:34 -04:00
variables.tf remove references to DigitalOcean since we don't use it 2019-03-20 11:56:06 +01:00

README.md

Description

This repo defines infrasctructure for Rinkeby and Ropsten Ethereum faucets.

Endpoints

Rinkeby Faucet https://faucet-rinkeby.status.im/
Ropsten Faucet https://faucet-ropsten.status.im/
Goerli Faucet https://faucet-goerli.status.im/

Repo Usage

For how to use this repo read the Infra Repo Usage doc.

Miners

Currently there are no miners. Mainly because we have plenty of ETH in Ropsten and both Rinkeby and Goerli are Proof-of-Authority neworks, so mining doesn't give rewards.

Sub-Sections

Read up on the roles:

  • faucet - Faucet API for distributing funds
  • geth-peer-fix - Cronjob fix for issues with syncing

Links