Bitcoin Forum
July 25, 2024, 09:29:41 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 »
3441  Economy / Speculation / Re: [SHARE] Your Personal Analysis (only post with pictures) on: October 01, 2013, 05:06:34 PM
maybe. but you asked "are they completely arbitrary", and they're not.

doesn't mean TA based on trendlines is really accurate. personally, i think trends play an important role, but "support" and "resistance" is overrated (in the sense that they don't specify an exact value at which price will bounce off, but instead specify a price region that is of interest perhaps)

3442  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 04:40:26 PM
Isn't there a way to set up a server that generates the server seeds and sends them to just-dice, but that doesn't allow those seeds to be read out ahead of time, i.e. before they are sent?
You'll always have an entity that is able to determine the server seed.

Can you explain why that is the case? Isn't there a way to set up as a system that, once it is running, doesn't allow changes to it anymore, i.e. it does what it needs to do (sending server seeds, reveal one if asked by player), but doesn't allow additional changes or attempts to read out data?

If that is a problem that is provably impossible to solve (say, a know problem in CS), then I'm not going to continue arguing of course Cheesy

To calculate the result of the roll, the server MUST have the server & player seeds, and the nonce. With those three pieces of info it calculates the hash and generates the pseudorandom variable. The service is called "Provably Fair" because it is fair in the sense that since we have the hash of the server seed ahead of time, we can see that the server did not alter the server seed to alter the result of the roll.

However, that doesn't protect you from the server (or someone with access to the server, such as [theoretically] Dooglus or a hacker), from knowing the server seed, and thus knowing what number will roll each time, thus allowing that person to bet in such a way that they eventually come out a winner, even if they win/lose in the right proportions and make their play seem random.

I AM NOT TRYING TO SPREAD FUD. I am simply explaining the weakness of the system (Again, Dooglus said this stuff himself at the beginning of the thread).

There are ways of avoiding this situation where the server knows the server seed before you choose hi/lo, but it involves using, for example, the blockchain, since that is a trustless source of consensus. The way it works (I know some sites do this), is that you chose your roll (hi/lo) or whatever before block T is found, and then after the block T comes out, the roll is calculated as Hash(part of block T, client seed,....) etc. The problem is this is slow. If you want the fast style of play like in JD, then you need trust, ** as of right now **.

If you can find a way to keep the fast style of play and make the system trustless, that would be an amazing innovation. I don't think it'd be correct to say it's impossible, it simply hasn't been developed yet.

Thanks for the more detailed explanation. I should also say, I trust dooglus. It's more out of curiosity that I'm wondering if a trustless system not involving the blockchain could be set up...

Can you explain what is wrong with the following set-up:

1) the rng server/seed server

2) the usual just-dice server

3) the player.

the rng server allows exactly the following 3 calls made from outside:

- give me a random number (including a timestamp and a hash of the server seed that was used)

- reveal a server seed (this call be made exactly once per seed, the 2nd time it returns "already revealed")

- shutdown (needs a password, only dooglus has it)

Gambling works as follows: Player sends player seed and some 'bet identifier' to the seed server. Seed server generates a random number and sends it to player and just-dice server. Just-dice server does the rest (size of bet, storing the result, adding/deducting amount from players account etc).

Say an attacker wants to know the server seed you are using. He can ask the server to reveal it, but you will be able to tell afterwards (since the server doesn't allow revealing more than once). It doesn't prevent cheating in this way, but it makes it visible.

Say an attacker somehow intercepts the random number generated by the seed server. That's where the time stamp could help I think: tampering will take time, which will show itself in a delay between time stamp and bet executed on the just-dice server.

How to prevent reading out information if you have physical access to the server? Don't know if that's possible. Is there a way to encrypt more or less the entire execution of a program?
3443  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 04:05:01 PM
Isn't there a way to set up a server that generates the server seeds and sends them to just-dice, but that doesn't allow those seeds to be read out ahead of time, i.e. before they are sent?
You'll always have an entity that is able to determine the server seed.

Can you explain why that is the case? Isn't there a way to set up as a system that, once it is running, doesn't allow changes to it anymore, i.e. it does what it needs to do (sending server seeds, reveal one if asked by player), but doesn't allow additional changes or attempts to read out data?

If that is a problem that is provably impossible to solve (say, a know problem in CS), then I'm not going to continue arguing of course Cheesy
3444  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 03:51:46 PM

Probably the author is the one of the email who did not receive the 400BTC :-D. Not much sense in that article however.

yep it could be the one who send the ugly blackmail letter. but I dont agree with You that the article/theory doesnt make sense. it is a possible scenario imo.

+1

Yeah, it must be the blackmailer, and you are correct, the scenario he describes is not non-sensical. In fact it's entirely possible, and furthermore, from day one Dooglus himself mentioned this was a weakness and that he could not find a trustless way to implement the site. Just look at the first 25 or so pages from this thread. He addresses this.

This, btw, is why that ransom demand was so ridiculous-- he was merely threatening to make public  a theory which Dooglus made public as a possibility on day one (or day 20ish).

good to see that at least one is trying to think in a game theory way. and yes doog mentioned the  problem himself a few times. and I am wondering why it is not discussed here how to find a 100% way to secure also the operator and investors in a provably fair way. I just dont get it. we are talking about millions of $$$ at risk. I could in my simple words explain how I would like to see it and if it is possible why the OP and investors wouldnt like to implement it. until now they even didnt care to discuss it. I am not a genius I am just realistic and think one has to be open minded and see all possibilities.

please dont shoot me Smiley

Isn't there a way to set up a server that generates the server seeds and sends them to just-dice, but that doesn't allow those seeds to be read out ahead of time, i.e. before they are sent?
3445  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 03:26:09 PM

Second question: As your simulation shows, there's a 10% risk that we reach 57% of initial bankroll, assuming 1/2 kelly (it's a bit of a simplification I guess, since casino bankroll is dynamic, but it doesn't matter for our purposes). Say the whale/player stops at this point. That's a possibility, right? We could specify, ahead of time, "player keeps gambling until he brought the house down 40%". It was your choice to let the simulation run until the player is broke, but in reality, a player could pull out, leaving the site at 40% loss.


The site is not dependent on any one gambler, but rather on the sum of all gamblers playing at the site. If revenue declines to zero (everyone stops playing) yes that would be bad. But that is true for any business.

Sure. But that wasn't my question. I wanted to know how to formally include the possibility that the (simulated) whale stops playing at a certain point (defined by how much he brought the house down), and how to calculate the results of "another" whale who continues playing at maxprofit.
3446  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 03:16:10 PM
Tucenabar, I cannot really understand you graphs, care to explain them again?

Ok, I will try. (I updated the previous post with a line explaining what's on the axes)

We know that the player will alway go bust eventually, if he keeps playing. So I ignored the number of plays and just asked the question, during the whole time from the point he starts and until he goes bankrupt, what is the minimum bankroll for the house? Or equivalently, what is the maximum capital of the player?

The graphs show the percentiles of the minimum bankroll.

With kelly bet. There is a 10% chance that the bankroll goes down to below 0.35, i.e. 35% of initial bankroll.

With 50% Kelly, there is a 10% risk of reaching going below 0.57 or 57% of initial bankroll.

With 25% Kelly bet, the 10% risk is 0.74 or 74%.

Does that make it clearer? I'm not very good at explaining I'm afraid Wink

Thanks a lot for posting those results, tucenaber. I started doing some simple simulations myself yesterday, but I keep running into one conceptual problem, and was wondering if you maybe have an idea how to solve it:

You start from the premise of a single player playing until he goes bust.

First question: for a sufficiently large player bankroll (say, 10 times the casino bankroll) there should be the possibility as well that the casino does in fact go broke. Can you quantify that risk?

Second question: As your simulation shows, there's a 10% risk that we reach 57% of initial bankroll, assuming 1/2 kelly (it's a bit of a simplification I guess, since casino bankroll is dynamic, but it doesn't matter for our purposes). Say the whale/player stops at this point. That's a possibility, right? We could specify, ahead of time, "player keeps gambling until he brought the house down 40%". It was your choice to let the simulation run until the player is broke, but in reality, a player could pull out, leaving the site at 40% loss.

Now comes the tricky part, at least for me: (a) What if another whale comes along? (b) What if "the other whale" is the old whale, continuing to play. Is the correct way to think about this situation as independent probabilities, so in this case: there's a 10% chance the house lost 43% (assuming the whale "left"), and there's a 10% chance that this will happen again (from the current, reduced bankroll), either by the same whale, or another whale who plays maximum profit bets?
3447  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 02:49:59 PM
I do not care much about daytrading, but I would not like the divest/invest feature to be slowed down.

Care to elaborate on that?

My proposal was as follows:

rule 1: for each account, if 'divest' action within last hour, block 'invest' action.

rule 2: for each account deposit, if account deposit age < 1 hour, block 'invest' action.


I would suggest a slight modification

rule 1: for each account, if 'divest' action within last hour, block 'invest' action.

rule 2: for each account deposit, if account deposit age < 1 hour, block 'divest' action.

The change in rule 2 makes less annoying to deposit and I would not expect that someone who just deposited is going to divest after investing.


Good point. But it's a bit of a trade-off: under my rules, you were *always* able to divest and withdraw, so noone could have ever complained "But I need my money for something else RIGHT NOW!".

In principle, I like your solution slightly better though, because it allows new investors to jump in right away.
3448  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 02:24:53 PM
I do not care much about daytrading, but I would not like the divest/invest feature to be slowed down.

Care to elaborate on that?

My proposal was as follows:

rule 1: for each account, if 'divest' action within last hour, block 'invest' action.

rule 2: for each account, if account age < 1 hour, block 'invest' action.


Say you want to invest amount X from an existing account: you can do so immediately (assuming you didn't divest less than an hour ago).

Say you open a new account: you'll have to wait one hour. If you plan to leave your money invested for a while (even if it's only a few days), then one hour won't matter much.

Turn it anyway you want: the only people hit by a 1 hour delay are the daygamblers. Even short-term investors (who want to stay invested for less than a day) can still do so! It only prevents "riding the waves" of a whale like nakowa, and adds a minimum of investment stability, which I would think is beneficial.



This still has the same multiple-accounts weakness. If I already have 100 accounts, all more than 1 hour old. I can invest/divest 100 times with no restrictions.

True Smiley See my edit, please. Deposit age, instead of account age, should solve this (or at least greatly reduce the ability to daygamble)
3449  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 02:12:04 PM
I do not care much about daytrading, but I would not like the divest/invest feature to be slowed down.

Care to elaborate on that?

My proposal was as follows:

rule 1: for each account, if 'divest' action within last hour, block 'invest' action.

rule 2: for each account deposit, if account deposit age < 1 hour, block 'invest' action.


Say you want to invest amount X from an existing account deposit: you can do so immediately (assuming you didn't divest less than an hour ago).

Say you make a new account deposit: you'll have to wait one hour. If you plan to leave your money invested for a while (even if it's only a few days), then one hour won't matter much.

Turn it anyway you want: the only people hit by a 1 hour delay are the daygamblers. Even short-term investors (who want to stay invested for less than a day) can still do so! It only prevents "riding the waves" of a whale like nakowa, and adds a minimum of investment stability, which I would think is beneficial.


EDIT: account --> deposit, otherwise it won't work.

this won't completely eliminate daygambling, but it will greatly reduce it:

Say you have amount X available. Currently, you can use that full amount for daygambling. Under the rules I propose, you can only use a fraction of desired daygambling frequency per hour - 1 of that amount for daygambling, because you'll have to split up the amount over that many different accounts ahead of time.
3450  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: October 01, 2013, 01:13:44 PM
A lot of the discussion about investment daytrading daygambling misses the point:

It doesn't matter if investment daytrading is long-term -EV or not (as I said before, if the site is compromised it could be +EV, because then the bets aren't random either anymor), but the real point is this:

What's the point of allowing investments in the site to be another form of gambling, when there already *is* a way to gamble if you want to do so?

Right now, a number of investors lost more than their share of the house loss because of this trading. It makes them unhappy.

So the only relevant question, in my opinion is:

Is a majority of investors in favor of daytrading (because they like to do so themselves)

or

Is a majority of investors against daytrading (because they suffered additional losses because of it)

(yes, there could be a third, indifferent group, but I'm simplifying here)

I propose we find out what the majority of investors think about this, and then bring the issue to dooglus for consideration.

As I've said before, I'm in favor of limiting investment daytrading: introduce a one hour (or so) delay to re-investing after divesting (and add additional measure to reduce the risk of circumvention via multiple accounts). The goal is not to reduce daygambling to 0%, but to limit it.
3451  Economy / Speculation / Re: [SHARE] Your Personal Analysis (only post with pictures) on: October 01, 2013, 12:08:43 PM
It looks as if we are about to break out this BIG triangle (thx to Frozenlock for pointing it out to me). Its either going up if we go above 150$ or back to 100$ if we break below 136$. As you can see the current little triangle is just part of the bigger one that formed after the bubble burst. The actual count of waves is controversial, as this could either be interpreted as an ascending waves series (1-5) or retracting waves (A-C or A-E). Anyway, Elliot waves aside, the chart lines provide the best indication which way we are heading IMO. If its down, 100 will provide a good resistance that will be hard to crack for technical and psychological reasons. Double digits may shortly be visited but are unlikely to drag through the winter.
It seems you are just arbitrarily drawing that purple line.  What made you connect 170 to our 149 vs some other level? How do you know that the resistance in our current rally isn't actually another sub-line, like the thin green line, and then the purple line would be an additional stronger resistance above that?

one can be sceptical about TA in general, or just the quality of TA on this forum, but one should at least know the basics before condeming someone's aproach (not so much aimed at you, but notme's flippant remark below)

anyway, spekulatius can correct me here, but it looks like he drew the support/resistance lines through the extrema of the candles. in this type of TA the belief is that, the more "points of contact" you have, the higher is the validity of that trend line.

zooming in, with a bit of good will (he used a pretty thick line Tongue) the purple line has 5 points of contact, which would be rather good.

disclaimer: I'm not the biggest fan of TA based on candle extrma, but I'm not completely dismissing it either.

EDIT: re: your question why there isn't another line above or below. Some people using a similar TA do exactly that: drawing parallel lines below and above the main trendline, assuming that if the trend line is broken, the next parallel will be the "next level of support/resistance"
3452  Economy / Speculation / Re: BITSTAMP eXchange wall Observer. second biggest and best exchange on: September 30, 2013, 09:01:11 PM

The price will always rise, due to shrinking daily coin supply and more and more people joining the game

wrong, daily coin supply is constant.

In absolute terms it's roughly constant for the next 3 years, yes.

However, in relative terms (think: inflation), it's indeed constantly falling:



@johnyj: this should already be priced in since it's known, don't you think?

If this market would be mainly driven by professional traders, institutional investors, etc., then, yes, maybe. (cue: "lol banks are fail. expect hyperinflation tomorrow!") In reality, I'm not sure at all if it is priced in, especially because it touches on the central question of pretty much all of our current trading: how to accurately price something that has huge potential, but also a rather large chance of failing. If our little experiment turns out to be successful, the gradual realization of the reality of coin supply will drive price up at a breakneck speed. If it fails, for whatever reason, the coin supply won't matter anyway.
3453  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 30, 2013, 05:50:41 PM
So a loss like the one we suffer now isn't distributed evenly over investors. So the losing investors will be unhappy. So the site will lose investors, which is bad for everyone.

That, in a nutshell, is my argument why invest-trading hurts j-d. And the complementary argument is: there's no good reason to *want* invest-trading: j-d already has a gambling mechanism. Investments should be just that: investments.

Had Nak's run gone the other way, they would have been the winning investors, and they would have been quite happy to take a larger share of the gains I am sure. Nobody would now be calling for any tinkering of the system either.

There's no need to do anything. Investing in JD is a gamble anyway and in the long term daytrading will likely make no difference to those who stay invested. Besides we've only heard from the winners because they feel they've been smart, just like Nak feels he's a smart gambler whatever he calls himself.

My feeling is that some people who took a hit are pissed off that other people managed to make some money. While this is understandable, tinkering with the system just to appease them, with measures that probably don't work anyway and make no difference overall are just a waste of time.

There's even a chance that such tinkering is mildly detrimental for the site. What if a gambler decides to invest while he doesn't play? Say he wants to make a few rolls each day and always stops after 15 minutes, hoping to have made a profit, then reinvests. Why would you want to prevent that and either dissuade him from gambling or from investing or from keeping his money on the site. My impression is that are quite a lot of people doing both gambling and investing.

re: "only people who lost want to tinker with the system". Nope. I'm still ahead in invest profit. And I'm in favor of a delay.

re: gamble&re-invest. You're right, I've done so as well. And you still can do that, only with one hour delay.

Also, you're not really addressing my point: invest-trading/gambling serves absolutely no purpose (the example you gave, of gambling, then re-investing is something else), and there is arguably negative consequences. If something has no positive side, and quite possibly a negative side, then it is only rational to get rid of it.
3454  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 30, 2013, 04:50:46 PM
More importantly however, whatever you think the reason for this is, please look at nakowa's yesterday winning charts and tell me that there is no "exploitable" pattern to it:

That's all easy with hindsight. The hard part is being sure of the exploitable pattern of Nakowa's next run.

Similarly, I've noticed BTC trading in the 130-145 range over the last weeks. What's stopping you from selling at say 142 and buying back at 135 repeatedly? Would have been a winning strategy over the last weeks/months. What could possibly go wrong...

I'm addressing that point in my post: I said, at around bet 6000, some people decided it's a "pattern" and traded accordingly.

You also noted that I said, several times in fact, that I'm aware that in the long run, investment "trading" should be -EV, right?

But that wasn't my argument anyway: in the short run, it can be +EV. So a loss like the one we suffer now isn't distributed evenly over investors. So the losing investors will be unhappy. So the site will lose investors, which is bad for everyone.

That, in a nutshell, is my argument why invest-trading hurts j-d. And the complementary argument is: there's no good reason to *want* invest-trading: j-d already has a gambling mechanism. Investments should be just that: investments.
3455  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 30, 2013, 04:13:14 PM
@pascal257

re: withdrawal delay. Maybe not a withdrawal delay per se, because it could make the *gamblers* nervous, but an 'investment from new deposit' delay should have the same effect, and only affect investors

@rampion

re: house edge 1% vs 1.5%. Thanks for your support. I said I'd rather wait a bit with raising house edge. Let's be honest: if nakowa moves away completely now, we're in a deep minus that'll take a long time to reverse (though I hope nakowa's as compulsive as we think he is). So the edge might not affect him anyway.

On the other hand, if we wait another week, let's see what happens. If site profit keeps going down (to new lows), I agree, raise the house edge. But if it stabilizes or goes up, we won't have chased customers away to the competition.

But, yes, I ultimately agree with you: a site that is not profitbale for investors in a very very long time (say, many months), will ultimately become uninteresting.
It will stay interesting to gamblers.

Like I said: let's wait one week. If site profit goes up, we didn't cause any damage. But if we hit new lows/nothing changes, then I support 1% --> 1.5% house edge
3456  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 30, 2013, 04:04:12 PM
@pascal257

re: withdrawal delay. Maybe not a withdrawal delay per se, because it could make the *gamblers* nervous, but an 'investment from new deposit' delay should have the same effect, and only affect investors

@rampion

re: house edge 1% vs 1.5%. Thanks for your support. I said I'd rather wait a bit with raising house edge. Let's be honest: if nakowa moves away completely now, we're in a deep minus that'll take a long time to reverse (though I hope nakowa's as compulsive as we think he is). So the edge might not affect him anyway.

On the other hand, if we wait another week, let's see what happens. If site profit keeps going down (to new lows), I agree, raise the house edge. But if it stabilizes or goes up, we won't have chased customers away to the competition.

But, yes, I ultimately agree with you: a site that is not profitbale for investors in a very very long time (say, many months), will ultimately become uninteresting.
3457  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 30, 2013, 03:16:45 PM
Okay, this is going to be a longer post, responding to a number of people that wrote interesting comments. But first, can I please make one request:

Can we please try to retain a minimum of respect for each other in this discussion?

If find it incredibly frustrating that it's completely normal to throw around insults to someones intelligence in here because he or she disagrees with you on one or the other matter. If somebody is simply wrong (in an obvious, mathematically provable way), explain why he is wrong. But if a number of people, many of which have an education in a relevant field (CS, math, anything else with statistics) disagree on a non-trivial matter, then please keep in mind that you're poisoning the atmosphere and effectively contribute to reducing the signal/noise ratio if you throw around those insults.





That said, first reply:

Can't believe you smart math guys keep arguing against idiots about this invest/divest stuff instead of using your smarts to do something like this. (The irony is that those idiots are actually correct at the moment, because right now being invested is -EV by itself).

Some quick back of the envelope calculations to show why you should probably all just divest:

Wagered on site: 3.6M
Expected profit: 36 000
Actual profit: -3 000

Site is 39 000BTC under expectations. Now let us simplify and assume all bets made were 200BTC bets. (The actual situation will have less variance than this because most of nakowas volume has actually been on bets less than this.)

Total bets made 3.6M/200 = 18 000

Variance of 18 000 bets of 200BTC at 49.5%: 200 * sqrt(0.495*0.515*18000) = 13 500

Site currently running 39 000 / 13 500 = 2.88 st devations under expected.

Conclusion chance of the site running this poorly by chance: Way less than 1%.

You guys keep saying trust the math, but your conclusion is all messed up. The math is telling you to GTFO, chances of something being wrong here is so high that staying invested currently is -EV!

That's a strong statement backed by calculations. Thanks.

I'm not good enough in math to verify whether your calculation is correct, anyone else?

The problem, in my opinion: too many simplifying assumptions, therefore the result is somewhat off. For example, a large portion of the current  cumulative site loss was caused by early nakowa wins, when we still used full kelly, and max profit was significantly larger than 200.

So here's a similar calculation that IMO makes slightly less simplyfing assumptions, about the likelihood of nakowa winnings yesterday:

Yesterday's amount wagered: 1.5M, a huge portion of which came from nakowa, whose bets where, by a vast majority, at max profit (180-190). The same calculation as above: (1500000*1%)/(180 * sqrt(0.495*0.515*8333)) = 1.8 standard deviations below expected profit.

Quite lucky? Sure. Enough to reject the null hypothesis (fair RNG, no cheating)? Not quite.

Note that this is also in line with Peter R's results who keeps posting updates on the likelihood of nakowa's cumulative winnings.




Second reply:

[...]
As a first step, I'd try a 1.5% edge. It looks to me that 1% is obviously not enough. I'd also consider a commission on each divestment in order to have a bankroll that is more stable and not fluctuating like crazy like yesterday.

Opinions on this?

and

I can only assume the reason for this is the "invest/divest" day traders, including Dooglus (who divested when the house was up 3k), on average got lucky and screwed the ones like me who didn't divest. I'd say the "invest/divest daytraders" were gambling against those that did not divest, and the former won big time with a simple strategy: divest when you are up, invest again when the house is down.

I personally would prefer if we go on with a 1% house edge for now. It gives the site a competitive advantage which might otherwise be lost.

But about the other point (investment "daytrading") I agree. Which brings me to reply #3:




No you cannot, you are trying to time the market: a losing proposition. Staying invested throughout is the most profitable strategy. If you want to avoid a lot of variance you can divest. This is why Dooglus divested!


Lol. That must be why mechs is 25% down and stayed invested from July, while I made 10% profit yesterday Tongue
And the funniest part is that if I invest again today, I will make profit, again and again, while mechs will be waiting for weeks to break even :

This is outcome dependent thinking. You cannot generalize from a single case to the general case.

People this is not rocket science. I'm becoming extremely disappointed in people's overall intelligence Sad

There's at least one mathematically sound reason why one might disagree with the claim that "daytrading" is entirely random. So, first, please stop throwing around insults against people's intelligence.

That reason, no matter how unlikely, is that if nakowa would actually be cheating (he hacked j-d, found a flaw in the RNG, whatever), then his winning patterns are not completely random either, so "daytrading" in consequence could become (partially) deterministic as well. Agreed?

Please note: I'm not saying that's necessarily the case (that nakowa is cheating), but it's at least conceivable.

More importantly however, whatever you think the reason for this is, please look at nakowa's yesterday winning charts and tell me that there is no "exploitable" pattern to it:



At around bet 6000 or so, some people started a strategy that reversed investing/divesting at around the -2000/2000 mark (I was on j-d chat yesterday). Which turned out to be a rather profitable strategy.

Now, please read the following: Yes, I know. In the long, no such strategy can be profitable (unless nakowa's results are not random either). But yesterday, this sure tweaked the distribution of profits and losses.

So here's my opinion on this matter:

If you want to gamble on j-d, gamble. If you want to invest, make it an investment that lasts longer than a few minutes.

Someone here said he sees very little harm done by investment daytrading: I disagree. In the short run, some successful "daytraders" will skew the distribution of profits/losses among investors, which makes the losing investors rather unhappy, which in the long run hurts the site, because they might take out their investment and not come back.

Additionally, I see absolutely no benefits from investment daytrading. Again: if you want to gamble, you can do so by the gambling mechanism. I don't know where the idea comes from that the investment mechanism has to contain a gambling element as well, especially if (for the psychological reasons described above) it arguably hurts the site overall.

A possible solution:

I think a short, but noticeably invest/divest delay would be helpful.

Here's how it could work: Divesting is always instantenous.  Your initial invest is as well. But after any divest, another invest has to wait 1 hour. That's all.

You can still take out your investment whenever you want. You can still invest/divest several times a day. But "trading" swings when a whale is on the loose should become impossible.

Let me repeat one more time: Assuming the site works as intended (no cheating going on), then I know investment "trading" is -EV,  just like gambling. But in the short term, strategies based on the winning patterns of a whale can fuck up the overall investment situation, and will make many investors understandably unhappy.
3458  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 29, 2013, 10:22:42 PM

it is an edge on the probabilities of the dice throw.

Eg: gambler wins 2x if RNG picks a number > 50.5 or < 49.5 (roll hi or roll low). So if gamblers hits roll high, house wins from 0-50.5, player wins from 50.5-100

Where do you get this from?

The j-d FAQ seems to imply otherwise.
3459  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 29, 2013, 10:21:52 PM

Question regarding just-dice house edge

I'm trying to get a better understanding of the results of different investment strategies in j-d. Being the lazy person that I am, I chose to simulate first, before I try to solve anything analytically. But first, let me know if I understood the house edge on j-d correctly:

It is not an edge on the probabilities of the "dice throw" itself (like, say, in Roulette), but it is a reduced payout in case the player wins, right?

Example:

Say there is exactly one investor, who put in 100 btc, at 1% maxbet. A player places a maximum size bet of 1 btc.

In case the players loses, the investor's new balance is:
old_balance * (1 + 0.01) = 101 btc

In case the player wins, the investors new balance is:
old_balance * (1 - (0.01 * 0.99)) = 99.01,
where the factor 0.99 represents the house edge of 1%.

Yes? No?

There's no max bet.  It's max profit.

Right. But let's say we take the usual 50% bet, then max bet = max profit (ignoring for a moment house edge)

In that case, did I get calculation of house edge right?
3460  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: September 29, 2013, 10:13:29 PM

Question regarding just-dice house edge

I'm trying to get a better understanding of the results of different investment strategies in j-d. Being the lazy person that I am, I chose to simulate first, before I try to solve anything analytically. But first, let me know if I understood the house edge on j-d correctly:

It is not an edge on the probabilities of the "dice throw" itself (like, say, in Roulette), but it is a reduced payout in case the player wins, right?

Example:

Say there is exactly one investor, who put in 100 btc, at 1% maxbet. A player places a maximum size bet of 1 btc.

In case the players loses, the investor's new balance is:
old_balance * (1 + 0.01) = 101 btc

In case the player wins, the investors new balance is:
old_balance * (1 - (0.01 * 0.99)) = 99.01,
where the factor 0.99 represents the house edge of 1%.

Yes? No?
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!