Pages:
Author

Topic: bustadice – Dilution fee lowered to 1% - page 51. (Read 37133 times)

full member
Activity: 574
Merit: 100
October 27, 2017, 10:32:55 PM
#85
Another big winner tonight! Congrats to btcking on his Ƀ 35 win!


Amazing. I creat an account at bustadice. I like this animation and how to win(like bustabit). One question only, first time faucetis 10 bits, next time is only 5 bits?
sr. member
Activity: 528
Merit: 368
October 27, 2017, 06:09:57 PM
#84
Another big winner tonight! Congrats to btcking on his Ƀ 35 win!

newbie
Activity: 39
Merit: 0
October 25, 2017, 04:34:36 AM
#83
username:kieuoanh77
thnsk
sr. member
Activity: 528
Merit: 368
October 23, 2017, 11:00:06 AM
#82
Bitcoin Gold is scheduled to fork from Bitcoin after block 491406, which will likely be mined today.

bustadice will continue to operate throughout the fork and neither deposits nor withdrawals will be affected. bustadice will not support Bitcoin Gold and there is little reason to believe that Bitcoin Gold will hold much value. However, should the value of BCG consistently exceed 1% of Bitcoin's value, we will attempt to make users' BCG balances available to them once the Bitcoin Gold network launches (scheduled for Nov 1st).
hero member
Activity: 854
Merit: 658
rgbkey.github.io/pgp.txt
October 15, 2017, 02:40:16 PM
#81
I've written a bet verifier for bustadice, albeit with a lot of my own code stolen from previous verifiers. You can find it here

Edit: Just like my other ones, it supports things like URL parameters to link directly to specific bets on the verifier

Edit edit: I've also introduced my chat bot, AMBOT into chat. Still in early stages so could be bugs. Do things like convert between currencies, check the last Bitcoin block and see when a user was last seen.

Code:
!btc usd
!btc usd 0.04
!usd btc
!btc xmr

!last

!seen RGBKey

If a command fails, most of the time AMBOT will send you a PM with a reason, but you must add it as a friend first before you can receive PMs.
legendary
Activity: 2557
Merit: 1886
October 15, 2017, 02:27:57 PM
#80
Glad to know you've been hitting the same roadblocks as I have. I'd love to figure out how to create a system that's provably fair, for players and investors, real time, and trustless. Not sure if it's possible though...

My intuition is that it's possible, just not really practical. I think the way could be to have clients bet with the game server via a trustless payment channel (this whole thing is a big giant ball of complexity, and greatly limited by bitcoins script system, but 50% bets are pretty conceptually easy to support). Then the game server also has 1 payment channels open with each investor. So effectively each investor is running their own seed server, and gets each bet.

The main issue is that there is a crazy amount of edge cases, some of them that really affect the user experience (e.g. if 1 of N investors don't reveal their seed, the bet will have to stall until some timeout period which is probably measured in hours or days).

But frankly, I'm not really sure it's worthwhile focusing too much on investors. I think the bustadice scheme is probably "good enough", and doesn't open a giant pandora's box of complexity.

What I think is an area that could benefit a lot more, is improving player guarantees. Provably fair is obviously good, but I don't think it's nearly good enough. =] If you weren't cheated, it's easy to check. But it still requires checking. And let's say you *were* cheated, you have absolutely no proof (non-repudiation). And furthermore there's no protections against an operator simply stealing your money.

When I get some more free time (i.e. after bustabit v2) I'd like to experiment with the idea of generating all user deposit address in a bidirectional payment channel. And you only release your funds 1 bet at a time (i.e. it would be impossible for the site to exit scam).
sr. member
Activity: 528
Merit: 368
October 15, 2017, 01:18:10 PM
#79
EDIT: I'd be down for helping you guys with a provable fairness verifier in my style (Ex 1, Ex 2).

Cool! There's some code at https://github.com/bustadice/verifier that you might be able to use, if you like.
hero member
Activity: 854
Merit: 658
rgbkey.github.io/pgp.txt
October 15, 2017, 12:06:56 PM
#78
Glad to know you've been hitting the same roadblocks as I have. I'd love to figure out how to create a system that's provably fair, for players and investors, real time, and trustless. Not sure if it's possible though...
legendary
Activity: 2557
Merit: 1886
October 15, 2017, 11:14:42 AM
#77
RHavar, question on your provably fair system, it's technically possible for the seed server to collaborate with the game server and pretend to be a player and act against the investors, right?

Yeah, it's an unfortunate limitation that I've documented:

Quote
Guarantees that can not be offered:

Investors need to trust that the game server and seed server are not conspiring. Should they conspire, they could undetectibly drain the bankroll (same as any other casino, except this requires two different parties).


But fortunately the guarantees are better for players, which it is totally provably fair even should the game server and seed server conspire.


Quote
I've spent a lot of time thinking up possible provably fair systems and something very similar to what you have here came into my head but I was trying to create a system that was totally independent of all doubt.

