Bitcoin Forum

Economy => Gambling => Topic started by: Nixsy on October 28, 2013, 11:22:45 AM



Title: Just-Dice Automated betting, investing and stat scripts. [discontinued]
Post by: Nixsy on October 28, 2013, 11:22:45 AM
Projects taken down.

If a moderator reads, Please close this thread.


Title: Re: Just-Dice martingale script.
Post by: w00dy on October 28, 2013, 09:10:12 PM
good work!


Title: Re: Just-Dice martingale script.
Post by: monbux on October 28, 2013, 09:35:53 PM
That bot actually looks very nice - testing it out now.
Looks better than gray's bot :P


Title: Re: Just-Dice martingale script.
Post by: aksplace on October 28, 2013, 09:48:38 PM
Just-Dice does not recommend the usage of bots however they are not banned from usage. It's important to use 2 key authenticator at all times.


Title: Re: Just-Dice martingale script.
Post by: Nixsy on October 29, 2013, 06:11:58 AM
Just-Dice does not recommend the usage of bots however they are not banned from usage. It's important to use 2 key authenticator at all times.

This is very sensible advice And again let me emphasize the importance of never having more in your balance than you are willing to lose. It would be a good idea to make a new account to mess around with bots until you fully understand them and feel you wish to risk more.


Title: Re: Just-Dice martingale script.
Post by: b!z on October 29, 2013, 09:14:32 AM
This is very sensible advice And again let me emphasize the importance of never having more in your balance than you are willing to lose. It would be a good idea to make a new account to mess around with bots until you fully understand them and feel you wish to risk more.

That's very good advice. Users should not gamble what they cannot afford to lose, with a bot in its early stages of development.

It looks like you've put a lot of great effort into it. Great job :)


Title: Re: Just-Dice Automated betting scripts.
Post by: MZD on December 08, 2013, 04:35:31 AM
Can this bot dynamically change your increase percentage on loss depending on what multiplier you use?

We don't always need to double the bet especially on high multipliers (3x and up) and for low multipliers we need to more than double to cover loss or at least break even. If the bot could adjust dynamically this would be awesome. Is that possible?


Title: Re: Just-Dice Automated betting scripts.
Post by: Nixsy on December 08, 2013, 12:42:45 PM
Can this bot dynamically change your increase percentage on loss depending on what multiplier you use?

We don't always need to double the bet especially on high multipliers (3x and up) and for low multipliers we need to more than double to cover loss or at least break even. If the bot could adjust dynamically this would be awesome. Is that possible?

do you mean the reset % with the martingale bot? if so it is worked out as a percentage of your total bank, So I guess its dynamic.


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: Rannasha on December 08, 2013, 12:56:06 PM
"Patient Martingale" seems kinda pointless except for those who fall for Gambler's Fallacy.


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: ni| on December 08, 2013, 01:02:48 PM
"Patient Martingale" seems kinda pointless except for those who fall for Gambler's Fallacy.

I agree with Rannasha on this, sooner or later reds will catch up. Nevertheless , good work sir , bot works and looks pretty good


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: Nixsy on December 08, 2013, 01:10:06 PM
"Patient Martingale" seems kinda pointless except for those who fall for Gambler's Fallacy.

It was more of a learning experience dude =), But With luck it could work.


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: sergiom on December 08, 2013, 01:10:25 PM
Great Work!!!


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: marcovaldo on December 08, 2013, 01:35:59 PM
How does it handle "latency" problems with the website?


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: Nixsy on December 08, 2013, 01:50:12 PM
How does it handle "latency" problems with the website?

The only trouble I have had is when the server restarts. That usually needs a page refresh and a bot restart. other than that they have an auto timer based on the delay for bets that the server uses.

like this.

Code:
  
function martinDelay_loop() { //auto tweaks the delay speed according to values found on the just-dice FAQ

  setInterval(function () {

        if (new_val != new_val2) {
            new_val2 = new_val;
            if (new_val > 0.00100000) {
                martinDelay = 300;
                console.log('running speed changed to ' + (martinDelay / 1000) + ' seconds');
            } else if (new_val > 0.00010000 && new_val < 0.00100000) {
                martinDelay = 600;
                console.log('running speed changed to ' + (martinDelay / 1000) + ' seconds');
            } else if (new_val > 0.00001000 && new_val < 0.00010000) {
                martinDelay = 800;
                console.log('running speed changed to ' + (martinDelay / 1000) + ' seconds');
            } else if (new_val > 0.00000100 && new_val < 0.00001000) {
                martinDelay = 1000;
                console.log('running speed changed to' + (martinDelay / 1000) + ' seconds');
            } else if (new_val > 0.00000010 && new_val < 0.00000100) {
                martinDelay = 1200;
                console.log('running speed changed to ' + (martinDelay / 1000) + ' seconds');
            } else {
                martinDelay = 1500;
                console.log('running speed changed to ' + (martinDelay / 1000) + ' seconds');
            }

        }

    }, 100);
}

