Author

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

full member
Activity: 385
Merit: 100
Still n1 faucet ! Wink keep up the good work
legendary
Activity: 981
Merit: 1026
Thank you for the suggestion, it is something along the lines of what I was planning to do. I was looking for a way to do this without having to store 70-80 million ticket hashes every round due to the load it would put on our servers, but it doesn't seem like there is another way.

The method is pretty good, bit it still doesn't solve the problem of me cheating by creating fake accounts and tickets for them so that the hashes of these tickets fall into the positions of the winning numbers. I doubt there is any way to make the lottery 100% provably fair due to this but this is still a much better implementation that what we currently have.

I'll add this to my to-do list and should be implemented in a month I hope.

Please pm me your freebitco.in user id for a bonus Smiley
Maybe increase the price of each ticket by 10 times (to 0.00075 USD worth)? The free tickets given away in free rolls could be changed to given away by chance (e.g. if rolled lower than 2000/greater than 8000 than give 1 ticket). Assuming 100 byte per ticket data, 7M tickets would be only 700MB in size.

Or make the lottery blockchain-based: Order the tickets by some method (maybe the order of users acquired them, or by user ID), and make use of a block hash (use the last digits, the first digits is always 0) to determine the winners.

P.S. Why not make freedoge.co.in have these features too?

Its 70 to 80 mil tickets every month and one entry would be about 100 bytes so 7 GB. However, the problem is not with just storing the data - that is the simple part. Looking up ticket numbers by user id or sorting them to do the draw is what would take a huge amount of processing power so I'll need to isolate this from the main servers and set up a separate server just for doing this so that it does not impact the rest of the website.

We currently store a bet history of about 700 million bets at any time and for that I have had to set up a separate server, this would be something similar although smaller but the sorting would consume resources which is something we do not need to do with the bet history.

I don't think increasing the price would be viable at this time, it would reduce interest and also distribution for multiply and referrals would become complicated.
legendary
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
Thank you for the suggestion, it is something along the lines of what I was planning to do. I was looking for a way to do this without having to store 70-80 million ticket hashes every round due to the load it would put on our servers, but it doesn't seem like there is another way.

The method is pretty good, bit it still doesn't solve the problem of me cheating by creating fake accounts and tickets for them so that the hashes of these tickets fall into the positions of the winning numbers. I doubt there is any way to make the lottery 100% provably fair due to this but this is still a much better implementation that what we currently have.

I'll add this to my to-do list and should be implemented in a month I hope.

Please pm me your freebitco.in user id for a bonus Smiley
Maybe increase the price of each ticket by 10 times (to 0.00075 USD worth)? The free tickets given away in free rolls could be changed to given away by chance (e.g. if rolled lower than 2000/greater than 8000 than give 1 ticket). Assuming 100 byte per ticket data, 7M tickets would be only 700MB in size.

Or make the lottery blockchain-based: Order the tickets by some method (maybe the order of users acquired them, or by user ID), and make use of a block hash (use the last digits, the first digits is always 0) to determine the winners.

P.S. Why not make freedoge.co.in have these features too?

The main problem is what wetsuit pointed out already. He can make bunch of fake accounts and assign them another 70 mil tickets providing him 50% chance the winner will be one of those. I think there is no way how to make this 100% provably fair other than using third party to assign and check the ticked fairness.

There would have to be a completely different way of tickets distribution. Something like every ticket to be hash of data linked to account (where the ticket come from: bought, hi-lo game, freeroll, ref. hi-lo ... ) and all these data would have to be public. I guess this is impracticable.

To eliminate fake account creation would require complete user identity reveal and again to publish them (the IDs, names, phone nrs.) so everyone can check ... this is even more impracticable/unacceptable.

I run out relevant options but glad we have open a discussion because solving this issue would make the site much more attractive ... perhaps some user will find a brilliant solution how to.
full member
Activity: 127
Merit: 101
BTC will drop
Thank you for the suggestion, it is something along the lines of what I was planning to do. I was looking for a way to do this without having to store 70-80 million ticket hashes every round due to the load it would put on our servers, but it doesn't seem like there is another way.

The method is pretty good, bit it still doesn't solve the problem of me cheating by creating fake accounts and tickets for them so that the hashes of these tickets fall into the positions of the winning numbers. I doubt there is any way to make the lottery 100% provably fair due to this but this is still a much better implementation that what we currently have.

I'll add this to my to-do list and should be implemented in a month I hope.

Please pm me your freebitco.in user id for a bonus Smiley
Maybe increase the price of each ticket by 10 times (to 0.00075 USD worth)? The free tickets given away in free rolls could be changed to given away by chance (e.g. if rolled lower than 2000/greater than 8000 than give 1 ticket). Assuming 100 byte per ticket data, 7M tickets would be only 700MB in size.

Or make the lottery blockchain-based: Order the tickets by some method (maybe the order of users acquired them, or by user ID), and make use of a block hash (use the last digits, the first digits is always 0) to determine the winners.

P.S. Why not make freedoge.co.in have these features too?
legendary
Activity: 981
Merit: 1026
I have asked many times for suggestions on how I could  make the lottery more fair but have yet to receive any concrete suggestions on how it could be done. I am always open to suggestions and if someone can recommend a provably fair way to draw lottery tickets, I would be happy to implement it.

Have you ever received any suggestions? I don't want to read through hundred pages so here's my silly idea:

- let every user to enter an unique and non-changeable seed linked to their account
- at the beginning of round publicly announce 10 numbers between 1 and "expected number of tickets" ( rather much more )
- make hash for every ticket: userseed + lotteryround  + nonce (nonce to be the users ticket number)
- at the end of round put all hashes in alphabetical order (assign each a serial number) and publish the list
- the numbers given on beginning denotes the winners ( if some user would win twice then the seed next in order counts, if expected number of tickets exceeds the real count then turn over and start counting from beginning )

I'm not programmer ... just trying to apply common sense but I'm almost sure there will be some catch I didn't realize. Feel free to educate me.

Thank you for the suggestion, it is something along the lines of what I was planning to do. I was looking for a way to do this without having to store 70-80 million ticket hashes every round due to the load it would put on our servers, but it doesn't seem like there is another way.

The method is pretty good, bit it still doesn't solve the problem of me cheating by creating fake accounts and tickets for them so that the hashes of these tickets fall into the positions of the winning numbers. I doubt there is any way to make the lottery 100% provably fair due to this but this is still a much better implementation that what we currently have.

I'll add this to my to-do list and should be implemented in a month I hope.

Please pm me your freebitco.in user id for a bonus Smiley
legendary
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
I have asked many times for suggestions on how I could  make the lottery more fair but have yet to receive any concrete suggestions on how it could be done. I am always open to suggestions and if someone can recommend a provably fair way to draw lottery tickets, I would be happy to implement it.

Have you ever received any suggestions? I don't want to read through hundred pages so here's my silly idea:

- let every user to enter an unique and non-changeable seed linked to their account
- at the beginning of round publicly announce 10 numbers between 1 and "expected number of tickets" ( rather much more )
- make hash for every ticket: userseed + lotteryround  + nonce (nonce to be the users ticket number)
- at the end of round put all hashes in alphabetical order (assign each a serial number) and publish the list
- the numbers given on beginning denotes the winners ( if some user would win twice then the seed next in order counts, if expected number of tickets exceeds the real count then turn over and start counting from beginning )

I'm not programmer ... just trying to apply common sense but I'm almost sure there will be some catch I didn't realize. Feel free to educate me.
legendary
Activity: 3178
Merit: 1363
Slava Ukraini!
I saw that minimal Doge payout was 600 dogecoins. But on payout day it's increased to 700 dogecoins. And I see it not the first time. Why it happens?
legendary
Activity: 2044
Merit: 1115
★777Coin.com★ Fun BTC Casino!
Yeah, it seems to happen to me every couple weeks. But the good thing is that wetsuit always fixes it promptly when I bring it to his attention. Annoying that it happens, thankful it's resolved quickly though.

Sorry about that, the whitelists reset when I make a change to the bot-detection tool, but your rewards should be fine now.

Hey wetsuit, any news on that touted announcement from a couple weeks back? You piqued my interest, but then there hasn't been anything since then. If no news, do you have a timeframe of when you expect you'll be ready to announce?

I got delayed with this because the plan changed after I posted about it here. I ended up increasing the scale of the project (invested close to 500 bitcoins now) so it is still on track and I hope it should be ready for users within a week.

Ah thanks. I thought you said I had been whitelisted at one point, so inwas surprised about having my tier one halved again after that. But glad it's resolved again now.

That's a ton of money to pour into a project. I can't imagine what it would be, other than renting a bunch of server capacity to host some type of mining operation or something along those lines.
hero member
Activity: 756
Merit: 504
Continuously losing my all faucet amount on stupid lottery system.

Then stop.

Improve the draw system put something provably fair and give the link to verify the winners.

Feel free to share how to implement provably fair system to lottery and I'm sure wetsuit will seriously consider it.
I agree with pawel7777 if you are losing then take some time and stop this because its not good for you wetsuit is one of best admin if any one have good idea for this lottery then hope he will try to implement
legendary
Activity: 981
Merit: 1026
I have asked many times for suggestions on how I could  make the lottery more fair but have yet to receive any concrete suggestions on how it could be done. I am always open to suggestions and if someone can recommend a provably fair way to draw lottery tickets, I would be happy to implement it.
legendary
Activity: 2898
Merit: 1253
So anyway, I applied as a merit source :)
Continuously losing my all faucet amount on stupid lottery system. Improve the draw system put something provably fair and give the link to verify the winners.

