Author

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

legendary
Activity: 1274
Merit: 1000
If you make account from my link I will use "share" button and give you some extra coins. http://freebitco.in/?r=23002

How much are you going to share?

Approximately 50% of that what you make for me. Maybe even more at first week.
newbie
Activity: 8
Merit: 0
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/


Do you think how much earns one person per week to quote that much donation amount
legendary
Activity: 3430
Merit: 1280
English ⬄ Russian Translation Services
If you make account from my link I will use "share" button and give you some extra coins. http://freebitco.in/?r=23002

How much are you going to share?
legendary
Activity: 1274
Merit: 1000
If you make account from my link I will use "share" button and give you some extra coins. http://freebitco.in/?r=23002
full member
Activity: 168
Merit: 100
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/


0.001BTC weekly...
this system will works for just 0.001 and if wetsuit block this then what happen to this

Way too expensive to even consider. If it was 0.00001, then I wouldn't say.
sr. member
Activity: 406
Merit: 250
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/


0.001BTC weekly...
this system will works for just 0.001 and if wetsuit block this then what happen to this
legendary
Activity: 1274
Merit: 1000
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/


0.001BTC weekly...
full member
Activity: 151
Merit: 100
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/


.001 WEEKLY donation? How much do you anticipate an account generating from this? With the tiny usual payout, I feel like .001 donation would eat most of the weekly earnings (if not all).
member
Activity: 70
Merit: 10
We just built a system that will help everyone generate unlimited leads/referrals to their freebitco.in site.
All you have to do is create a free membership, submit your freebico.in referral ID and Like my Facebook page. We will than put your link in a rotation with all other members and distribute all traffic we get evenly.
Enjoy the new referrals: http://satoshico.in/
legendary
Activity: 981
Merit: 1026
To make it fair (the hourly game):

1) generate a digit ranging from 0 to 9.
2) make the system do this 4 times (so it generates 4 digits seperately in 4 steps, instead of generating a 4-digit number in 1 step).
3) the 4 digits together now for a number 0000-9999 (number 10.000 would be gone but number 0000 could be used as jackpot).

Use 1 Server Seed Hash (SHA-256) and 1 server seed per game (so not per digit, but per 4 digits) but do make 4 different client seeds (1 for each digit) per game. So all the 4 digits can be generated using the same "key", just using a different client seed for each digit.

Also, the client seeds should be generated in a way that the client seed of one digit will not influence the generation of a client seed of a next digit for that same game, ofcourse. 

And if possible, give more transparency on how the calculations are exactly done. Hashes converted to numbers, how it's done. By not knowing the server seed before the game, there's no way that would cause any harm i suppose ?


What i typed here is ofcourse still not 100% proof of fair play but i still have my doubts, like many others, on how the number is currently generated and there are possible ways to manipulate it in order to never (or barely) hit the jackpot. This 'method of generating' i wrote is still absolutely NOT legit or finished to be used, but might be a start to a provably fair game that makes people more certain they play something... fair. Hitting the jackpot right now just doesn't look like a 1/10.000 chance. Who can tell anyway? I'm not a scripter but i hope, in case you truly want your game to be provably fair to everybody, you will use a system like this and have a game where every number created, has an equal 1/10.000 chance of being created. And if that means the jackpot should contain less money for you to make some profits, that's fine by me. We all understand you can't give away more BTC than what the advertisement etc pays you, and respect a fair cut that goes to you in proportion to the work you put into this. Yet don't forget about the people making this happen for you :-) some more transparency would be very appreciated so we can all enjoy this game even more without questions being raised!


-Rnbin

Ok, let me explain how a roll is calculated at the moment ...

First, go to the multiply btc page and make a roll of 1 satoshi. Then click the PROVABLY FAIR link. There you can see the 2 strings that were created for your last roll (not the seeds, scroll down that box and you will see STRING1 and STRING2).

Then visit http://www.freeformatter.com/hmac-generator.html and in that page enter STRING1 in the message box and STRING2 in the secret box. Also select SHA512 in the message digest algorithm dropdown menu. Then click on the COMPUTE HMAC button.

Then you will get a long string, of which you need to only copy the first 8 characters. Then visit http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html and enter in those 8 characters in the HEXADECIMAL box.

The DECIMAL box on that page will then show a number, take this number and divide it by 429496.7295. Then round up the number that you get. That is your rolled number.

