[quote name=“hal” post=“30276” timestamp=“1380833867”]
i know for BTC there are many BTC open source Faucet websites. I cannot find anything for FTC. I have tried contacting all the dried up faucet sited for FTC but they all seem to abandoned. I was looking at setting my own one up and doing my bit for the community.
I will need help with the automated payments etc more than the building of the site.
Cheers.
[/quote]
Feathercoin is based off the Satoshi QT client, which means it uses the same JSON-RPC mechanism as Bitcoin.
Here’s some reference material for you: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
I believe you want the “sendtoaddress” api, which takes the form “sendtoaddress [comment] [comment-to]”.