Pages:
Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 93. (Read 274841 times)

hero member
Activity: 854
Merit: 503
hi seuntjies,
First nice work you do.
Second...If in another lan system, i got this problem: Unhandled exception has occurred in your application. If you click Continue, the applocation will ignore this error and attempt to continue. If you click quot,. the application close immediatly.
expecting element "root" from namespace "..Encountered None" with name ".namespace"..

Do you know this issue?
legendary
Activity: 1717
Merit: 1125
DiceBot 3.2.1 is now available to download from https://bot.seuntjie.com/botpage.aspx

Change Log

New Features
added advanced input form for programmer mode that allows changing button and form text (thanks bitcoinreporter)


Changes
Added eth for bitsler
precision upgrades


Bug Fixes
betking bets
bitsler invalid bet amount
bitsler 2fa login
999doge
mp roll verifier
lablist empty row fix
simulation starting with wrong bet fix
simulations stopping at CG fix
Probable fix for bet history form crashing when opening for CG
newbie
Activity: 7
Merit: 0
Thank you Seuntjies,
I was able to login. However, I am unable to roll the bets.
(Nothing happens after I click "Start High" or "Start Low")

Could you please help me resolve this issue?
Thanks,

Is there a message shown at the bottom of the bot in the status bar?
Is your bet smaller than your balance?

Hi Seuntjies,
The message said "Change client seed" so I rerandomized the seed and was able to login!

Thank you so much!
hero member
Activity: 854
Merit: 503
have a question:
i cant login in fortune jack.
there is only a message that fortune jack is highly protected and it need some minutes. Wait, but no login. Anybody help?

Fortunejack does not allow concurrent connections. So to log in with the bot you need to log OUT of your browser first, wait a minute and then log in with the bot. Otherwise the browser tries to re-authenticate itself and ends up logging the bot out. If you try to log in with your browser while the bot is logged in, the browser will "win" and log the bot out.

FJ also has another level of DDOS protection that the bot cannot get passed. The captcha that you sometimes see when logging in to FJ. If that captcha is active, the bot won't be able to log in.

ah thank you for your help. cant find that quote.
legendary
Activity: 1717
Merit: 1125
have a question:
i cant login in fortune jack.
there is only a message that fortune jack is highly protected and it need some minutes. Wait, but no login. Anybody help?

Fortunejack does not allow concurrent connections. So to log in with the bot you need to log OUT of your browser first, wait a minute and then log in with the bot. Otherwise the browser tries to re-authenticate itself and ends up logging the bot out. If you try to log in with your browser while the bot is logged in, the browser will "win" and log the bot out.

FJ also has another level of DDOS protection that the bot cannot get passed. The captcha that you sometimes see when logging in to FJ. If that captcha is active, the bot won't be able to log in.
hero member
Activity: 854
Merit: 503
have a question:
i cant login in fortune jack.
there is only a message that fortune jack is highly protected and it need some minutes. Wait, but no login. Anybody help?
legendary
Activity: 1717
Merit: 1125
Thank you Seuntjies,
I was able to login. However, I am unable to roll the bets.
(Nothing happens after I click "Start High" or "Start Low")

Could you please help me resolve this issue?
Thanks,

Is there a message shown at the bottom of the bot in the status bar?
Is your bet smaller than your balance?
newbie
Activity: 7
Merit: 0
Hi,
Can you tell mehow I can login to primedice from the bot?
Has the login issue been resolved?

Yeah the issues been resolved. You need to use your API key to log in. You can get your API key from primedice by opening the site, in the top right, click on MORE, then API. Follow the instructions to get your API key. Paste that into the box in the bot that says API Key.

Edit:
what should i do to get the key?!

there is:
The Primedice API provides low-level access to functions available on the website. Authentication is done by adding a paramter to the url. Here is an example of an authenticated URL query: https://api.primedice.com/api/users/1?api_key=

if i use the url i get back Unauthorized

HI

First you have to enable multi-factor login, go to account>security. After that you can enable API-key by going to main page>more>api.

In dicebot choose primedice from the dropdown menu, because it has default login for just-dice, only fill your username and api box, leave 2fa box empty

Hi Seuntjies,

I have the same issue like honey515.

When i go to Main Page>more Api >Enable Multi-factor login to get access to API KEY come to

MULTI-FACTOR LOGIN

Scan or type/copy this code into your Authenticator app:
xxxxxxxxxxxxx

and this key dont work with the login.

Thank you Seuntjies,
I was able to login. However, I am unable to roll the bets.
(Nothing happens after I click "Start High" or "Start Low")

Could you please help me resolve this issue?
Thanks,
legendary
Activity: 1717
Merit: 1125
Hello,

I have encountered some troubles trying to use your bot's programmer mode lately;

when I use programmer mode, and I try to simulate my script, no matter what I have set in my script for "base" the first iteration of dobet() will take the base bet that I have set in advanced mode. Is that normal ? Am I missing something that would disable this thing, so I can set my first bet in my actual script ?

The weridest thing is that if the script runs for more than 1 iteration and it hits a reseting line (like nextbet=base) it will now take the value for "base" that I wrote in the script

Here are the screens

The advanced settings page, before I switch to programmer mode :



note that the starting bet value is set to 0.0001

now the script and its console output :

-

As you can see, the base value is supposed to be 0.00000001 but the first call to dobet() sets base to the same starting bet as my advanced settings.
However, as soon as it hits a "nextbet=base" it comes back to the base value I declared in the script.

Now I wanted to try if it was a coincidence or not, so I changed the starting bet in advanced mode and re-run the exact same script. Here are the results, and it confirm what I think :

-

can you tell me if it is normal ?

Do you set nextbet to what you want your base to be before running the simulation?

Yep.

-

It's probably something to do with how the simulation is started. I'll take a look at it. Thanks for pointing it out to me
newbie
Activity: 2
Merit: 0
Hello,

I have encountered some troubles trying to use your bot's programmer mode lately;

when I use programmer mode, and I try to simulate my script, no matter what I have set in my script for "base" the first iteration of dobet() will take the base bet that I have set in advanced mode. Is that normal ? Am I missing something that would disable this thing, so I can set my first bet in my actual script ?

The weridest thing is that if the script runs for more than 1 iteration and it hits a reseting line (like nextbet=base) it will now take the value for "base" that I wrote in the script

Here are the screens

The advanced settings page, before I switch to programmer mode :



note that the starting bet value is set to 0.0001

now the script and its console output :


As you can see, the base value is supposed to be 0.00000001 but the first call to dobet() sets base to the same starting bet as my advanced settings.
However, as soon as it hits a "nextbet=base" it comes back to the base value I declared in the script.

Now I wanted to try if it was a coincidence or not, so I changed the starting bet in advanced mode and re-run the exact same script. Here are the results, and it confirm what I think :


can you tell me if it is normal ?

Do you set nextbet to what you want your base to be before running the simulation?

Yep.

legendary
Activity: 1717
Merit: 1125
Hello,

I have encountered some troubles trying to use your bot's programmer mode lately;

when I use programmer mode, and I try to simulate my script, no matter what I have set in my script for "base" the first iteration of dobet() will take the base bet that I have set in advanced mode. Is that normal ? Am I missing something that would disable this thing, so I can set my first bet in my actual script ?

The weridest thing is that if the script runs for more than 1 iteration and it hits a reseting line (like nextbet=base) it will now take the value for "base" that I wrote in the script

Here are the screens

The advanced settings page, before I switch to programmer mode :



note that the starting bet value is set to 0.0001

now the script and its console output :

-

As you can see, the base value is supposed to be 0.00000001 but the first call to dobet() sets base to the same starting bet as my advanced settings.
However, as soon as it hits a "nextbet=base" it comes back to the base value I declared in the script.

Now I wanted to try if it was a coincidence or not, so I changed the starting bet in advanced mode and re-run the exact same script. Here are the results, and it confirm what I think :

-

can you tell me if it is normal ?

Do you set nextbet to what you want your base to be before running the simulation?
newbie
Activity: 2
Merit: 0
Hello,

I have encountered some troubles trying to use your bot's programmer mode lately;

when I use programmer mode, and I try to simulate my script, no matter what I have set in my script for "base" the first iteration of dobet() will take the base bet that I have set in advanced mode. Is that normal ? Am I missing something that would disable this thing, so I can set my first bet in my actual script ?

The weridest thing is that if the script runs for more than 1 iteration and it hits a reseting line (like nextbet=base) it will now take the value for "base" that I wrote in the script

Here are the screens

The advanced settings page, before I switch to programmer mode :



note that the starting bet value is set to 0.0001

now the script and its console output :


As you can see, the base value is supposed to be 0.00000001 but the first call to dobet() sets base to the same starting bet as my advanced settings.
However, as soon as it hits a "nextbet=base" it comes back to the base value I declared in the script.

Now I wanted to try if it was a coincidence or not, so I changed the starting bet in advanced mode and re-run the exact same script. Here are the results, and it confirm what I think :


can you tell me if it is normal ?
sr. member
Activity: 299
Merit: 250
I am feeling very bad to write this much posts. In fact i am not against to dice bot.. I, my self , suggested dice bot for some of my referrals.. Any how for your information.. i got some doubts about the site also. That is why i just left the site and now playing with crypto-games.. It is showing every thing properly .. Let me check this site for some days.. then only i can post here.. actually where the issue is.. Now i  think .. the issue with the dice999.. but it is not confirmed..

I've found the problem. Before you go off thinking I'm blaming you, I'm not. This is a problem in the bot and I will fix it. I'm just telling you what causes it and how you can prevent it from happening in the future until I release a new version.

You have an empty line below your last bet. So if you select your whole list (from top down, or by clicking in the box and pressing ctrl+a), there's this line.



This line shouldn't be there. Delete it, if there are more than one, delete them all. Then it should work without a problem.

The reason it showed on 999dice and does not show on cryptogames is because of the amount of information returned from the site and how the bot handles the information.

Thanks for the investigation.Now it is ok with dice999 also..
HCP
legendary
Activity: 2086
Merit: 4361
I've found the problem. Before you go off thinking I'm blaming you, I'm not. This is a problem in the bot and I will fix it. I'm just telling you what causes it and how you can prevent it from happening in the future until I release a new version.

You have an empty line below your last bet. So if you select your whole list (from top down, or by clicking in the box and pressing ctrl+a), there's this line.



This line shouldn't be there. Delete it, if there are more than one, delete them all. Then it should work without a problem.

The reason it showed on 999dice and does not show on cryptogames is because of the amount of information returned from the site and how the bot handles the information.
Wow... what a sneaky little bug! Your determination to find the root cause for all the problems users encounter (even though some are actually site issues and not bot issues) gives me great faith in your bot!

... *question about rounding/truncating* ...
This depends from site to site.... Some sites give me all the info, others I need to calculate manually. Mostly, it's rounded by the site and I only report what I get back from the site, others, like 999dice, I need to manually calculate the profit and thus the displays it weird sometimes
Thanks for that. I actually had a bit of a chat with the ADMs and MODs over at CryptoGames who basically confirmed that the site actually maintains precision past the displayed values... apparently 4 more decimal places... which explains a couple of other little quirks I've noticed, where I seemed to get "extra" satoshis here and there, but it was just the hidden values adding up Wink

If my lucky streak continues, I'll be able to make a modest donation soon Wink
legendary
Activity: 1717
Merit: 1125
I am feeling very bad to write this much posts. In fact i am not against to dice bot.. I, my self , suggested dice bot for some of my referrals.. Any how for your information.. i got some doubts about the site also. That is why i just left the site and now playing with crypto-games.. It is showing every thing properly .. Let me check this site for some days.. then only i can post here.. actually where the issue is.. Now i  think .. the issue with the dice999.. but it is not confirmed..

I've found the problem. Before you go off thinking I'm blaming you, I'm not. This is a problem in the bot and I will fix it. I'm just telling you what causes it and how you can prevent it from happening in the future until I release a new version.

You have an empty line below your last bet. So if you select your whole list (from top down, or by clicking in the box and pressing ctrl+a), there's this line.



This line shouldn't be there. Delete it, if there are more than one, delete them all. Then it should work without a problem.

