Pages:
Author

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

legendary
Activity: 1717
Merit: 1125
I've been unable to access the website to get the new bot for quite some time. Can you please put it back up?

Quite some time being less than 20 hours. I'm experiencing some ssl errors. The site is up again if you use http://bot.seuntjie.com instead of https. I'm working on the ssl error.


Edit: to be clear, This is not anything malicious. I forgot to renew the certificate and it expired this morning.

Edit2: Up and running normally again at https://bot.seuntjie.com
newbie
Activity: 14
Merit: 0
I've been unable to access the website to get the new bot for quite some time. Can you please put it back up?
newbie
Activity: 50
Merit: 0
Thanks for your prompt reply!

Hello guys I've been trying to login on Fortune Jack but I always get an error message. I would like to know if the problem is on my end or if there is anything special to do in order to login
Thanks

This is the screenshot I got ---> https://postimg.org/image/j8g16pe2p/

Quote from: seuntjjie
It seems CloudFlare has updated their ddos protection. #DiceBot might have trouble logging in to FortuneJack and other CF protected sites.
From: https://twitter.com/SeuntjieDiceBot/status/740446495422439424

Cloudflare updated their protection so the functions that I had to work around the protection doesn't work anymore. This is not an easy/quick update, since I'm trying to allow a bot through a system designed to block bots. I have not had time to sit down and figure it all out yet.
legendary
Activity: 1717
Merit: 1125
Hello guys I've been trying to login on Fortune Jack but I always get an error message. I would like to know if the problem is on my end or if there is anything special to do in order to login
Thanks

This is the screenshot I got ---> https://postimg.org/image/j8g16pe2p/

Quote from: seuntjjie
It seems CloudFlare has updated their ddos protection. #DiceBot might have trouble logging in to FortuneJack and other CF protected sites.
From: https://twitter.com/SeuntjieDiceBot/status/740446495422439424

Cloudflare updated their protection so the functions that I had to work around the protection doesn't work anymore. This is not an easy/quick update, since I'm trying to allow a bot through a system designed to block bots. I have not had time to sit down and figure it all out yet.
newbie
Activity: 50
Merit: 0
Hello guys I've been trying to login on Fortune Jack but I always get an error message. I would like to know if the problem is on my end or if there is anything special to do in order to login
Thanks

This is the screenshot I got ---> https://postimg.org/image/j8g16pe2p/
legendary
Activity: 1717
Merit: 1125
Is there anyone who can login primedice? I can not..

Still can not log in PD4 by dicebot?
Please try to fix it.  Sad

I'm aware of the issue, Primedices API is giving problems when trying to authenticate users. There is nothing I can do to fix it. I am in contact with PD staff to get it sorted asap. Follow me on Twitter for updates etc. https://twitter.com/SeuntjieDiceBot

To Re-Iterate, the problem is on PDs side, not the bot. There is nothing I can do to fix it
sr. member
Activity: 980
Merit: 257
Is there anyone who can login primedice? I can not..

after launch of pd4 api messed and pd logins not working
hero member
Activity: 1103
Merit: 500
Is there anyone who can login primedice? I can not..
member
Activity: 88
Merit: 10
Hey seuntjie!

Im using DiceBot-3.1.7 and i cant make bot do Withdraw or invest when im using it with safedice. is just me or its a bug?

Thanks.



I haven't tested any of it recently. Will do so when i get the time

Thanks seuntjie,

we really appreciate your work, i will donate as soon as i break even Cheesy
legendary
Activity: 1717
Merit: 1125
Hey seuntjie!

Im using DiceBot-3.1.7 and i cant make bot do Withdraw or invest when im using it with safedice. is just me or its a bug?

Thanks.



I haven't tested any of it recently. Will do so when i get the time
legendary
Activity: 1717
Merit: 1125
Can I print/display server seed hash?   lastBet object will contain server/client seed of the previous bet, right? What is variable name of current Bet object?

You can see the UML for the bot object at the bottom of https://bot.seuntjie.com/programmermode.aspx, it does have the server seed, client seed and server seed hash for that bet.
There is no current bet object as the point of the bet object is to contain the result of a bet. No point in having an object if the bet hasn't been made.


Yes, I have seen that UML for the bot object.  As mentioned earlier, most of the sites return server seed hash for the next bet with the result of previously placed bet, right?  so could you please confirm if lastBet.serverhash is server seed hash for the last Bet or coming Bet?  It seems logical that lastBet.serverhash contains server seed hash for the last bet which bot has already placed.   Where does that serverhash go which is returned along with Bet result?  I hope I am making some sense..

thanks

My best advice here is to go look in the code for the site you're betting at (https://github.com/Seuntjie900/DiceBot/tree/master/DiceBot) and see what happens with the hashes and if you want to add checks, add them there, as this differs greatly for different sites based on the provably fair methods and my own trust of the site. (laziness is a bitch)
newbie
Activity: 47
Merit: 0
Can I print/display server seed hash?   lastBet object will contain server/client seed of the previous bet, right? What is variable name of current Bet object?

You can see the UML for the bot object at the bottom of https://bot.seuntjie.com/programmermode.aspx, it does have the server seed, client seed and server seed hash for that bet.
There is no current bet object as the point of the bet object is to contain the result of a bet. No point in having an object if the bet hasn't been made.


Yes, I have seen that UML for the bot object.  As mentioned earlier, most of the sites return server seed hash for the next bet with the result of previously placed bet, right?  so could you please confirm if lastBet.serverhash is server seed hash for the last Bet or coming Bet?  It seems logical that lastBet.serverhash contains server seed hash for the last bet which bot has already placed.   Where does that serverhash go which is returned along with Bet result?  I hope I am making some sense..

thanks
member
Activity: 88
Merit: 10
Hey seuntjie!

Im using DiceBot-3.1.7 and i cant make bot do Withdraw or invest when im using it with safedice. is just me or its a bug?

Thanks.

legendary
Activity: 1717
Merit: 1125

The bot does this mostly. At 999dice, the bot doesn't place the bet unless is has the server seed hash and the bot sets a new client seed randomly for each bet (completely independent from the site, after the server seed hash has been received)

I'll be honest, I don't know if you can add data to the DB from LUA. I assume there is a sqlite library for LUA as someone implemented some machine learning functions in lua for dicebot and it was reading from the DB. I haven't tried it personally.
If you don't mind me asking, what operations do you want to perform on the DB?
I think the easiest way to add fields to the DB would be to edit this file, specifically the CheckDBS and AddBet functions, in the source and recompile the bot.

Thank you Seuntjie,
I was away from bitcointalk.org and hence late reply..

Can I print/display server seed hash?   lastBet object will contain server/client seed of the previous bet, right? What is variable name of current Bet object?

For the DB operations, I just want to add few fields(extra information) and assign values during script execution (few variables I am using in my strategy script)
I will try sqlite_helper.cs file and will see what I can do.   

thanks

You can see the UML for the bot object at the bottom of https://bot.seuntjie.com/programmermode.aspx, it does have the server seed, client seed and server seed hash for that bet.
There is no current bet object as the point of the bet object is to contain the result of a bet. No point in having an object if the bet hasn't been made.

newbie
Activity: 47
Merit: 0

The bot does this mostly. At 999dice, the bot doesn't place the bet unless is has the server seed hash and the bot sets a new client seed randomly for each bet (completely independent from the site, after the server seed hash has been received)

I'll be honest, I don't know if you can add data to the DB from LUA. I assume there is a sqlite library for LUA as someone implemented some machine learning functions in lua for dicebot and it was reading from the DB. I haven't tried it personally.
If you don't mind me asking, what operations do you want to perform on the DB?
I think the easiest way to add fields to the DB would be to edit this file, specifically the CheckDBS and AddBet functions, in the source and recompile the bot.

Thank you Seuntjie,
I was away from bitcointalk.org and hence late reply..

Can I print/display server seed hash?   lastBet object will contain server/client seed of the previous bet, right? What is variable name of current Bet object?

For the DB operations, I just want to add few fields(extra information) and assign values during script execution (few variables I am using in my strategy script)
I will try sqlite_helper.cs file and will see what I can do.   

thanks




legendary
Activity: 1717
Merit: 1125
Still can not log in PD4 by dicebot?
Please try to fix it.  Sad

I'm aware of the issue, Primedices API is giving problems when trying to authenticate users. There is nothing I can do to fix it. I am in contact with PD staff to get it sorted asap. Follow me on Twitter for updates etc. https://twitter.com/SeuntjieDiceBot

To Re-Iterate, the problem is on PDs side, not the bot. There is nothing I can do to fix it
newbie
Activity: 1
Merit: 0
Still can not log in PD4 by dicebot?
Please try to fix it.  Sad
legendary
Activity: 1717
Merit: 1125
Hi Seuntjie,
Thank you for the bot. I've been using it for a couple of months and it's been working great until recently,
I've been experiencing some problems where sometimes the bets stop being reflected to the balance or is not reflected correctly. (e.g. the balance doesn't bounce back after winning after a losing streak, or deducts more from the balance than the loss amount)

It took away most of my balance once, and now I'm a little scared to use it.

Could you please advise on how I can prevent this from happening?

Thanks,

I have not experienced anything like this since v 3.1.0 ish  (if you're still using an older version, it's your own fault. There're updates for a reason). Obviously, if this is actually the bots' fault, this is a very serious issue and I'd like to fix it asap. so:

On which site are you betting?
Have you compared your balance on the site vs in the bot?
Are you betting at the correct chance you think you're betting at?

What sometimes happen, especially if you have a stop condition set it the bot places the bet but the stats aren't updated. So it just doesn't show the new balance.
Can you describe your settings? or even better, send me and exported settings file? If you don't want to share it publicly, you can email me on [email protected]
I need as much details as you can to accurately diagnose/reproduce the bug.
legendary
Activity: 1717
Merit: 1125
Hi seuntjie,

thanks for the bot, i started using but i cant find way to make email alert work? is this broken or can you help me how to setting smtp or how email alert work.

Thanks. 



I haven't tested the emails in a while. I know that some ISPs are bitchy about what SMTP servers can be used to send emails, so you might need to set the smtp server to your ISPs. I'll try and test the emails as soon as I get a chance

I am using the bot for betterbets.io and am getting the error: An error has occurred! Betting has stopped for your safety.
What is the problem? 

This means that an error occurred and the bot stopped betting. For your safety.

When a bet fails for some reason (network error or duplicate hash or whatever) and the bot can't determine whether the bet was placed or not, the bot stops.  I don't know what the problem is because very few sites actually provide error codes. It's usually just server error or timeout errors. So all I know is that an error has occurred.
newbie
Activity: 7
Merit: 0
Hi Seuntjie,
Thank you for the bot. I've been using it for a couple of months and it's been working great until recently,
I've been experiencing some problems where sometimes the bets stop being reflected to the balance or is not reflected correctly. (e.g. the balance doesn't bounce back after winning after a losing streak, or deducts more from the balance than the loss amount)

It took away most of my balance once, and now I'm a little scared to use it.

Could you please advise on how I can prevent this from happening?

Thanks,
Pages:
Jump to: