PhotonBolt Regtest Faucet

The faucet lives in /home/waheed/PhotonBoltXYZ/faucet and is exposed publicly as https://faucet.photonbolt.xyz.

Purpose

This service sends Bitcoin from the local PhotonBolt bitcoind regtest wallet to any valid regtest address. After each successful claim it mines a block so the transfer confirms immediately.

How To Use The Faucet

  1. Open https://faucet.photonbolt.xyz.
  2. Paste a valid regtest Bitcoin address such as bcrt1....
  3. Submit the request.
  4. Wait for the success message containing the transaction ID.
  5. Use the coins in your regtest wallet or test flow immediately.

Backend Behavior

API

Status endpoint:

GET /api/status

Claim endpoint:

POST /api/claim
Content-Type: application/json

{
  "address": "bcrt1..."
}

Files Added