The reason it showed on 999dice and does not show on cryptogames is because of the amount of information returned from the site and how the bot handles the information.
sr. member
Activity: 299
Merit: 250
As per your post.. i am updating all the screen shots here. It is not to blame you or some other. It is just to know my self .. if there is any thing wrong with my set up or strategy. I hope you got my point. After all you are also helping others with your hard work and good programmed bot.

*snip*


Once again i am telling you. it is not to blame any one. Just to know the problem. Because due to this . i lost some doge coins.. may not be much.. But problem is problem..

I'm still having issues reproducing the error.

Which country are you from?
Can you send me a screenshot of your number format settings please?
I am feeling very bad to write this much posts. In fact i am not against to dice bot.. I, my self , suggested dice bot for some of my referrals.. Any how for your information.. i got some doubts about the site also. That is why i just left the site and now playing with crypto-games.. It is showing every thing properly .. Let me check this site for some days.. then only i can post here.. actually where the issue is.. Now i  think .. the issue with the dice999.. but it is not confirmed..
legendary
Activity: 1717
Merit: 1125
Hi Seuntjie,

I just have a query about the bot and how the precision works. Am I correct in thinking that the precision and rounding of values depends upon how the site and how their API works rather than anything the bot is doing?

I ask because I have the multiplier set as 1.11235, so my bet amounts end up as crazy values like: 0.00000335712994439553, but the amounts being won and lost end up being rounded/truncated as -0.00000335. So, I assume the bot is just reporting the results and values returned by the API... so it is the site doing the rounding/truncating and not the bot. Is that correct?

This depends from site to site.... Some sites give me all the info, others I need to calculate manually. Mostly, it's rounded by the site and I only report what I get back from the site, others, like 999dice, I need to manually calculate the profit and thus the displays it weird sometimes
legendary
Activity: 1717
Merit: 1125
As per your post.. i am updating all the screen shots here. It is not to blame you or some other. It is just to know my self .. if there is any thing wrong with my set up or strategy. I hope you got my point. After all you are also helping others with your hard work and good programmed bot.

*snip*


Once again i am telling you. it is not to blame any one. Just to know the problem. Because due to this . i lost some doge coins.. may not be much.. But problem is problem..

I'm still having issues reproducing the error.

Which country are you from?
Can you send me a screenshot of your number format settings please?
HCP
legendary
Activity: 2086
Merit: 4361
Hi Seuntjie,

I just have a query about the bot and how the precision works. Am I correct in thinking that the precision and rounding of values depends upon how the site and how their API works rather than anything the bot is doing?

I ask because I have the multiplier set as 1.11235, so my bet amounts end up as crazy values like: 0.00000335712994439553, but the amounts being won and lost end up being rounded/truncated as -0.00000335. So, I assume the bot is just reporting the results and values returned by the API... so it is the site doing the rounding/truncating and not the bot. Is that correct?
sr. member
Activity: 299
Merit: 250
Still waiting for a response to my email to spiritual but my preliminary testing shows the problem *should* be with the script and the programmer mode not checking whether the bet is >0, as well as the site converting negative bets to equal positive bets.
I could not get how any one can blame me .. posting that i am nor responding .. here is the mail. showing i responded to him for his first post and for the mail.. Just now i saw my inbox and now i am replying through this post..
My strategy was: Reverse labouchere.
winning chances : 90%
This setting was.. when i got -8 as betting size..
I request to ask me what more information wanted from my side...
I am always ready to furnishing all the information .. related to this.
After all he is also helping so many players with his dicebot.
Why there will be any reason to not respond to his mails .



I didn't blame you for anything. I am merely updating other users about what's going on. In my post I merely stated that I'm waiting for your response (insinuating I've received an email and replied to it), and that I tested a few things, and from that test I guessed what could be wrong. Obviously I was wrong.

Can you send me the list of of bets in your settings?
Or export your settings and send me the exported file please.

As per your post.. i am updating all the screen shots here. It is not to blame you or some other. It is just to know my self .. if there is any thing wrong with my set up or strategy. I hope you got my point. After all you are also helping others with your hard work and good programmed bot.







Once again i am telling you. it is not to blame any one. Just to know the problem. Because due to this . i lost some doge coins.. may not be much.. But problem is problem..
Pages:
Jump to: