Pages:
Author

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

legendary
Activity: 2338
Merit: 1047
Would someone be so kind as to guide me to a post that shows how/when the staking is applied to my investment(s) ?
Also is there a way to see how much I have gained from staking alone ? Thank you for the site. I have been slowly gaining.
Also, what is the yearly/monthly/weekly avg gain ?
You should definetly check FAQ. You can see your stats in the "stats" tab which i believe its right after the chat. Also, the stakes were previously shared in real time, now not sure if its the same but in only shows the stakes in chat every 3-4 minutes(2-4 stakes).
hero member
Activity: 672
Merit: 500
Would someone be so kind as to guide me to a post that shows how/when the staking is applied to my investment(s) ?
Also is there a way to see how much I have gained from staking alone ? Thank you for the site. I have been slowly gaining.
Also, what is the yearly/monthly/weekly avg gain ?
legendary
Activity: 2338
Merit: 1047
Hi.

Is there any way of using chat to automatically withdraw from JD?

Invest all and divest all works, but withdraw shows an window and i must manually enter address and amount.

Thank you.
I dont think there is such feature, but maybe doog implements it, i like the tab personally tough.
full member
Activity: 340
Merit: 164
(1171892) <@JohnnyFiveAces> <====This mod racist, should be oppressed than just dice?
He is not racist, i tought we all agreed that indo jokes are hitlarious.

And how!
legendary
Activity: 2338
Merit: 1047
(1171892) <@JohnnyFiveAces> <====This mod racist, should be oppressed than just dice?
He is not racist, i tought we all agreed that indo jokes are hitlarious.
legendary
Activity: 1190
Merit: 1013
(1171892) <@JohnnyFiveAces> <====This mod racist, should be oppressed than just dice?
legendary
Activity: 1717
Merit: 1125
I asked for a new feature to be added to Just-Dice yesterday, and Dooglus delivered today.  Similar to an existing feature that's already available at the bottom of your account tab that is the 'R' hotkey, which pseudo-randomly chooses your hi/lo chance while betting, the new 'E' hotkey feature allows a pseudo-random win chance to be selected while betting.  The feature as outlined in your Account tab:



An example of the feature in action with the range adjusted to be between 1% and 50% while doing a basic martingale:



I likened this feature to making the dice act more like 'slots' and we should see some other interesting strategies coming from it.  Even adjusting the range down to 45% to 49% would make it behave more like your regular betting style, but with just a nudge in whatever direction you choose.  Should be fun.  Smiley

if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

i agreed with u, if he can added this function to his bot, it'll awesome, or make a script for this.

if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


i cant found the script which support like that "E"

Try this script, though it might need to be adjusted slightly to fit your needs: https://bitcointalksearch.org/topic/seuntjie-dice-bot-programmers-mode-discussion-1114503

Disclaimer: This is a script written by a third party on a third party website. I'm not responsible for what it does


Edit. Scratch that. Take a look at these scripts I uploaded that will be able to do something similar to what you want in DiceBot. You'll just need to modify whichever of these scripts comes the closest to what you want into exactly what you want it to do.

https://bot.seuntjie.com/scripts.aspx?id=16 -- Random Chance
https://bot.seuntjie.com/scripts.aspx?id=17 -- Random Amount
https://bot.seuntjie.com/scripts.aspx?id=18 -- Random everything

Once you do, Please upload it to my website and share it with the rest of us Smiley
legendary
Activity: 2940
Merit: 1333
i cant found the script which support like that "E"

Check the 'account' tab on Just-Dice, near the end:

    "Enable 'e' shortcut key to bet with a 'random' chance"

You need to enable the feature before it will work.
legendary
Activity: 2394
Merit: 1131
I asked for a new feature to be added to Just-Dice yesterday, and Dooglus delivered today.  Similar to an existing feature that's already available at the bottom of your account tab that is the 'R' hotkey, which pseudo-randomly chooses your hi/lo chance while betting, the new 'E' hotkey feature allows a pseudo-random win chance to be selected while betting.  The feature as outlined in your Account tab:



An example of the feature in action with the range adjusted to be between 1% and 50% while doing a basic martingale:



