Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski 2c843b35b9
upgrace pass provider from 1.4.0 to 2.0.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-05-19 23:07:13 +02:00
.terraform set prod to the default terraform environment 2019-07-23 23:33:30 -04:00
ansible ansible/requirements: bump origin-certs role 2021-05-13 10:54:49 +02:00
.gitignore update terraform version to 0.14.4 2021-03-19 17:13:40 +01:00
Makefile ansible: add versioncheck.py script to verify role versions 2021-05-11 09:22:02 +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 ansible.cfg: fix group name warnings 2021-02-04 22:30:24 +01:00
dns.tf split terraform resources into separate files 2021-02-04 22:31:53 +01:00
hosts.tf bump faucet data volume to 180 GB 2021-03-30 10:44:52 +02:00
main.tf use password-store provider for secrets 2021-02-23 13:15:46 +01:00
outputs.tf add output with list of hosts 2019-08-02 18:39:38 -04:00
providers.tf use password-store provider for secrets 2021-02-23 13:15:46 +01:00
secrets.tf upgrace pass provider from 1.4.0 to 2.0.0 2021-05-19 23:07:13 +02:00
variables.tf drop unnecessary cloudflare variables 2021-03-19 17:05:04 +01:00
versions.tf upgrace pass provider from 1.4.0 to 2.0.0 2021-05-19 23:07:13 +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