jiajianfa / PoWFaucet

Proof of Work secured faucet for EVM chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoWFaucet

Proof of Work Faucet for EVM chains

Why

Faucets for ETH Testnets are spammed by bots. This faucet tries to reduce the efficiency of these automated requests by requiring some mining work to be done in exchange for ETH.

Instances

Goerli Testnet: https://goerli-faucet.pk910.de

Sepolia Testnet: https://sepolia-faucet.pk910.de

Run Yourself

npm install

cp faucet-config.example.yaml faucet-config.yaml

edit faucet-config.yaml

npm run start

Configure

see faucet-config.example.yaml

Productive Setups

For productive setups I'd suggest using a more complex webserver that supports SSL, caching and other stuff.

See docs/apache-config.md for more.

Bugs & Features

Please feel free to report bugs and add new features via PRs if you like.

Thanks To

This faucet contains parts of code from the following projects:

pow-captcha - faucet-wasm build script

FaucETH - faucet page design

License

AGPLv3

About

Proof of Work secured faucet for EVM chains

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 93.1%Language:JavaScript 2.9%Language:CSS 2.9%Language:Shell 0.5%Language:HTML 0.5%Language:Dockerfile 0.1%