I likened this feature to making the dice act more like 'slots' and we should see some other interesting strategies coming from it.  Even adjusting the range down to 45% to 49% would make it behave more like your regular betting style, but with just a nudge in whatever direction you choose.  Should be fun.  Smiley

if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

i agreed with u, if he can added this function to his bot, it'll awesome, or make a script for this.

if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


i cant found the script which support like that "E"
legendary
Activity: 1007
Merit: 1000
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


The only tweak I'm looking to do appears to be with adjusting the "dobet" function to make it effectively hit the 'E' key instead of the 'H' or 'L' key.  I didn't see anything else on the scripts page that might relate to this.

  I've never played with using the settings and programmer mode, but the code to set a random chance is

chance = math.random(X,Y)

X = minimum chance
Y = Max chance

Oh!  I was just talking about using the sites function.  Didn't realize the bot already had its own way of doing it.  Thanks!

Hahaha, I just saw dobet and seuntjie's name, and threw the post in.  Didn't check which thread I was in.  You can do a lot of this stuff in the programmer mode of his bot.  There is a separate thread  but I don't have the link.  Better to discuss it there.  

Found it https://bitcointalksearch.org/topic/seuntjie-dice-bot-programmers-mode-discussion-1114503
sr. member
Activity: 321
Merit: 250
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


The only tweak I'm looking to do appears to be with adjusting the "dobet" function to make it effectively hit the 'E' key instead of the 'H' or 'L' key.  I didn't see anything else on the scripts page that might relate to this.

  I've never played with using the settings and programmer mode, but the code to set a random chance is

chance = math.random(X,Y)

X = minimum chance
Y = Max chance

Oh!  I was just talking about using the sites function.  Didn't realize the bot already had its own way of doing it.  Thanks!
legendary
Activity: 1007
Merit: 1000
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


The only tweak I'm looking to do appears to be with adjusting the "dobet" function to make it effectively hit the 'E' key instead of the 'H' or 'L' key.  I didn't see anything else on the scripts page that might relate to this.

  I've never played with using the settings and programmer mode, but the code to set a random chance is

chance = math.random(X,Y)

X = minimum chance
Y = Max chance
sr. member
Activity: 321
Merit: 250
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx


The only tweak I'm looking to do appears to be with adjusting the "dobet" function to make it effectively hit the 'E' key instead of the 'H' or 'L' key.  I didn't see anything else on the scripts page that might relate to this.
full member
Activity: 126
Merit: 100
fastdice.com The Worlds Fastest Bitcoin Dice
Is there a direct URL that explains what a clam is?, I seen it around but don't quite understand it?
legendary
Activity: 1717
Merit: 1125
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx
legendary
Activity: 2940
Merit: 1333
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

The feature is almost entirely client-side, so bots can implement this feature independently of Just-Dice having implemented it.

The Javascript running in your browser simply sets the chance pseudo-randomly and then asks the server to bet 'hi' or 'lo'.
sr. member
Activity: 321
Merit: 250
I asked for a new feature to be added to Just-Dice yesterday, and Dooglus delivered today.  Similar to an existing feature that's already available at the bottom of your account tab that is the 'R' hotkey, which pseudo-randomly chooses your hi/lo chance while betting, the new 'E' hotkey feature allows a pseudo-random win chance to be selected while betting.  The feature as outlined in your Account tab:



An example of the feature in action with the range adjusted to be between 1% and 50% while doing a basic martingale:



I likened this feature to making the dice act more like 'slots' and we should see some other interesting strategies coming from it.  Even adjusting the range down to 45% to 49% would make it behave more like your regular betting style, but with just a nudge in whatever direction you choose.  Should be fun.  Smiley

if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!
legendary
Activity: 2338
Merit: 1047
At these stage Just-Dice on CLAM is pointless. Imagine if you win, you will lose too much money when you try to sell CLAMs on Polo, with little volume and  lower and lower price every day.
For that reason you will still play and lose at the end. These is good for the house but still will end bad with lots of worthless CLAMs.
If you win 10.000 CLAMs you will need to sell them for half of the price. Over that amount is impossible to sell.
To put it simply; CLAM is copy-shit-coin and will ruin Just-Dice reputation.

