Bitcoin Forum
June 16, 2024, 10:05:23 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
2041  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 31, 2015, 03:16:06 PM
While on the topic of provably fair, one idea I had would be that users could pick a client seed string like "LuckSeed" that they use on the app page. Then each bet the app does something like:

sha256('LuckySeed|' + nonce)

and take the first 4 bytes of that hash to use as the API client seed on MoneyPot. That has the huge advantage of:

a) The app being able to instantly verify each bet  (which is, way, way easier to do programmatically)
b) The user is able to batch verify bets  (which is way, way, easier to do as a human)


The big disadvantage is that if the app developer was conspiring with moneypot they could send the "client seed string" to moneypot which would allow moneypot to predict what clientSeeds the bets are going to use. In reality it probably wouldn't be feasible, but is a bit inelegant.  I guess it's up to each individual app to decide if that's a good idea or not. But for the case of a downloadable betting app (which requires trust) it seems perfect.


But for a website probably the best thing to do is:


a) Generate a strong, unpredictable client seeds for each bet (I recommend something along the lines of dustdice's function: https://gist.github.com/RHavar/a6511dea4d4c41aeb1eb )


b) Store/Save the server hash in the case of errors, or before making bets. Using localStorage is fine. The idea is that if moneypot ever returns an error, the same hash and client seed must be reused  ( to prevent the described "stalling" )


c) Actually verify that the results are what they should be, the hash matches and the profit is expected. In the case of any provably fair error, the app should at least notify the user





2042  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: July 30, 2015, 11:21:48 PM
Sorry about that! Our bitcoin-core node keeps getting crashing. I'm having trouble figuring out why, disk usage is only 40% and it never uses more than half the memory. It's the latest version (0.11.0) too, and the logs don't contain anything interesting

I'll setup a cron job to reset it if it's down, and try figure out the root cause
2043  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 30, 2015, 08:18:16 PM
Was there an extortion coming when the ddos happened? If there is no then you know damn well it is coming from competitor  Roll Eyes. The whole moneypot especially betterbets seems to be on fire with the increasing of the investor's profit

Some competitor could be not happy with it Roll Eyes

Extortion demands are pretty irrelevant, I was in communication with one such person before and I asked him if he really expects anyone to pay and his response was along the lines of: "lol no, but it's fun to make people stress over it"

Short of a public confession, the source of DDoS's are pretty much unknowable. However, I've had nothing but positive interactions with other site operators, so I don't subscribe too much to the hostile-competitor theories. Most of us are in the same boat trying to make bitcoin gambling strictly superior to fiat gambling.

Regardless of the origin, the course of action is always the same: hardening the systems against further attacks. So let's just assume the best, and not sow too many seeds of distrust =)
2044  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com) on: July 30, 2015, 07:31:08 PM
Seems reasonable enough to decrease the Max profit, but why the decision now? Many people winning too big?

Well, we've always been risking way too much. Right now, it's basically a 10x kelly. The reason we've been doing that is for strategic reasons to attract more players (winning 9 BTC is a lot more fun than winning .9) , but as our bankroll increases we afford to be less and less reckless and approach a more optimal 1x kelly.



New feature: language chat filters! Join one of the 40 languages!
2045  Bitcoin / Legal / Re: 4Grinz Bitcoin Casino Official Thread on: July 30, 2015, 06:38:00 PM
I do not think that any of the casino's offering these games would even be able to modify the spin as the feed comes straight from the provider.

Assuming we trust the provider, how can we verify that the value they use is really from the provider?
2046  Economy / Gambling / Re: Bitcoin casino's that don't have cold storage proof on: July 29, 2015, 05:29:20 AM
That's not the point, The point is if you hit a big jackpot or run good you want to know the casino has at least the funds available to pay.

Absolutely, especially for a new casino.

Quote
Seems like anyone can open a casino with a ridiculous bankroll like 50 BTC's

I don't see that as a problem. As long as they never let anyone attempt to win more than what they have, or what they are willing to pay ... it's fine. Probably 99% of bitcoin gamblers are ok playing at a casino that would stop the action when players won a total of 50.

