2019-03-18 15:05:34 +00:00
|
|
|
# Description
|
|
|
|
|
2022-07-28 07:32:22 +00:00
|
|
|
This repo defines infrasctructure for Goerli Ethereum faucet.
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2022-07-28 07:32:22 +00:00
|
|
|
# Endpoint
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2022-07-28 07:32:22 +00:00
|
|
|
https://faucet-goerli.status.im/
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2019-05-30 11:23:01 +00:00
|
|
|
# Repo Usage
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2022-08-24 11:42:24 +00:00
|
|
|
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/ansible_terraform.md) doc.
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2019-07-24 02:33:43 +00:00
|
|
|
# Miners
|
|
|
|
|
2022-07-28 07:32:22 +00:00
|
|
|
Currently there are no miners because both Goerli is a Proof-of-Authority nework, so mining doesn't give rewards.
|
2019-07-24 02:33:43 +00:00
|
|
|
|
2019-05-30 11:23:01 +00:00
|
|
|
# Sub-Sections
|
2019-03-18 15:05:34 +00:00
|
|
|
|
2019-03-20 09:01:06 +00:00
|
|
|
Read up on the roles:
|
|
|
|
|
2020-01-29 13:03:36 +00:00
|
|
|
* [syncing](/SYNCING.md) - How to fix syncing issues.
|
2019-03-20 09:01:06 +00:00
|
|
|
* [faucet](ansible/roles/faucet) - Faucet API for distributing funds
|
2019-05-30 11:23:01 +00:00
|
|
|
* [geth-peer-fix](ansible/roles/geth-peer-fix) - Cronjob fix for issues with syncing
|
2019-03-18 15:33:11 +00:00
|
|
|
|
|
|
|
# Links
|
|
|
|
|
|
|
|
* https://github.com/status-im/faucet
|
|
|
|
* https://github.com/ethereum/go-ethereum/wiki/Mining
|
|
|
|
* https://cloud.google.com/compute/pricing#predefined
|
|
|
|
* https://github.com/status-im/status-cluster/tree/master/roles/faucet
|
|
|
|
* https://github.com/status-im/status-cluster/blob/master/miner.yml
|