Actually, that is very true. If someone wins the entire bankroll of JD aka 100k clams, then he'll have extreme trouble cashing them out. He might even lose bitcoin in the end since he probably bought his clams with BTC. If someone wins even 10% of that bankroll, the clam price would crash like hell.

Or, the person who won them could be smart about how he sells them and not crash the price.  He'd have to be patient, but there are actually plenty of CLAM buyers.  The trick is obviously not to overwhelm them, instead, sell off a little per day and you're fine.

This exactly. Take it slow and smart. Not only do you leave the price propped, but you gain a LOT more money out of it as well. Though I'd argue speculators would start dumping if a big win like that happened, since 99% of the people in the crypto world aren't smart enough to know how to sell to markets properly and would just dump all at once.

It seems though that of the various altcoins that exist that CLAMs seem to have maintained their popularity compared to others. I've mined various altcoins in the past and 90% of them are dead.

Certainly having JD on CLAMs would help keep the circulation moving and there seems to be other good resources for CLAMs underway.

Is CLAMs generally a save investment alternative to BTC/LITE/etc?
I believe clam proved itself a good investment on long term yet must take in count diggers since they can draw the price really low. Clam been kinda stable lately with nice swings for traders.
newbie
Activity: 8
Merit: 0
At these stage Just-Dice on CLAM is pointless. Imagine if you win, you will lose too much money when you try to sell CLAMs on Polo, with little volume and  lower and lower price every day.
For that reason you will still play and lose at the end. These is good for the house but still will end bad with lots of worthless CLAMs.
If you win 10.000 CLAMs you will need to sell them for half of the price. Over that amount is impossible to sell.
To put it simply; CLAM is copy-shit-coin and will ruin Just-Dice reputation.

Actually, that is very true. If someone wins the entire bankroll of JD aka 100k clams, then he'll have extreme trouble cashing them out. He might even lose bitcoin in the end since he probably bought his clams with BTC. If someone wins even 10% of that bankroll, the clam price would crash like hell.

Or, the person who won them could be smart about how he sells them and not crash the price.  He'd have to be patient, but there are actually plenty of CLAM buyers.  The trick is obviously not to overwhelm them, instead, sell off a little per day and you're fine.

This exactly. Take it slow and smart. Not only do you leave the price propped, but you gain a LOT more money out of it as well. Though I'd argue speculators would start dumping if a big win like that happened, since 99% of the people in the crypto world aren't smart enough to know how to sell to markets properly and would just dump all at once.

It seems though that of the various altcoins that exist that CLAMs seem to have maintained their popularity compared to others. I've mined various altcoins in the past and 90% of them are dead.

Certainly having JD on CLAMs would help keep the circulation moving and there seems to be other good resources for CLAMs underway.

Is CLAMs generally a save investment alternative to BTC/LITE/etc?
legendary
Activity: 1988
Merit: 1007
At these stage Just-Dice on CLAM is pointless. Imagine if you win, you will lose too much money when you try to sell CLAMs on Polo, with little volume and  lower and lower price every day.
For that reason you will still play and lose at the end. These is good for the house but still will end bad with lots of worthless CLAMs.
If you win 10.000 CLAMs you will need to sell them for half of the price. Over that amount is impossible to sell.
To put it simply; CLAM is copy-shit-coin and will ruin Just-Dice reputation.

Actually, that is very true. If someone wins the entire bankroll of JD aka 100k clams, then he'll have extreme trouble cashing them out. He might even lose bitcoin in the end since he probably bought his clams with BTC. If someone wins even 10% of that bankroll, the clam price would crash like hell.

Or, the person who won them could be smart about how he sells them and not crash the price.  He'd have to be patient, but there are actually plenty of CLAM buyers.  The trick is obviously not to overwhelm them, instead, sell off a little per day and you're fine.

This exactly. Take it slow and smart. Not only do you leave the price propped, but you gain a LOT more money out of it as well. Though I'd argue speculators would start dumping if a big win like that happened, since 99% of the people in the crypto world aren't smart enough to know how to sell to markets properly and would just dump all at once.
Pages:
Jump to: