Mining software and faucet for Bitcoin Testnet4
Testnet4 Miner & Faucet provides reliable test coin distribution and block generation for Bitcoin Testnet4. Designed for developers who need consistent access to test coins without waiting for public faucets or dealing with mining difficulty fluctuations.
The integrated miner ensures steady block production while the faucet API allows programmatic test coin requests with rate limiting and anti-abuse protection. Perfect for CI/CD pipelines, automated testing, and development workflows.
Simple web faucet, manual distribution
Planned Q2 2025REST API, integrated miner
Planned Q3 2025Rate limiting, anti-abuse, monitoring
Planned Q4 2025// Request test coins via API
curl -X POST https://faucet.mnemore.com/api/v1/request \
-H "Content-Type: application/json" \
-d '{"address": "tb1q..."}'
// Response
{
"txid": "abc123...",
"amount": 100000,
"confirmations": 0
}
// Check faucet status
curl https://faucet.mnemore.com/api/v1/status
© 2025 Mnemore SA. All rights reserved. | Built with 🧡 in Switzerland