[edit 26/12/13] The latest version waits for the last be to complete before placing a new bet.


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: marcovaldo on December 08, 2013, 02:03:47 PM
Ok, thank you.
I will test it out next time I bet on just-dice :)


Title: Re: Just-Dice Automated betting and stat scripts.
Post by: bitcoin44me on December 08, 2013, 03:58:46 PM
Thanks for the work :)


Title: Re: Just-Dice Automated betting scripts.
Post by: MZD on December 08, 2013, 04:18:39 PM
Can this bot dynamically change your increase percentage on loss depending on what multiplier you use?

We don't always need to double the bet especially on high multipliers (3x and up) and for low multipliers we need to more than double to cover loss or at least break even. If the bot could adjust dynamically this would be awesome. Is that possible?

do you mean the reset % with the martingale bot? if so it is worked out as a percentage of your total bank, So I guess its dynamic.

Actually I think I'm talking about something different.

In martingale you usually double your bet on loss, regardless of your bankroll until you run out. This works great on a 2x multiplier.

But if your multiplier is different say 3x (33% win chance) you don't need to double your bet every time.

Is this what your bot does already?


Oh and thank you for the awesome bot!


Title: Re: Just-Dice Automated betting scripts.
Post by: Nixsy on December 08, 2013, 09:22:08 PM
Can this bot dynamically change your increase percentage on loss depending on what multiplier you use?

We don't always need to double the bet especially on high multipliers (3x and up) and for low multipliers we need to more than double to cover loss or at least break even. If the bot could adjust dynamically this would be awesome. Is that possible?

do you mean the reset % with the martingale bot? if so it is worked out as a percentage of your total bank, So I guess its dynamic.

Actually I think I'm talking about something different.

In martingale you usually double your bet on loss, regardless of your bankroll until you run out. This works great on a 2x multiplier.

But if your multiplier is different say 3x (33% win chance) you don't need to double your bet every time.

Is this what your bot does already?


Oh and thank you for the awesome bot!

I understand now =) @33% just use 1.5 in the multiplier field. I guess that is the same as multiplying by 3 every second bet. But to answer the question. there is currently not a delay between bets and multiplication. It sounds like a nice idea though, Just not sure how to implement such an idea yet =)

[Update] This will do what you are asking =)
https://github.com/CriticalNix/inkha-just-dice.com


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: mrhelpful on December 24, 2013, 01:14:01 AM
Just tried to use this, cant seem to use this on the site.

The bet areas are in pink, not allowing to bet after I set everything up.


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: Nixsy on December 26, 2013, 02:55:04 PM
Just tried to use this, cant seem to use this on the site.

The bet areas are in pink, not allowing to bet after I set everything up.

This would happen when you do not have enough bank to run the martingale. The latest version will instead of preventing you starting the bot, Has a display showing you how much balance is needed to run the martingale you have specified. This way is up to the user to decide if they wish to risk betting on a martingale without the available balance to run through a complete martingale sequence.


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: Timetwister on December 27, 2013, 07:17:48 PM
Really nice, I love the investor suite.


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: eagleeyez on December 27, 2013, 07:43:58 PM
I started using this today and I hope I get lucky with, I was using Gray's bot and the result was overall decent, I did few mistakes and got some heavy losses but I comeback slowly.

what I would love to see in your Bot Nix for Doge at least is the possibility to save the initial value (so when we hit start it will get it from that field not what was bet lastly) as it's easy to have omission and the bot start at something big and we figure out sometimes after it's too late.

another good idea I guess is to add a counter of the long streaks or add something to represent them in the graph so we can see the pattern of which repeat the most and we can exploit this information in the tweaks.

one more thing is to be able to survive a restart of servers of course so we can set it and forget it... I will configure an old machine just for this, so it will run 24/7 at small initial bet and I hope I will get a good surprise after few days (of course I will not forget you and your efforts).

I have few more ideas about strategies, so please contact me in private to discuss about.


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: jackyqiu on January 14, 2014, 07:47:27 AM
HI Nixsy, good job and the BOT looks nice! But I have some questions about this BOT:
1. What's the meaning of <reset step> and <reset val>? 
2. What's the profit rate for this BOT according your experience?
Thanks!


Title: Re: Just-Dice Automated betting, investing and stat scripts.
Post by: reesev on February 15, 2014, 05:34:53 AM
Nix i have been using your script for a few days and had some decent luck but nothing worth talking about so I started playing with the betting system and discovered a method that pays very well.  For example tonight I bought in with 6k cashed out with 140k not a bad investment for a couple of hours..  I would love to have you or someone else modify your code to work with my method.

If you are interested please let me know.