Proof of Work Faucet for EVM chains
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.
Kiln Testnet: https://kiln-faucet.pk910.de
Goerli Testnet: https://goerli-faucet.pk910.de
npm install
mv faucet-config.example.json faucet-config.json
edit faucet-config.json
npm run start
see src/common/FaucetConfig.ts
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.
Please feel free to report bugs and add new features via PRs if you like.
This faucet contains parts of code from the following projects:
pow-captcha - faucet-wasm build script
FaucETH - faucet page design
AGPLv3