Bustabit for instance started from a very modest bankroll, and grew from there. While there were certainly people who were put off by the low limits, it didn't stop it from being a success (or instantly paying out the winner who took half the bankroll)
2047  Economy / Gambling / Re: BitBlastOff.com - A Unique Provably Fair Dice Game -1% House Edge -Invest Option on: July 29, 2015, 12:04:54 AM
BTW your provably fair system doesn't really work. You use:

Code:
hmac(clientSeed + ':' + nonce, serverDailySecret);

but with a global secret key, every person with the same seed will have the same result. It looks like you default everyone to the client seed of 'BITCOIN' and as you'll notice, everyone gets the exact same outcomes.

The two ways to fix this, would be to enforce that no two users can use the same client seed (kind of annoying). Or use:

Code:
hmac(username + ':' + clientSeed + ':' nonce, serverDailySecret);


Also, I'd recommend using a scheme that allows people to verify instantly. No one likes waiting a full day to check the results. I'd shameless rip the JD scheme, it's well understood and has many independent implementations.

2048  Economy / Gambling / Re: BitBlastOff.com - A Unique Provably Fair Dice Game -1% House Edge -Invest Option on: July 28, 2015, 10:17:08 PM
That probably would've been me. I sent 0.125 via d01ba3080ea7a08b8bcc846c739089f45838f95bd7c059315214a10235cca098 but ended up getting distracted by issues on MP and never ended up trying it.

You can send a refund to 1LxvTVUQd5ArkutedzZgWWYcqGFKNVZ8ke if the site's going to be down


Refund Received! Thanks guys.
2049  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 28, 2015, 10:03:55 AM
MoneyPot should be back at full capacity. Hopefully it lasts!

Thanks for the update!

I think something that would be of huge benefit would be a header bar on each site MP supports that you, as the MP admin, can add important messages to. In this case, for example, it would have something about the delay being a known issue and a fix being in the works. A lot of players don't visit the forums often, and even those that do miss out on a lot of important messages. This leads people to leaving sites -- especially newer ones that are referred from other sites. A header bar would encapsulate all players, and would be a great solution.

Agree. We actually do have a notification system, but during the latest attack on the webserver almost every request was timing out so it wasn't particularly useful. Maybe a twitter or status.moneypot.com would be more suitable
2050  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: July 28, 2015, 09:52:59 AM
Still having issues with moneypot? Would love to get my coins out! :/

Yeah, looks like it. Went to sleep thinking I fixed it, but they just switched the vector a little. Give it another try, and with any luck you'll be able to get in  (and if you do, the hot wallet has lots of funds).

Hopefully within the next 30m I'll have the situation under control again, and go back to sleep


Edit: We're back at full capacity once again. Time for more sleep =)
2051  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 28, 2015, 09:51:04 AM
Yeah, sorry. The issues are on MoneyPot's side. The fix we put in place did it's job, but they've switched the vector a little. Working on another fix, shouldn't be much longer I hope.
2052  Economy / Gambling / Re: [Flip A Bit] Is a brand new "Dice" gambling game |Hope you will check it out| on: July 28, 2015, 09:26:32 AM
Moneypot is really funny place which allows new dice like this crap Tongue admin has no money to make a nice looking dice site than how can he offer giveaway promo Grin

Moneypot is designed to be an open system, that allows anyone, without permission or review to create their own apps. It's not unlike how anyone is free to use bitcoin without permission or endorsement from satoshi =)

And just like bitcoin, it's up to app developers to make their app interesting enough, or promote it well enough to be a success.
2053  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: July 28, 2015, 01:56:13 AM
After attack some deposits are not shown in balance I hope you will fix it soon

Yeah, was too busy fighting some fires to notice the depositor got hit too Sad Thanks for the heads up

It's restarted with a different ip address, and all deposits should be credited
2054  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: July 27, 2015, 11:42:47 PM
MoneyPot is currently getting hit by a reasonable amount of load and not handling it particularly gracefully. I'm actively working on, but please excuse any timeouts or general slowness.


Edit: Now offline. Working on it. Should be back online in a few minutes
Edit 2: ..and back online with some mitigation. Hopefully that is the end of it =)
2055  Economy / Gambling / Re: ★★JackpotRacer | Completely different dice game | Jackpots 24/7 | Provably Fair on: July 27, 2015, 10:04:37 PM


your game api got error to communicate with moneypot server, i wanted to move some funds to test it but failed to deposit my fund there, fix that error and make it working again.

Hm, that looks a like a moneypot error. Could you try again? We're having a little issue with a bit of a DoS at the moment which I'm addressing
2056  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 27, 2015, 09:20:56 PM
Sorry about that! That brief downtime was a moneypot.com issue caused by what appears to have been an accidental DoS by one our API users. I'm putting a fix in right now to prevent (that particular) thing from happening again =)
2057  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com) on: July 27, 2015, 02:34:07 AM
Happy 1st Birthday Bustabit!

Unfortunately, I wasn't feeling great and wasn't around to celebrate it properly. But I'll try organize something special for when we hit 200k wagered.


Also as few people have asked me for it, so tomorrow I'll probably also raise the max bet to 2 BTC. That will also coincide with changing the max-profit to something a little more sane, like 1.5% of the bankroll (instead of the current 3%)
2058  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com) on: July 24, 2015, 07:37:20 AM
i stuck in 3 big balls pages,, keep zoom in and out.. using chrome, everyone can access it?

This probably means it's unable to connect to the gameserver for some reason. Could you try open the browser console and see if there's any errors? I've heard some people saying the connection is blocked at various places
2059  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 23, 2015, 05:17:36 AM
Quote
Posted by: RHavar: Anyway, I don't mean to alarm anyone or anything. I just cringe a little every time someone downplays the risks.

I totally understand where you are coming from but this is where you have to remove single points of failure. For example, if I or any of my team were to die (or become incapacitated) our contract between us clearly defines several actions to alleviate a potential missing member among many other things. We as people are only as good as our best laid plans; always have a plan B for a successful long term business.

Agree. Yeah, this is something I really need to address. If I were to die tomorrow, a lot of bitcoins would end up lost. Part of the reason I built the proof of liabilities, was that if something happened to me it would give people a way to prove how much money the site owes them and from this it would be possible to pay them out. I just need to put the whole thing into action, and convert my cold storage into something like 2-out-of-3 signatures.
2060  Economy / Gambling / Re: BetterBets.io Bitcoin Casino ★VIP★15% Affiliate Bonus PLINKO|DICE|HORSE RACING on: July 23, 2015, 02:55:04 AM
Couldn't agree more! And people don't know this, but TF was also in the middle of launching a new venture when he went rogue -- I still don't understand why he did...

And I also have funds I push to PeerBet and a couple others, Smiley.

I guess an inherent problem with a site that hold too much users money is the financial incentives start aligning going rogue.

For instance if you compare my two sites: bustabit and moneypot. Bustabit is completely self bankrolled and typically holds ~20-30 BTC in players funds, but makes 30-50 btc a month. Stealing players money, or doing anything to jeopardize it's legitimacy would be totally retarded.

Now take moneypot, at the moment it's probably only makes me a bitcoin a month or so, but holds >125 BTC of other peoples money. If I was less scrupulous, it offers the ability to undetectably steal from investors and if I doubted it's long term prospects going dark might be attractive.

Fortunately however, I'm not a psychopath and optimize for a lot more than financial incentives. But that's something that I can't ever prove and even if assuming it's true there's other ways you can lose your money with me (gross incompetence, me getting hit by a bus, someone putting a gun to my head). All cases I want to improve protection for players though =)

Anyway, I don't mean to alarm anyone or anything. I just cringe a little every time someone downplays the risks.

And of course, I think moneypot has ridiculous potential and I'm extremely invested in it's success =)
Pages: « 1 ... 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!