The admin (wetsuit) is always ready to provide incentives to people who want to help him with the site. You can try building your own provably fair system and ask wetsuit to implement it on the site for an incentive - instead of complaining of losing faucet money on lottery.

Moreover the users who are winning are asked to post about the wins (Just like I did with my 200$ win on this forum), however most of them are not willing to tell or are not English speaking and hence shy away and never bother to post here.
legendary
Activity: 2436
Merit: 1561
Continuously losing my all faucet amount on stupid lottery system.

Then stop.

Improve the draw system put something provably fair and give the link to verify the winners.

Feel free to share how to implement provably fair system to lottery and I'm sure wetsuit will seriously consider it.
legendary
Activity: 1540
Merit: 1002
Continuously losing my all faucet amount on stupid lottery system. Improve the draw system put something provably fair and give the link to verify the winners.
newbie
Activity: 22
Merit: 0
Hello,
I am anndroid user for that I get report blocked IPs and contact you via FAQ and whitlisted. But now I am blocked again in both freebit and doge.

As an old user can I get unblocked. I am not using any proxy and vpn. To save mobile data I use Opera max and opera mobile.

1MCALWFwbwybNsLTqzdbhQ1R2vsD6gNaUj
DLm1HxSXaZB3YYn26WefSzMCnt8bYDFpwn
Waiting.
full member
Activity: 152
Merit: 100
Quote
increasing the scale of the project (invested close to 500 bitcoins now)

I hope this works out, as that is A LOT of bitcoins.
legendary
Activity: 981
Merit: 1026
Yeah, it seems to happen to me every couple weeks. But the good thing is that wetsuit always fixes it promptly when I bring it to his attention. Annoying that it happens, thankful it's resolved quickly though.

Sorry about that, the whitelists reset when I make a change to the bot-detection tool, but your rewards should be fine now.

Hey wetsuit, any news on that touted announcement from a couple weeks back? You piqued my interest, but then there hasn't been anything since then. If no news, do you have a timeframe of when you expect you'll be ready to announce?

I got delayed with this because the plan changed after I posted about it here. I ended up increasing the scale of the project (invested close to 500 bitcoins now) so it is still on track and I hope it should be ready for users within a week.
legendary
Activity: 2044
Merit: 1115
★777Coin.com★ Fun BTC Casino!
Hey wetsuit, any news on that touted announcement from a couple weeks back? You piqued my interest, but then there hasn't been anything since then. If no news, do you have a timeframe of when you expect you'll be ready to announce?
legendary
Activity: 2044
Merit: 1115
★777Coin.com★ Fun BTC Casino!
Yeah, it seems to happen to me every couple weeks. But the good thing is that wetsuit always fixes it promptly when I bring it to his attention. Annoying that it happens, thankful it's resolved quickly though.
full member
Activity: 127
Merit: 101
BTC will drop
Btw, my first tier reward is halved again. Can you fix me?
Again? My friend have told me that he have had this happened for the first time, while my reward sticks at the original amount. Why would this happen?

P.S. My friend's ID is 1****** if you need that.

Edit: Just found this post and know what the problem is (but my friend definitely not a bot!).

BTW my freedoge.co.in account also had times where the lowest rewards is 25% less. Is this the factor for that or it was general for all users that time? (That was long time ago, now it went back to normal)

Edit 2: My friend said that the problem have resolved and he said that he'd like his ID got masked.
legendary
Activity: 2044
Merit: 1115
★777Coin.com★ Fun BTC Casino!
^
It was the doge coin price at the time of your claim, go back an hour later , it may be up again.

Up and down all day today http://preev.com/xdg/usd

Yeah, but the table updates with the price of doge. His point is that the table shows one value, and the prize he won was a lesser value. The table and prize should both update in unison based on the current price of doge.

the table doesn't update automatically yet. The changing rewards can happen if the page is open for a while before making the claim, if the price changes within that time. The prize can go up or down. This is more noticeable with DOGE as it has much bigger price fluctuations that BTC.

So do you manually update the prize tables then? It seems to me that would be a lot of work. It always seemed to me the tables updated to reflect the current price of each, which is why I figured they updated automatically.

The update automatically, but not via websockets currently ie. if the page is open it won't show the changed amounts unless the page is reloaded.

Oh ok, that's what I figured. I wouldn't expect the page to update in realtime if it's open, just to reflect whatever values there were when the page was first opened.

Btw, my first tier reward is halved again. Can you fix me?
Jump to: