Bitcoin Forum

Bitcoin => Project Development => Topic started by: JonnySmithers on July 31, 2013, 07:17:06 PM



Title: How do I make a BTC faucet?
Post by: JonnySmithers on July 31, 2013, 07:17:06 PM
I'm not too familiar with computer programming (java script, api, etc.) but is there a program like http://glados.cc/myfaucet/ that I can just download but not powered by inputs.io?


Title: Re: How do I make a BTC faucet?
Post by: torba on July 31, 2013, 07:50:44 PM
Github is a good source of these things
https://github.com/search?q=bitcoin+faucet&ref=cmdform
At first glance most of these repos seem alright, you probably may want to look into them a bit more.


Title: Re: How do I make a BTC faucet?
Post by: JonnySmithers on July 31, 2013, 09:04:00 PM
Thanks for sharing! I'll go and check it out.


Title: Re: How do I make a BTC faucet?
Post by: CoinBuzz on August 06, 2013, 11:34:12 AM
see coinbox.me


Title: Re: How do I make a BTC faucet?
Post by: JonnySmithers on August 06, 2013, 02:44:07 PM
see coinbox.me
I don't see the place for creating a faucet ???


Title: Re: How do I make a BTC faucet?
Post by: manic on August 07, 2013, 05:54:35 AM
Are you planning to payout enough each time to be over the dust limit?


Title: Re: How do I make a BTC faucet?
Post by: JonnySmithers on August 07, 2013, 05:59:20 AM
Are you planning to payout enough each time to be over the dust limit?
Yeah I'm thinking maybe at around .00100000btc?


Title: Re: How do I make a BTC faucet?
Post by: manic on August 08, 2013, 12:23:46 AM
Are you planning to payout enough each time to be over the dust limit?
Yeah I'm thinking maybe at around .00100000btc?

You will be giving away quite a bit of bitcoin if you make each payout above the dust limit..   My suggestion would be to start off with myfaucet using inputs.io then if you still want to transition away from it after you are up and running..


Title: Re: How do I make a BTC faucet?
Post by: threeip on August 08, 2013, 03:16:02 AM
I can code you something if you want to PM me some more info?


Title: Re: How do I make a BTC faucet?
Post by: JonnySmithers on August 08, 2013, 04:25:29 AM
I can code you something if you want to PM me some more info?
I have already a faucet built, tested and running on a couple sites, if you want I can sell you the source code to use on your site. I can even set it up, pm me for price.
PM'ed!


Title: Re: How do I make a BTC faucet?
Post by: Hamguy on August 08, 2013, 05:37:17 AM
http://www.labnol.org/internet/host-website-on-google-app-engine/18801/
Host free website on google and get faucet on there.


Title: Re: How do I make a BTC faucet?
Post by: JonnySmithers on August 08, 2013, 05:15:25 PM
http://www.labnol.org/internet/host-website-on-google-app-engine/18801/
Host free website on google and get faucet on there.
Nice. Thanks!