We've spent a lot of time on this too. So far we've come up with two other ways. One is completely provably fair for both investors and gamblers, but relies on blockhashes which makes it not real time Sad

And we also have another really cool idea of doing *totally trustless* dice for users (basically through a payment channel), but offers no additional guarantees to investors (But fantastic guarantees to players themselves). Instead of being able to detect when they're cheated (provably fair) it makes it impossible for them to be cheated in the first place.


Quote
EDIT: I'd be down for helping you guys with a provable fairness verifier in my style (Ex 1, Ex 2).

Awesome, thanks very much!
sr. member
Activity: 528
Merit: 368
October 15, 2017, 09:52:08 AM
#76
I wasn't aware that these charts were available until I saw this. It took me quite a while to work out how to find my own one. Could I suggest adding a link to the main menu?

Absolutely. I've added a link to your profile in the navigation menu, so it'll be there the next time I deploy an update.
legendary
Activity: 1904
Merit: 1011
All Games incl Racer and Lottery game are Closed
October 15, 2017, 01:17:50 AM
#75
RHavar, question on your provably fair system, it's technically possible for the seed server to collaborate with the game server and pretend to be a player and act against the investors, right? I've spent a lot of time thinking up possible provably fair systems and something very similar to what you have here came into my head but I was trying to create a system that was totally independent of all doubt.

Provably Fair...............totally independent of all doubt.

that is exactly what is needed in BTC and Fiat casino industry
hero member
Activity: 854
Merit: 658
rgbkey.github.io/pgp.txt
October 15, 2017, 01:07:17 AM
#74
RHavar, question on your provably fair system, it's technically possible for the seed server to collaborate with the game server and pretend to be a player and act against the investors, right? I've spent a lot of time thinking up possible provably fair systems and something very similar to what you have here came into my head but I was trying to create a system that was totally independent of all doubt.

EDIT: I'd be down for helping you guys with a provable fairness verifier in my style (Ex 1, Ex 2).
hero member
Activity: 2576
Merit: 882
Freebitco.in Support https://bit.ly/2I9BVS2
October 15, 2017, 12:49:27 AM
#73
Congratulations to ripfortheboyz for recovering so nicely after losing nearly Ƀ 13!


That was a big hole to climb out of!

I wasn't aware that these charts were available until I saw this. It took me quite a while to work out how to find my own one. Could I suggest adding a link to the main menu?
sr. member
Activity: 528
Merit: 368
October 14, 2017, 08:31:15 PM
#72
The faucet is 1 bit, not 10

As you've noticed, the faucet amount starts at 10 bits and decreases the more you've claimed from it in recent history.

Its primary purpose is to let you try out the game so you can see if you enjoy it without having to make any commitments. Of course, you are also very welcome to play for free indefinitely if you like.
sr. member
Activity: 434
Merit: 250
October 14, 2017, 07:09:26 PM
#71
The faucet is 1 bit, not 10
sr. member
Activity: 528
Merit: 368
October 14, 2017, 11:56:22 AM
#70
Congratulations to ripfortheboyz for recovering so nicely after losing nearly Ƀ 13!

sr. member
Activity: 528
Merit: 368
October 13, 2017, 05:16:42 PM
#69
I have addressed this in the bustadice chat earlier, but it bugged me yesterday, so I decided to make a post about it here.

Yesterday I had something like 0.08 BTC in my account. It showed up as 0.08 BTC at the top of the page, which is fine, if it wouldn't be the case that the gambling is done in bits. It would be so much better if both amounts are in either BTC or bits, and not balance in BTC and gambling in bits.

Now I have to calculate every time I make a bet how much I'm wagering, which shouldn't be necessary. I would like to see this solved.

You're right, I can see that being annoying. In the future you'll be able to choose the unit you prefer, but for now I've changed the balance display to always use bits, just like the game controls.
hero member
Activity: 1008
Merit: 515
October 13, 2017, 10:51:07 AM
#68
I have addressed this in the bustadice chat earlier, but it bugged me yesterday, so I decided to make a post about it here.

Yesterday I had something like 0.08 BTC in my account. It showed up as 0.08 BTC at the top of the page, which is fine, if it wouldn't be the case that the gambling is done in bits. It would be so much better if both amounts are in either BTC or bits, and not balance in BTC and gambling in bits.

Now I have to calculate every time I make a bet how much I'm wagering, which shouldn't be necessary. I would like to see this solved.
sr. member
Activity: 528
Merit: 368
October 09, 2017, 02:55:44 AM
#67
Wow, must have had some big players in the past 24 hours, back to ~100% RTP from 112% and a 5BTC profit.

We did indeed! Overall, players have been lucky and are still slightly up even now.
newbie
Activity: 15
Merit: 0
October 09, 2017, 01:43:53 AM
#66
Wow, must have had some big players in the past 24 hours, back to ~100% RTP from 112% and a 5BTC profit.
Pages:
Jump to: