Skip to content

Commit

Permalink
remove goerli 👋
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Mar 10, 2024
1 parent bf2bc4c commit 60e5864
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ For a more detailed description, take a look into the [Project Wiki](https://git
<a href="https://explorer.ephemery.dev/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dephemery-faucet" /></a>
</td>
</tr>
<tr>
<td><a href="https://github.com/eth-clients/goerli">Goerli Testnet</a><br>(deprecated)</td>
<td><a href="https://goerli-faucet.pk910.de">https://goerli-faucet.pk910.de</a></td>
<td>
<a href="#"><img alt="Faucet Version" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fversion.php%3Ffaucet%3Dgoerli-faucet" /></a>
<a href="https://stats.uptimerobot.com/lW1jltO2k0/794659716"><img alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m794659716-25637f4701eec63fca289bbf" /></a>
<a href="https://goerli.etherscan.io/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dgoerli-faucet" /></a>
</td>
</tr>
</tbody>
</table>

Expand Down
12 changes: 6 additions & 6 deletions docs/sitecfg-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ server {
listen 80;
#listen [::]:80; # don't listen to IPv6 here! IPv4 limitations are kind of a natural barrier to prevent farming ;)

server_name goerli-faucet.pk910.de www.goerli-faucet.pk910.de;
server_name holesky-faucet.pk910.de www.holesky-faucet.pk910.de;

root /home/powfaucet/goerli-faucet/static;
root /home/powfaucet/holesky-faucet/static;
index index.seo.html index.html;

access_log /var/log/nginx/access-goerli-faucet.pk910.de.log;
error_log /var/log/nginx/error-goerli-faucet.pk910.de.log error;
access_log /var/log/nginx/access-holesky-faucet.pk910.de.log;
error_log /var/log/nginx/error-holesky-faucet.pk910.de.log error;

location /ws/ {
proxy_pass http://localhost:8080/ws/;
Expand All @@ -24,7 +24,7 @@ server {
}

listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/goerli-faucet.pk910.de/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/goerli-faucet.pk910.de/privkey.pem; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/holesky-faucet.pk910.de/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/holesky-faucet.pk910.de/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
}
2 changes: 1 addition & 1 deletion docs/webserver-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nginx seems to work much more reliable with its websocket handling.

## Nginx webserver config

See [sitecfg-nginx.conf](https://github.com/pk910/PoWFaucet/blob/master/docs/sitecfg-nginx.conf) for example nginx site config (used for goerli-faucet.pk910.de)
See [sitecfg-nginx.conf](https://github.com/pk910/PoWFaucet/blob/master/docs/sitecfg-nginx.conf) for example nginx site config (used for holesky-faucet.pk910.de)

## Common issue: Connection limits too low

Expand Down
2 changes: 1 addition & 1 deletion faucet-config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ faucetCoinSymbol: "HolETH"
faucetCoinType: "native"

# coin contract address (only for faucetCoinType = erc20)
#faucetCoinContract: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6" # WETH9 on goerli
#faucetCoinContract: "0x94373a4919B3240D86eA41593D5eBa789FEF3848" # WETH9 on holesky

# transaction gas limit
# use 21000 to prevent transactions to contracts
Expand Down

1 comment on commit 60e5864

@SammyquanQB
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beast

Please sign in to comment.