Bitcoin Forum

Other => Beginners & Help => Topic started by: just_me on June 14, 2013, 06:13:11 AM



Title: instructions for making a coin faucet
Post by: just_me on June 14, 2013, 06:13:11 AM


Anyone know where some instructions on how to make a coin faucet site ?



Title: Re: instructions for making a coin faucet
Post by: ronda on June 14, 2013, 11:12:01 AM
yes, I know how to make a bitcoin faucet site .


Title: Re: instructions for making a coin faucet
Post by: ranlo on June 14, 2013, 11:37:27 AM


Anyone know where some instructions on how to make a coin faucet site ?



Just write a simple script to take the address and store it in a database (txt or sql). Then pay out using one of the API's depending on which online wallet you want to use, and bam, done, :).


Title: Re: instructions for making a coin faucet
Post by: bitcoinator on June 14, 2013, 01:04:10 PM
perhaps you can do the list of recipients without scripting via google forms. not sure how to process that list though.


Title: Re: instructions for making a coin faucet
Post by: ranlo on June 14, 2013, 07:55:41 PM
perhaps you can do the list of recipients without scripting via google forms. not sure how to process that list though.

Shouldn't need to go through that. Add each address to a database. Then use an API (depending on the online wallet) to simply iterate through each row and append the payout list with each address.