Bitcoin Forum

Bitcoin => Project Development => Topic started by: spunkybd on April 23, 2013, 01:10:37 PM



Title: Any open source faucets out there?
Post by: spunkybd on April 23, 2013, 01:10:37 PM
I have some BTC that i would like to create a faucet site for.

I seen https://bitcointalk.org/index.php?topic=101407.0 .. are there any others?

Thanks!


Title: Re: Any open source faucets out there?
Post by: stevenh512 on April 30, 2013, 08:28:04 AM
There's one at https://github.com/mdszy/freecoins

It's a Ruby (Sinatra) app, deploys to Heroku pretty easily and uses a Blockchain.info wallet. Looking at the code, the biggest downfall I see is that the configuration (including wallet password) is stored in a .json file that would need to be included in the git repo for deploying to Heroku. That's be easy enough to fix if you know a little Ruby.