Faucet

The Higgs Boson testnet has an active faucet and can be accessed via the CLI on your machine to request tokens by entering the following curl command.

// Requesting tokens
curl -X POST -d '{"address": "ENTER-YOUR-QWOYN-ADDRESS"}' http://45.32.76.26:8000

For example:

curl -X POST -d '{"address": "qwoyn1wpgehcm8zl0n9znla6ttjmwrxnkn6ccmzwcuu3"}' http://45.32.76.26:8000

IMPORTANT:

Users are limited to no more than 10000 $QWOYN per wallet in increments of 1000 $QWOYN per request. If you are in need of more tokens please contact the Qwoyn Blockchain dev team on Discord.

Last updated