36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
# 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](https://github.com/status-im/infra-docs/blob/master/articles/infra_repo_usage.md) 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](/SYNCING.md) - How to fix syncing issues.
|
|
* [faucet](ansible/roles/faucet) - Faucet API for distributing funds
|
|
* [geth-peer-fix](ansible/roles/geth-peer-fix) - Cronjob fix for issues with syncing
|
|
|
|
# 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
|