Infrastructure for Ethereum faucets
Go to file
Jakub Sokołowski e51f05ded2
readme: add legacy repository warning
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-24 08:58:10 +02:00
.terraform set prod to the default terraform environment 2019-07-23 23:33:30 -04:00
ansible requirements: bump geth and exporter 2024-05-09 21:46:29 +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: add legacy repository warning 2024-06-24 08:58:10 +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 drop statusim.net domain config in favor of status.im 2024-03-15 11:47:44 +01: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 drop statusim.net domain config in favor of status.im 2024-03-15 11:47:44 +01:00
secrets.tf drop statusim.net domain config in favor of status.im 2024-03-15 11:47:44 +01:00
versions.tf drop statusim.net domain config in favor of status.im 2024-03-15 11:47:44 +01:00

README.md

⚠️ This is a legacy repository and no longer used.

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