Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski 58e81c8a6a
remove Rinkeby testnet as it's being deprecated
"Rinkeby, a geth-based proof-of-authority testnet, will not
transition to proof-of-stake and will be shut down in Q2/Q3 2023."

https://blog.ethereum.org/2022/06/21/testnet-deprecation/

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-28 09:32:22 +02:00
.terraform set prod to the default terraform environment 2019-07-23 23:33:30 -04:00
ansible remove Rinkeby testnet as it's being deprecated 2022-07-28 09:32:22 +02:00
.gitignore add BitWarden lookup plugin, port secrets to BW 2021-06-16 17:04:55 +02:00
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 10:00:49 +02:00
README.md remove Rinkeby testnet as it's being deprecated 2022-07-28 09:32:22 +02:00
SYNCING.md remove Ropsten testnet as we are moving to Goerli 2022-07-27 09:26:08 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:00:40 +02:00
dns.tf remove Rinkeby testnet as it's being deprecated 2022-07-28 09:32:22 +02:00
hosts.tf bump data volume to 250 GB 2021-06-10 16:10:05 +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 upgrade Terraform to 1.0, upgrade all providers 2021-06-23 12:26:04 +02:00
variables.tf drop unnecessary cloudflare variables 2021-03-19 17:05:04 +01:00
versions.tf upgrade Terraform to version 1.2.0 2022-07-12 11:01:49 +02:00

README.md

Description

This repo defines infrasctructure for Goerli Ethereum faucet.

Endpoint

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 because both Goerli is a Proof-of-Authority nework, 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