So, basically by providing you with the SHA256 hash of the server seed, and the client seed and nonce in unhashed form, you can be sure that the number to be rolled was not changed by the server mid-way. To verify the SHA256 hash of the server seed, go to http://www.xorbin.com/tools/sha256-hash-calculator, enter in the server seed in the data box and then click the calculate button. The hash generated will be the same as the server seed hash that is shown to you.

I do not see how implementing what you are suggesting will change anything tbh. Only difference will be is that instead of 1 client seed, 4 will be generated and it will be a lot tougher for users to verify their rolls if they wish to. The best solution in my opinion would be to let users enter in their own client seed which is what I am working on. Only problem is that implementing it will add a whole new level of complication to the code which is why it will take me some time to do it as I want to make sure it doesn't end up breaking anything.
full member
Activity: 151
Merit: 100
Does posting addresses in threads like these ever work? I love it.

Usually it works if there is an ongoing promotion, which is no longer the case in this thread.

Good to know. I'll keep an eye out for that!
legendary
Activity: 2562
Merit: 1071
Does posting addresses in threads like these ever work? I love it.

Usually it works if there is an ongoing promotion, which is no longer the case in this thread.
full member
Activity: 151
Merit: 100
Does posting addresses in threads like these ever work? I love it.
full member
Activity: 168
Merit: 100
To make it fair (the hourly game):

1) generate a digit ranging from 0 to 9.
2) make the system do this 4 times (so it generates 4 digits seperately in 4 steps, instead of generating a 4-digit number in 1 step).
3) the 4 digits together now for a number 0000-9999 (number 10.000 would be gone but number 0000 could be used as jackpot).

Use 1 Server Seed Hash (SHA-256) and 1 server seed per game (so not per digit, but per 4 digits) but do make 4 different client seeds (1 for each digit) per game. So all the 4 digits can be generated using the same "key", just using a different client seed for each digit.

Also, the client seeds should be generated in a way that the client seed of one digit will not influence the generation of a client seed of a next digit for that same game, ofcourse. 

And if possible, give more transparency on how the calculations are exactly done. Hashes converted to numbers, how it's done. By not knowing the server seed before the game, there's no way that would cause any harm i suppose ?


What i typed here is ofcourse still not 100% proof of fair play but i still have my doubts, like many others, on how the number is currently generated and there are possible ways to manipulate it in order to never (or barely) hit the jackpot. This 'method of generating' i wrote is still absolutely NOT legit or finished to be used, but might be a start to a provably fair game that makes people more certain they play something... fair. Hitting the jackpot right now just doesn't look like a 1/10.000 chance. Who can tell anyway? I'm not a scripter but i hope, in case you truly want your game to be provably fair to everybody, you will use a system like this and have a game where every number created, has an equal 1/10.000 chance of being created. And if that means the jackpot should contain less money for you to make some profits, that's fine by me. We all understand you can't give away more BTC than what the advertisement etc pays you, and respect a fair cut that goes to you in proportion to the work you put into this. Yet don't forget about the people making this happen for you :-) some more transparency would be very appreciated so we can all enjoy this game even more without questions being raised!


-Rnbin
sr. member
Activity: 392
Merit: 250
today I have worst day losing streak to 20 and lost all my 0.00034000 coins  Sad
legendary
Activity: 2562
Merit: 1071
1NYaBPmrUjGZ5WA7iiPkDGcd7EBZKNTECW


Thank you very much
no giveaway here just go to website and create account then take your bounty every hour  http://freebitco.in/?r=72604  enjoy this link

1HvxjQ9raAw1tcGoTYymwGK2LVhirnPQG7

And yet, they still try... well, at least it bumps the thread.  Tongue
newbie
Activity: 2
Merit: 0
1HvxjQ9raAw1tcGoTYymwGK2LVhirnPQG7
sr. member
Activity: 392
Merit: 250
1NYaBPmrUjGZ5WA7iiPkDGcd7EBZKNTECW


Thank you very much
no giveaway here just go to website and create account then take your bounty every hour  http://freebitco.in/?r=72604  enjoy this link
legendary
Activity: 966
Merit: 1000
In holiday we trust
1NYaBPmrUjGZ5WA7iiPkDGcd7EBZKNTECW


Thank you very much
legendary
Activity: 1274
Merit: 1000
I can play with adblock on, is it meant to be like that? I can remember some time ago it wasn't possible.

In case I get some bonus 13Jb1UB3569aqfdDQekqFNQJadRSBMUNtj
Jump to: