Author

Topic: Just-Dice.com : now with added CLAMs : Play or Invest - page 182. (Read 454769 times)

legendary
Activity: 2940
Merit: 1333
What's your point?

Two events are 'mutually exclusive' if they cannot occur at the same time. An example is tossing a coin once, which can result in either heads or tails, but not both.

In the coin-tossing example, both outcomes are collectively exhaustive, which means that at least one of the outcomes must happen, so these two possibilities together exhaust all the possibilities. However, not all mutually exclusive events are collectively exhaustive. For example, the outcomes 1 and 4 of a single roll of a six-sided die are mutually exclusive (cannot both happen) but not collectively exhaustive (there are other possible outcomes; 2,3,5,6).

In logic, two mutually exclusive propositions are propositions that logically cannot be true at the same time. Another term for mutually exclusive is "disjoint". To say that more than two propositions are mutually exclusive, depending on context, means that one cannot be true if the other one is true, or at least one of them cannot be true. The term pairwise mutually exclusive always means two of them cannot be true simultaneously.

OK, thanks for the definition of "mutually exclusive" but that doesn't answer my question.

What's your point?
legendary
Activity: 2940
Merit: 1333
My longest loss streak has been 35. Sucks for me...

35 at what percentage chance to win?  Surely not 49.5%?
legendary
Activity: 1611
Merit: 1001
Installed the script but no tab shows up :\
member
Activity: 90
Merit: 10
The site was kind of confusing when I first went to it but now I LOVE all the options JD has   Grin
full member
Activity: 210
Merit: 100
Just-Dice.com

Check out the gambling site I made.  It's a dice game, with the following features:

* near-instant rolls

This one is no longer true for all bets. Just for bets equal to or above 0.0001.
True, though the delay only about 1 second below that.  Hopefully the server can be optimized and eventually those delays for bets less than .0001 reduced.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Magic seeds = subconscious = supernatural = intuition.

[...]

But I still have magic seeds.

tl;dr

What's your point?

Two events are 'mutually exclusive' if they cannot occur at the same time. An example is tossing a coin once, which can result in either heads or tails, but not both.

In the coin-tossing example, both outcomes are collectively exhaustive, which means that at least one of the outcomes must happen, so these two possibilities together exhaust all the possibilities. However, not all mutually exclusive events are collectively exhaustive. For example, the outcomes 1 and 4 of a single roll of a six-sided die are mutually exclusive (cannot both happen) but not collectively exhaustive (there are other possible outcomes; 2,3,5,6).

In logic, two mutually exclusive propositions are propositions that logically cannot be true at the same time. Another term for mutually exclusive is "disjoint". To say that more than two propositions are mutually exclusive, depending on context, means that one cannot be true if the other one is true, or at least one of them cannot be true. The term pairwise mutually exclusive always means two of them cannot be true simultaneously.

And I still have magic seeds!

Quote
Magic seeds

Are they going to make a giant beenstalk? Cheesy

Yes. It will go through the roof, take the house up with it, into the sky. The profits, that is.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Just-Dice.com

Check out the gambling site I made.  It's a dice game, with the following features:

* near-instant rolls

This one is no longer true for all bets. Just for bets equal to or above 0.0001.
newbie
Activity: 50
Merit: 0
My longest loss streak has been 35. Sucks for me... Love the bot though. Fun to play around with.

And I have a question: Yo Jet, you make peerbet bots too?
hero member
Activity: 854
Merit: 500

Best greasemonkey script 2013. I turn $37 to $41 and then left $1 there to lose. After 30 minutes I got to experience an 11 loss streak Smiley


 Wink
Jet
member
Activity: 66
Merit: 10
Hey guys.
A few minutes ago I decided to share my scripts for the site in the chat and thought it might be a good idea to also post them here, especially because I can add a few words of explanation here without it turning into spam.

Just for reference, my nick on just-dice is gray, with ID 1163

First, my bot script with GUI, which is kind of a plugin to the site.
Status: Beta should define it well. It works, but not all of the planned functionality is implemented.

Functionality:
- It is supposed to be used with Greasemonkey. It should work whatever other way, tho.
- Set any combination of bet size, payout and bet multiplier.
- Includes an interval to increase the bet every X losses.
- Keeps track of how many bets were placed, won, lost (visualisation is planned.)
- Keeps track of the longest streak (does not get reset when changing your strategy.)
- Shows the profit (balance change since page load? hurr.)
- Rollmodes are LO, HI, RANDOM (gets bits from random.org) and SWITCH (switch between HI/LO on every loss)
- Chaosmode (not implemented) - martingale at "random" chances, automatically calculating the bet for the same risk
  (please tell me if you're interested in that. I don't really plan to finish this.)

Screenshot:
http://imgur.com/SjRTu95

Download/Link:
http://pastebin.com/3KThxY4S timed out
I tried userscripts.org again. Seems fine now. So, ready to install with a few clicks:
http://userscripts.org/scripts/show/175768

EDIT:
After a little testing this came up:
Malwarebytes doesn't like the script. Propably because of the crosslinking to d3js.org where I tried including D3. I edited that line out as of.. now. It's not being used right now anyways. Fixed.

Don't forget to deactivate older versions of my bot. (the one you had to use via console)


Next up: A script to add (persistant) muting/ignoring of people in the chat.

Functionality:
- You can ignore people.
- Should you feel bored, you can also unignore them.
- People stay ignored after reloading the page.

Screenshot:
http://imgur.com/6tih44W

Download/Link:
http://pastebin.com/qZ9KTynd
(Yes. The tip address is a different one. Feel free to use either. Or my forum signature.)

Feedback, questions, donations.. all welcome! Smiley

Also, please don't reupload these. If you do, (maybe because you modified them? (They're perfect! Why would you do that?!)) please make it temporary. Pastebin has that functionality.

Happy gambling!
hero member
Activity: 854
Merit: 500
Just something weird:

When you got a bot running on background without browser, he just "press" the key to bet.

But, when you are in the chatroom and having a bot betting in the background, the site will always write:
Code:
Keyboard shortcuts are disabled in the 'chat' tab to prevent accidental betting.

Now, when you change to "All bets"( or any other tabs), the site doesn't change the small alert.

The message area used to be cleared out every time anyone placed a bet.  That resulted in messages flashing up for too short a time.  So I removed that code.  Then messages stay there for too long.

Maybe the most recent change will be just right - it only clears the message area after each of your bets.

Why not make it a static 3 seconds?
legendary
Activity: 2940
Merit: 1333
Just something weird:

When you got a bot running on background without browser, he just "press" the key to bet.

But, when you are in the chatroom and having a bot betting in the background, the site will always write:
Code:
Keyboard shortcuts are disabled in the 'chat' tab to prevent accidental betting.

Now, when you change to "All bets"( or any other tabs), the site doesn't change the small alert.

The message area used to be cleared out every time anyone placed a bet.  That resulted in messages flashing up for too short a time.  So I removed that code.  Then messages stay there for too long.

Maybe the most recent change will be just right - it only clears the message area after each of your bets.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Just something weird:

When you got a bot running on background without browser, he just "press" the key to bet.

But, when you are in the chatroom and having a bot betting in the background, the site will always write:
Code:
Keyboard shortcuts are disabled in the 'chat' tab to prevent accidental betting.

Now, when you change to "All bets"( or any other tabs), the site doesn't change the small alert.
Solution: use websockets.
full member
Activity: 182
Merit: 100
Swiss Money all around me!
Just something weird:

When you got a bot running on background without browser, he just "press" the key to bet.

But, when you are in the chatroom and having a bot betting in the background, the site will always write:
Code:
Keyboard shortcuts are disabled in the 'chat' tab to prevent accidental betting.

Now, when you change to "All bets"( or any other tabs), the site doesn't change the small alert.
full member
Activity: 210
Merit: 100
Because that's the same thing as saying "I lost 4 times in a row, so I have a higher change of winning this next bet". Just because many people lost, does that mean people are going to win right after?
The examples are certainly stupid.
However it could be useful to divest while wales are playing, if you don't want to take the variance risk (you'd still take the win or loss of the first high bet though).
The goal would for it to be configurable so investors could use it however they see fit. 
full member
Activity: 210
Merit: 100
If you want to make some BTC and have some scripting skills, see my post:
[WTB]  An Auto-Invest/Divest Bot Script for Just-Dice - 4 BTC Bounty
https://bitcointalksearch.org/topic/wtb-an-auto-investdivest-bot-script-for-just-dice-4-btc-bounty-bonuses-263522


I was going to say that is idiotic. Then I saw the 4 BTC bounty. Now it's just retarded.
Why?

Because that's the same thing as saying "I lost 4 times in a row, so I have a higher change of winning this next bet". Just because many people lost, does that mean people are going to win right after?
It about risk management.  When you are away for a long time, some investors would like to lock-in profits.  Others would like to dollar-cost average while being afk.  Theoretically, you sre right but variance is a bitch.  This bot would decrease variance and the possibility of decreasing long-term profits but also protecting from steep short-term losses. 
hero member
Activity: 854
Merit: 500
If you want to make some BTC and have some scripting skills, see my post:
[WTB]  An Auto-Invest/Divest Bot Script for Just-Dice - 4 BTC Bounty
https://bitcointalksearch.org/topic/wtb-an-auto-investdivest-bot-script-for-just-dice-4-btc-bounty-bonuses-263522


I was going to say that is idiotic. Then I saw the 4 BTC bounty. Now it's just retarded.
Why?

Because that's the same thing as saying "I lost 4 times in a row, so I have a higher change of winning this next bet". Just because many people lost, does that mean people are going to win right after?
full member
Activity: 210
Merit: 100
If you want to make some BTC and have some scripting skills, see my post:
[WTB]  An Auto-Invest/Divest Bot Script for Just-Dice - 4 BTC Bounty
https://bitcointalksearch.org/topic/wtb-an-auto-investdivest-bot-script-for-just-dice-4-btc-bounty-bonuses-263522


I was going to say that is idiotic. Then I saw the 4 BTC bounty. Now it's just retarded.
Why?
hero member
Activity: 854
Merit: 500
If you want to make some BTC and have some scripting skills, see my post:
[WTB]  An Auto-Invest/Divest Bot Script for Just-Dice - 4 BTC Bounty
https://bitcointalksearch.org/topic/wtb-an-auto-investdivest-bot-script-for-just-dice-4-btc-bounty-bonuses-263522


I was going to say that is idiotic. Then I saw the 4 BTC bounty. Now it's just retarded.
full member
Activity: 210
Merit: 100
If you want to make some BTC and have some scripting skills, see my post:
[WTB]  An Auto-Invest/Divest Bot Script for Just-Dice - 4 BTC Bounty
https://bitcointalksearch.org/topic/wtb-an-auto-investdivest-bot-script-for-just-dice-4-btc-bounty-bonuses-263522
Jump to: