Pages:
Author

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

wry
sr. member
Activity: 288
Merit: 251
could you add a shapeshift widget to just-dice? would make deposit easier

I just did.

It's in the same place as you see your deposit address.

Either click the 'deposit' button, or type /dep or /deposit in chat to show it.

You may need to refresh the page before you see the ShapeShift button by the way.

Kudos on the addition dooglus.  It showed up with no issues for me.  I still hope you'll think about an exchange.

Regarding the two threads in this topic relating to JD, would it make sense to close one of them or relabel the one that is geared towards for "investors"?

Thanks and good luck!
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
I just found this thread: https://bitcointalk.org/index.php?topic=242962.5020;topicseen

And I'm wondering what's up with the two JD threads.

The one was in security (for investors) while the other one was in gambling (for the gamers) before the move to the alt section.
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
I just found this thread: https://bitcointalk.org/index.php?topic=242962.5020;topicseen

And I'm wondering what's up with the two JD threads.
legendary
Activity: 2338
Merit: 1047
I was wondering if gamblers are aware that a coin with the just-dice (since its on clam) wager as distribution is being made, you can claim already! Darkclam.com will be launched these days (and probably the ANN too) and you can see whats it about.
Any questions related could go to pm, dont spam the thread Smiley.
Edit: darkclam.com is online.
legendary
Activity: 2940
Merit: 1333
could you add a shapeshift widget to just-dice? would make deposit easier

I just did.

It's in the same place as you see your deposit address.

Either click the 'deposit' button, or type /dep or /deposit in chat to show it.

You may need to refresh the page before you see the ShapeShift button by the way.
newbie
Activity: 3
Merit: 0
As suggested in JD chat, a progressive jackpot funded by 5 % from the investors' stake reward.

If you roll 99.9999 (or 00.0001 with roll low, or something) with a 1 clam bet you get 100 % of the jackpot.
Prize % decreases if you bet lower amount.
Win chance increases if you bet a higher amount (more lucky numbers).

Result, Jackpot will drop quite often, but not often 100% so will run up probably to nice amounts.
It might scare some stakers away from JD, will attract gamblers when it runs up and causes a buzz,
Lots of excitement when it runs up high ! News flash in chat !

what say you ?
 
legendary
Activity: 1764
Merit: 1000
could you add a shapeshift widget to just-dice? would make deposit easier

Is that something I can get from shapeshift directly? Or something I need to implement myself?

Can you show me other sites which have what you're asking for?

you can either use https://shapeshift.io/site/tools/shifty-button or https://shapeshift.io/site/tools/skeleton

btw, they offer an affiliate program... could be an extra income for jd Smiley
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
JD uses a fixed CLAM address per user right? So take note of that deposit address, then use shapeshift or bitin or whatever, deposit your other-coin, and your JD account should have CLAMS soon.

How much are 2 digit UIDs? or 3 digits?
legendary
Activity: 2940
Merit: 1333
could you add a shapeshift widget to just-dice? would make deposit easier

Is that something I can get from shapeshift directly? Or something I need to implement myself?

Can you show me other sites which have what you're asking for?
legendary
Activity: 1764
Merit: 1000
could you add a shapeshift widget to just-dice? would make deposit easier
legendary
Activity: 2338
Merit: 1047
I have acquired UID 10301 and was wondering if anyone was interested in purchasing it.

Generally 5 digit UIDs on JD fetch anywhere between 0.05 to 1 BTC so feel free to pop into chat and offer.
UIDs are a way to stand out from the crowd on the site and an easy way for people to remember who you are.

I am <1470> KLYE on Just-Dice.com, pop in and visit the site to make an offer or PM me.
wow and i tought I was over-pricing them a bit. If you willing to do a real price pm me but nowhere near 1 btc.
legendary
Activity: 1358
Merit: 1003
Designer - Developer
I have acquired UID 10301 and was wondering if anyone was interested in purchasing it.

Generally 5 digit UIDs on JD fetch anywhere between 0.05 to 1 BTC so feel free to pop into chat and offer.
UIDs are a way to stand out from the crowd on the site and an easy way for people to remember who you are.

I am <1470> KLYE on Just-Dice.com, pop in and visit the site to make an offer or PM me.
sr. member
Activity: 258
Merit: 250
Based on POLL for best dice website of 2015 just-dice took second place.

GZ!
full member
Activity: 229
Merit: 134
good to know. I have never felt JD to be unfair and am up a fair bit there over a long time betting carefully with some luck. but I don't think it'd be able to be perceived anyway, or at least it would be hard to trust a perception of it being unfair after losing so this type of thing is the only way to really know
Well, the randomness and fairness are independent of each other. Even if Doog would could influence it in a non-random manner, it wouldn't make sense, because you decide "hi" or "lo" when you bet (to be on the safe side, you could vary this randomly). Just write down the server seed hash and after some bets verify it with one of the scripts (reveal the server seed with "randomize"). Mathematically there is no way that you can be cheated, all rolls for you are known in advance with a given server seed, which is proven by the hash. Even if someone knows of a fast SH256 collision algorithm (there is none at the moment), it would be impossible to cheat, because the rolls would be different for other server seeds.

For investors it is more problematic, because in theory Doog could rob them indirectly with fake accounts, knowing the server seed. But unlikely, because it is all peanuts for him Grin and would negatively affect JD and CLAM, if it comes out.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Some time ago, I did a million rolls. They looked random enough to me with almost no bias.
legendary
Activity: 2940
Merit: 1333
Have you ever run any metrics against the likelihood of a particular number or sets of numbers that come up often, or more often that statistically should allow for random?  Just curious Smiley
I've done some tests. The gold standard for random number testing it the die hard test suite. I generated some million numbers (slighty modified version of my Python script, which is linked from the "Fair?" tab on just-dice.com as well), and with different seeds, and all die-hard indicators showed that it is indeed very random.

Yeah, I did the same. I think I used a package called "dieharder" or some such, before I first launched Just-Dice.

  http://www.phy.duke.edu/~rgb/General/dieharder.php

I don't have the results, but they were good enough.
member
Activity: 80
Merit: 10
Have you ever run any metrics against the likelihood of a particular number or sets of numbers that come up often, or more often that statistically should allow for random?  Just curious Smiley
I've done some tests. The gold standard for random number testing it the die hard test suite. I generated some million numbers (slighty modified version of my Python script, which is linked from the "Fair?" tab on just-dice.com as well), and with different seeds, and all die-hard indicators showed that it is indeed very random.

good to know. I have never felt JD to be unfair and am up a fair bit there over a long time betting carefully with some luck. but I don't think it'd be able to be perceived anyway, or at least it would be hard to trust a perception of it being unfair after losing so this type of thing is the only way to really know
full member
Activity: 229
Merit: 134
Have you ever run any metrics against the likelihood of a particular number or sets of numbers that come up often, or more often that statistically should allow for random?  Just curious Smiley
I've done some tests. The gold standard for random number testing it the die hard test suite. I generated some million numbers (slighty modified version of my Python script, which is linked from the "Fair?" tab on just-dice.com as well), and with different seeds, and all die-hard indicators showed that it is indeed very random.
legendary
Activity: 1512
Merit: 1057
SpacePirate.io
Doog,

Have you ever run any metrics against the likelihood of a particular number or sets of numbers that come up often, or more often that statistically should allow for random?  Just curious Smiley
full member
Activity: 158
Merit: 100
Take your time bringing the site back online, I'm sure its been a stressful day for you and you should be well rested before putting the site back online to avoid making any costly mistakes. I'm sure people will live 1 day without just-dice Smiley
Pages:
Jump to: