Pages:
Author

Topic: So, you want to run a faucet? - page 7. (Read 14383 times)

legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 29, 2015, 02:10:45 PM
#50
sorry but I dont understand, me as a faucet owner will profit from referral programs on other websites? what do you mean? that I will get more traffic and more traffic = profit?

 thanks
Like, you can display other sites for users to earn on and get a profit from referral links. Also, more traffic enables you to get more profit. The more views you get, the higher the chance that users will click ads and make you money.

First i love your avatar secondly its a great info thnkx Smiley will try !! This
Haha, thank you. If you have any questions I will try to answer them.
newbie
Activity: 23
Merit: 0
January 29, 2015, 01:52:18 PM
#49
First i love your avatar secondly its a great info thnkx Smiley will try !! This
elm
legendary
Activity: 1050
Merit: 1000
January 29, 2015, 01:44:53 PM
#48
....... You mostly get profit from referral programs on other faucets or websites.

sorry but I dont understand, me as a faucet owner will profit from referral programs on other websites? what do you mean? that I will get more traffic and more traffic = profit?

 thanks
legendary
Activity: 2282
Merit: 1035
January 29, 2015, 01:07:25 PM
#47
bye bye Bitcoin anonimity!  Wink
full member
Activity: 196
Merit: 100
Move The Knowledge!
January 29, 2015, 12:06:55 PM
#46
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 29, 2015, 11:54:13 AM
#45
does running a faucet really gives profit?
As said in the OP, chances are you will not get rich from running a faucet, but you could probably get some profit. Depending on your rewards and the amount of traffic, you could maybe have a bit of profit from nothing but advertising. You mostly get profit from referral programs on other faucets or websites.
newbie
Activity: 42
Merit: 0
January 29, 2015, 07:08:32 AM
#44
does running a faucet really gives profit?
legendary
Activity: 1904
Merit: 1073
January 29, 2015, 02:49:40 AM
#43
I will have my reservations, based on how they run their own "faucet" and how they answer questions based on "fairness" and "transparency" See these discussions :

 https://bitcointalk.org/index.php?topic=930724.new#new

 https://bitcointalk.org/index.php?topic=932063.20

 https://bitcointalksearch.org/topic/still-no-one-has-claimed-the-25-million-satoshi-prize-thats-65-916117

How can you sell a "faucet" to someone else, if your own "faucet" has problems with transparency?

Look at the price, everyone else is asking on this forum, for basically the same thing, and decide for yourselve.
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 28, 2015, 04:59:11 PM
#42
isnt the price is too much? Tongue
Yes, it is insanely overpriced and I feel deeply sorry for anyone that invests in it.

Updated with two new captcha providers and a the hosting provider suggested before.
full member
Activity: 196
Merit: 100
Move The Knowledge!
January 28, 2015, 10:41:47 AM
#41
nah that i need ,, many thanks to you for how to run faucet


Check out www.FreeFreeBitcoin.com they are the newest member of the JackpotFaucetNetwork!
full member
Activity: 225
Merit: 100
January 28, 2015, 10:39:46 AM
#40
nah that i need ,, many thanks to you for how to run faucet
newbie
Activity: 42
Merit: 0
January 28, 2015, 08:51:55 AM
#39
Or just go to www.JackpotFaucetNetwork.com and start one in less than 20 minutes. Wayyyyy easier!  Grin

isnt the price is too much? Tongue
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 28, 2015, 06:49:24 AM
#38
Most people, with limited "programming" skills should not go for these pre-scripted options, if they do not have someone, who can verify, that no "backdoors" are built in, for someone to sweep your coins or hijack your faucet.

People are VERY creative in scamming people out of their well earned money.  Wink
While this is true, most big faucet scripts are posted on the forums and checked by developers. I mean, that backdoor in the old MyFaucet script where a certain email would get double rewards was uncovered almost straight after it was posted.

What a detailed tutorial, very well written, there's a new web-hosting site that I just saw a thread about and they accept Bitcoin and other Altcoins, check it and add it to the list if you want. www.giocarehost.website  thread: https://bitcointalksearch.org/topic/giocarehost-web-hosting-from-08-we-accept-bitcoinslitecoinsdoge-935472
I'll add this along with some other captchas tonight.
legendary
Activity: 1904
Merit: 1073
January 28, 2015, 05:35:31 AM
#37
Thanks OP for a very detailed explanation and helpfull guide.

Most people, with limited "programming" skills should not go for these pre-scripted options, if they do not have someone, who can verify, that no "backdoors" are built in, for someone to sweep your coins or hijack your faucet.

People are VERY creative in scamming people out of their well earned money.  Wink
hero member
Activity: 812
Merit: 1000
January 28, 2015, 02:33:41 AM
#36
What a detailed tutorial, very well written, there's a new web-hosting site that I just saw a thread about and they accept Bitcoin and other Altcoins, check it and add it to the list if you want. www.giocarehost.website  thread: https://bitcointalksearch.org/topic/giocarehost-web-hosting-from-08-we-accept-bitcoinslitecoinsdoge-935472
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 26, 2015, 04:06:29 PM
#35
Do you know how to make a php code to perform the same transaction ??
Using the Blockchain API, this is how I imagine the code would look. Just typing this off the top of my head, so there may be a few errors.
Code:
//Create a two dimensional array for your addresses, with Bitcoin addresses as keys and the amount (in satoshi) as values.
//Will send 0.0001BTC to both of those adresses
$addresses = array('1PNmymEXA8mGZfdsWAWmicJPTXEf5KAzTG' => '10000', '1QBCMPPnAJoaxgeKSnnLCHDLMQvD53ZUmQ' => '10000');

//JSON encode the array, as the API requires it
$jsonadresses = json_encode($adresses);

//Get the contents of the API url, this alone will send the coins.
$url = https://blockchain.info/merchant/$guid/sendmany?password=$main_password&second_password=$second_password&recipients=$jsonaddresses
$furl = file_get_contents($url);
//JSON decode the response for use.
$jurl = json_decode($furl);

//Get values from response
$message = $jurl['message'];
$txhash = $jurl['tx_hash'];

This is obviously barebones sort of stuff, and you should look on the API page linked above for information on how to fill in the url and such.
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 26, 2015, 03:54:21 PM
#34
yes referral sorry for the confusion. but what is your opinion about referral option? does it make sense to add it?
Yes in that it drives more traffic to your site as it gives people an incentive to share your site, but it does obviously cost more. It doesn't cost too much more, so is good to have it imo.
elm
legendary
Activity: 1050
Merit: 1000
January 26, 2015, 03:48:03 PM
#33
I'm unsure what you all mean by affiliate options. If you mean a referral option then I'm pretty sure every script on the list includes this.

yes referral sorry for the confusion. but what is your opinion about referral option? does it make sense to add it?
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
January 26, 2015, 03:39:21 PM
#32
I'm unsure what you all mean by affiliate options. If you mean a referral option then I'm pretty sure every script on the list includes this.
hero member
Activity: 910
Merit: 1000
January 26, 2015, 02:43:34 PM
#31
thanks a lot for this detailed explanation. is there any reason why you left out the affiliate option? most faucets are using it

Yes, why no affiliate option? The program at JackpotFaucetNetwork comes with it...

I'm not sure, but I think that might come as part of the faucet software in Part 2.
Pages:
Jump to: