Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski 3a17203bd2
lock terraform version at ~> 0.13.3
https://www.terraform.io/docs/configuration/version-constraints.html#gt--1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-17 17:14:19 +02:00
.terraform set prod to the default terraform environment 2019-07-23 23:33:30 -04:00
ansible faucet-master: lower SWAP size to 1GB 2020-05-24 21:02:52 +02:00
.gitignore add gitignore 2019-03-18 16:05:51 +01:00
Makefile upgrade to terraform 0.13 2020-09-07 22:15:14 +02:00
README.md add SYNCING.md about fixing syncing issues 2020-01-29 14:04:53 +01:00
SYNCING.md add SYNCING.md about fixing syncing issues 2020-01-29 14:04:53 +01:00
ansible.cfg add fix for deprecation of dashes in group names 2019-06-12 17:40:20 -04:00
main.tf upgrade to terraform 0.13 2020-09-07 22:15:14 +02:00
outputs.tf add output with list of hosts 2019-08-02 18:39:38 -04:00
variables.tf terraform: specify provider versions 2020-01-07 21:16:29 +01:00
versions.tf lock terraform version at ~> 0.13.3 2020-09-17 17:14:19 +02: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:

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

Links