Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski 36a64199aa
versions.tf: upgrade terraform to 1.4.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-07 11:01:48 +02:00
.terraform set prod to the default terraform environment 2019-07-23 23:33:30 -04:00
ansible requirements: bump all roles 2022-10-25 11:55:49 +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 readme: update infra repo usage link 2022-08-24 13:42:24 +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 faucet-api: switch to our own ssl-proxy 2022-10-20 23:08:34 +02:00
hosts.tf lower host size from n1-highmem-2 to n2-standard-2 2022-10-20 23:15:17 +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 fix Terraform CloudFlare module config 2022-10-20 22:59:18 +02: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 versions.tf: upgrade terraform to 1.4.0 2023-09-07 11:01:48 +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