Author

Topic: FreeBitco.in-$200 FreeBTC🏎Win Lambo🔥0.2BTC DailyJackpot🏆$32,500 Wager Contest - page 377. (Read 408453 times)

legendary
Activity: 2436
Merit: 1561
...
They generate main part of revenue from gambling deposits. And it's already long time since they don't use any of adnetworks. I don't think that situation with ads would change soon

Yes, owner wrote that ravenue from ad network it was only 5%. AdSense block his account because of traffic (i think bots). He have Mellowads, but i don't know why he remove them.

Thanks. I remember wetsuit saying something about revenues from ads and dice long time ago, but I thought it was the other way around, that ads generated most and profit from dice was just an addition.

Anyhow, it still would make sense to put some ads here and there to generate bit more income and capitalise on large traffic.
sr. member
Activity: 673
Merit: 253
I'll give a clue - it's something that has required significant monetary investment on my part (I'm talking 5 figures US$) before I can offer it to users. I'll reset the 24 hr limit for the users who posted before. You guys can guess again.

OK, my another guess:

You're going to implement CLAMS staking. Users will get some CLAMs per roll (or choose between BTC and CLAM), or users will earn shares (per roll/ref roll/wagered etc) in profit from CLAM staking.

ps I noticed that (for a while now) there are no ads on the site at all (other than the small ones from your own 'advertise' program). iirc after the adsense block, you used a different ad network, but now there's nothing. Is this permanent? How do you generate revenue?
They generate main part of revenue from gambling deposits. And it's already long time since they don't use any of adnetworks. I don't think that situation with ads would change soon

Yes, owner wrote that ravenue from ad network it was only 5%. AdSense block his account because of traffic (i think bots). He have Mellowads, but i don't know why he remove them.
legendary
Activity: 3262
Merit: 1376
Slava Ukraini!
I'll give a clue - it's something that has required significant monetary investment on my part (I'm talking 5 figures US$) before I can offer it to users. I'll reset the 24 hr limit for the users who posted before. You guys can guess again.

OK, my another guess:

You're going to implement CLAMS staking. Users will get some CLAMs per roll (or choose between BTC and CLAM), or users will earn shares (per roll/ref roll/wagered etc) in profit from CLAM staking.

ps I noticed that (for a while now) there are no ads on the site at all (other than the small ones from your own 'advertise' program). iirc after the adsense block, you used a different ad network, but now there's nothing. Is this permanent? How do you generate revenue?
They generate main part of revenue from gambling deposits. And it's already long time since they don't use any of adnetworks. I don't think that situation with ads would change soon
legendary
Activity: 2436
Merit: 1561
I'll give a clue - it's something that has required significant monetary investment on my part (I'm talking 5 figures US$) before I can offer it to users. I'll reset the 24 hr limit for the users who posted before. You guys can guess again.

OK, my another guess:

You're going to implement CLAMS staking. Users will get some CLAMs per roll (or choose between BTC and CLAM), or users will earn shares (per roll/ref roll/wagered etc) in profit from CLAM staking.

ps I noticed that (for a while now) there are no ads on the site at all (other than the small ones from your own 'advertise' program). iirc after the adsense block, you used a different ad network, but now there's nothing. Is this permanent? How do you generate revenue?
legendary
Activity: 2016
Merit: 1115
how to use this script on freebitco.in to roll 9999 lucky numer
any script that works  have tested that script

[SNIP]

?>no work for me its nothing guys any other script that works is really great

I'm not overly literate when it comes to programming, but I doubt you could influence the internal variables of the roll with a script. I can't even say I understand what you're trying to do here. Are you advertising a script that doesn't work? Are you asking for scripts that are supposed to influence what you roll?
legendary
Activity: 2016
Merit: 1115
I was just wondering are there any benefits from registering of your signature referral link, wetsuit?
I think I did registered on my own, no ref's and you faucet is kinda low paying...
270 satoshi per hour feels like a huge waste of time. Yes there are chance's for big BTC
but how slim are they?  Smiley well I try my luck and do the second guess for your mysterious giveaway.

Maybe this is some Java applet for roulette table? pVp/2p2 vs Cashier and such?  Roll Eyes


You have to consider that the faucet probably doesn't generate much revenue, so it can't afford to pay out large amounts. The faucet may generate some advertising revenue, but it seems to me that it is mainly a loss-leader for the gambling portion of the site, which generates the bulk of the revenue. This site has one of the best reputations and longest-running payment histories. At the end of the day, it costs zero to use it if you don't gamble, so complaining about the payment rates isn't very productive.
newbie
Activity: 1
Merit: 0
how to use this script on freebitco.in to roll 9999 lucky numer
any script that works  have tested that script
set_time_limit(360); // number of seconds to run script, default is 30

$_jackpot = $_10k_pz = $_prize1 = $_prize2 = $_prize3 = $_prize4 = $_prize5 = $_lo = $_hi = 0;
$tries = 20000; //Number of tires
$c=0;// Iteration count
do {
// nonce = $c;
// 12 char server seed string, 16 char client seed string
$nhash = hash_hmac('sha512',$c.':'.seed_string(12).':'.$c,$c.':'.seed_string(16).':'.$c,false);
$_no = round(hexdec(mb_substr($nhash, 0, 8 ))/429496.7295); // Changed from ceil() to round()

$_jackpot += ($_no == 8888);
$_10k_pz += ($_no == 10000);
$_prize1 += ($_no >= 0 && $_no <= 9885);
$_prize2 += ($_no >= 9886 && $_no <= 9985);
$_prize3 += ($_no >= 9986 && $_no <= 9993);
$_prize4 += ($_no >= 9994 && $_no <= 9997);
$_prize5 += ($_no >= 9998 && $_no <= 9999);

$c++;
} while ($c <= $tries);
echo '

[Counts out of ', $tries, ' tries]
Jackpots: ', $_jackpot, '
10000 prize: ', $_10k_pz, '
0000-9885: ', $_prize1, '
9886-9985: ', $_prize2, '
9986-9993: ', $_prize3, '
9994-9997: ', $_prize4, '
9998-9999: ', $_prize5, '
';

function make_rand($l,$h) {
mt_srand(make_seed());
return mt_rand($l,$h);
}
function make_seed() {
list($usec,$sec) = explode(' ', microtime());
return (float) $sec + ((float) $usec * 65536);
}
function seed_string ($itr) {
$charSet = str_shuffle('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
$ranStr = null;

for ($i = 0; $i < $itr; $i++) {
mt_srand(make_seed());
$ranStr[] = substr($charSet, mt_rand(0, strlen($charSet)), 1);
}
return implode($ranStr,'');
}
?>no work for me its nothing guys any other script that works is really great
hero member
Activity: 504
Merit: 501
I still remember when I discovered FreeBitco.in and was astonished with how well done the site is in comparison to other Bitcoin faucets, how fast the site loaded and after receiving my first payout how it has consistently been a reliable source of Bitcoins for me.

newbie
Activity: 83
Merit: 0
I guess you give free advertising credit for free rolls, referral rolls, and multiply roll. I hope that 50-100 satoshi advertising credit for free rolls  Wink Wink Wink
legendary
Activity: 3262
Merit: 1376
Slava Ukraini!
payment of freebitcoin faucet is getting smaller, whether due to the influence of an increasingly high price bitcoin?
Faucet rewards is always same. Prizes are equal from $0.002 to $200 and it's connected to the current btc price. You will always win at least $0.002, no matter bitcoin costs $300, $500 or $1000.
member
Activity: 1050
Merit: 10
payment of freebitcoin faucet is getting smaller, whether due to the influence of an increasingly high price bitcoin?
legendary
Activity: 2898
Merit: 1253
So anyway, I applied as a merit source :)
I was just wondering are there any benefits from registering of your signature referral link, wetsuit?
I think I did registered on my own, no ref's and you faucet is kinda low paying...
270 satoshi per hour feels like a huge waste of time. Yes there are chance's for big BTC
but how slim are they?  Smiley well I try my luck and do the second guess for your mysterious giveaway.

Maybe this is some Java applet for roulette table? pVp/2p2 vs Cashier and such?  Roll Eyes


Well it is a waste of time if you just sit in front of your computer and claim all day Grin

However they also have a 200$ big win (I am the sole winner of that till now) and a lottery. You can also try investing in advertisement campaigns in order to generate referrals for the site. Referral earning is a lot - 50% of claims and 0.25% of House Edge on Dice game and extra reward points.
hero member
Activity: 1638
Merit: 756
Bobby Fischer was right
I was just wondering are there any benefits from registering of your signature referral link, wetsuit?
I think I did registered on my own, no ref's and you faucet is kinda low paying...
270 satoshi per hour feels like a huge waste of time. Yes there are chance's for big BTC
but how slim are they?  Smiley well I try my luck and do the second guess for your mysterious giveaway.

Maybe this is some Java applet for roulette table? pVp/2p2 vs Cashier and such?  Roll Eyes
legendary
Activity: 981
Merit: 1026
starting a litecoin version of the site? like... freeliteco.in

I don't think that's possible. IIRC, admin once answered that the reason why he don't own lite on his free-series is because he can't have the domain because someone had already bought it or sth like that. It can be a perfect sense if admin decide to buy it with that 5 figures, though. Lol.



Wetsuit, I wonder how could we know if the answer is correct (if someone had actually guessed right)? Will you say that that-one answered correctly right away or will you wait until the end of the given time before you announce (means keep silent and let us enjoy this guessing game even though someone had already answered correctly)?

While I am here, I think I'll go to my second guess. It'll be a mystery box! Where on every roll (or after several rolls) we can choose one from three or more box which have random content like a big amount of btc (or doge for freedoge) or extra lottery ticket or extra RP or... nothing at all.

Even if people guess it correctly, I won't reveal what it is until I am ready to launch it (seems like it will take more than a couple of weeks now due to some delays).
legendary
Activity: 1932
Merit: 2273
I'll give a clue - it's something that has required significant monetary investment on my part (I'm talking 5 figures US$) before I can offer it to users. I'll reset the 24 hr limit for the users who posted before. You guys can guess again.

My second guess: you are creating your own mining farm and you will share part of your earnings with your users, tickets will be either for minutes of mining with your total hash rate, or you will give daily mining with part of your hash rate(for example 1 ticket - 1ghs)
legendary
Activity: 2030
Merit: 1059
Wait... What?
Thanks to the site owner for giving me the opportunity to join this forum.
I would like someone to help me with info on how i can unblock my ip address on freebitco.in.
Thanks in earness.

I thought there are no IP being blocked by the site unless you use a proxy
newbie
Activity: 1
Merit: 0
Thanks to the site owner for giving me the opportunity to join this forum.
I would like someone to help me with info on how i can unblock my ip address on freebitco.in.
Thanks in earness.
legendary
Activity: 2898
Merit: 1253
So anyway, I applied as a merit source :)
My second guess, a working casino fully licensed, costs a bomb for a licence.

You guys mean to say that the hi-low game from the site is going to get a trade license? However that would be unexpected since very few people care about bitcoin faucets let alone any dice game that is in it. But its better to be safe for admin than be sorry about it later on.
member
Activity: 488
Merit: 10
Is anyone having issue reseting the password on freebitco.in? I click on forgot password but email doesn't come
legendary
Activity: 2030
Merit: 1059
Wait... What?
starting a litecoin version of the site? like... freeliteco.in

I don't think that's possible. IIRC, admin once answered that the reason why he don't own lite on his free-series is because he can't have the domain because someone had already bought it or sth like that. It can be a perfect sense if admin decide to buy it with that 5 figures, though. Lol.



Wetsuit, I wonder how could we know if the answer is correct (if someone had actually guessed right)? Will you say that that-one answered correctly right away or will you wait until the end of the given time before you announce (means keep silent and let us enjoy this guessing game even though someone had already answered correctly)?

While I am here, I think I'll go to my second guess. It'll be a mystery box! Where on every roll (or after several rolls) we can choose one from three or more box which have random content like a big amount of btc (or doge for freedoge) or extra lottery ticket or extra RP or... nothing at all.
Jump to: