Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 811 Bytes

File metadata and controls

15 lines (10 loc) · 811 Bytes

This is a Faucet smartcontract. Enabled anyone to setup and operate a faucet. There is a faucet address where everyone can send their funds and the address will be serving anyone who requests it.

To claim faucet funds, the used pubkey and address must be fresh without any funds or tx associated to that address. One address can claim faucet funds only once.

faucetget runs a custom PoW to prevent leechers.

Faucet returns 0.1 coins and requires about 30 seconds of CPU time.

Available RPC Calls

== Faucet ==
faucetaddress [pubkey] - will show you the faucet smart contract address
faucetfund amount - donate/send your funds to the faucet
faucetget - request faucet funds
faucetinfo - displays faucet funds balance