Pages:
Author

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

HCP
legendary
Activity: 2086
Merit: 4361
Anyone can help to program the bot with info below?
Try on this thread: https://bitcointalk.org/index.php?topic=1114503.new#new

It's where all the script programmers, like me, hang out Wink
legendary
Activity: 1717
Merit: 1125
I don't know if is just me or what.

The bot stop betting on bitsler when was doing her job for 1 hour more and less.

Other versions works fine until this last one

Other versions can't log in to bitsler, so how can they continue to bet for more than an hour?

It's likely that the cloudflare cookie expires after an hour unless certain actions are performed. I will have to investigate before I can be sure.

Can anyone else confirm this behavior? It is possible this is local to your machine (network outages, IP change etc). I will need others to confirm this is happening with them as well before I can look into it

any news?

No. No-one else has confirmed this behaviour yet and I have not had time to look into it.
newbie
Activity: 28
Merit: 0
Anyone can help to program the bot with info below?

Base bet: 0.00001
Multiplier: 5
Chance: 66.6%
Bet: low

Condition
If betting lose more than 2 times, and follow by win (at least 1 win) and if the following lose betting appear then the bot will multiply base bet with multiplier. If it is losing, when the next condition fulfill, the betting amount increased to 2x multiplier. Reset to base bet if win.

Example 1
L base bet
L base bet
W base bet
L base bet
L multiplier 1x
W base bet
W base bet
W base bet
L base bet
W multiplier 2x
L base bet

Example 2
L base bet
L base bet
L base bet
W base bet
W base bet
W base bet
L base bet
L multiplier 1x
W base bet
L base bet
L multiplier 2x
L base bet
W base bet
L base bet
W multiplier 3x
W base bet

Thanks.
full member
Activity: 190
Merit: 100
I don't know if is just me or what.

The bot stop betting on bitsler when was doing her job for 1 hour more and less.

Other versions works fine until this last one

Other versions can't log in to bitsler, so how can they continue to bet for more than an hour?

It's likely that the cloudflare cookie expires after an hour unless certain actions are performed. I will have to investigate before I can be sure.

Can anyone else confirm this behavior? It is possible this is local to your machine (network outages, IP change etc). I will need others to confirm this is happening with them as well before I can look into it

any news?
legendary
Activity: 1717
Merit: 1125

As I am not programmer I was hopping someone can point me in right direction but I don't really understand this. Embarrassed
I need something for this settings: payout 2.3X or 2.4X, bet increase on win 1.9X(90%) with random bets all the way.

The programmer mode is the only way to bet randomly in any way. You can ask on https://bitcointalk.org/index.php?topic=1114503.new#new for help using the programmer mode
legendary
Activity: 1932
Merit: 2272
I believe all of these gambing things results is always random
Shocked
but more people just believe that if they use bot it will predictable because it will minimize their loss and boost the result.
Who are these people?
why do you want to make it random by using bot if you can do it manually?
Why not?

~
As I am not programmer I was hopping someone can point me in right direction but I don't really understand this. Embarrassed
I need something for this settings: payout 2.3X or 2.4X, bet increase on win 1.9X(90%) with random bets all the way.
HCP
legendary
Activity: 2086
Merit: 4361
Is it possible to set up bot to place random bets?
Example H L H H L H L L L etc?
Yes... you can use "math.random()"... and you'll want to initialise the seed using "math.randomseed()"

Something like this:
Code:
math.randomseed(os.time()) -- sets random seed using system time

-- set basebet and chance according to your requirements
basebet = 0.00000001
chance = 49.6

if (math.random(100) >= 50) then
  bethigh = true
else
  bethigh = false
end

nextbet = basebet

function dobet()

  if (win) then
    -- do stuff
  else
    -- do other stuff
  end 

  if (math.random(100) >= 50) then
    bethigh = true
  else
    bethigh = false
  end

end

NOTE: This code, as is, just flat bets the basebet... randomly setting "High" and "Low"... but you can easily modify it to include bet increase/decrease/reset strategies etc by just adding in the appropriate code in the "if (win)" section etc...
legendary
Activity: 1834
Merit: 1008
Hey guys
Is it possible to set up bot to place random bets?
Example H L H H L H L L L etc?

I believe all of these gambing things results is always random but more people just believe that if they use bot it will predictable because it will minimize their loss and boost the result. This is what usualy happened but if you said to set up a random bot, first, maybe it is very easy job for coder to make this random bot, second, why do you want to make it random by using bot if you can do it manually?
legendary
Activity: 1932
Merit: 2272
Hey guys
Is it possible to set up bot to place random bets?
Example H L H H L H L L L etc?
full member
Activity: 190
Merit: 100
I don't know if is just me or what.

The bot stop betting on bitsler when was doing her job for 1 hour more and less.

Other versions works fine until this last one

Other versions can't log in to bitsler, so how can they continue to bet for more than an hour?

It's likely that the cloudflare cookie expires after an hour unless certain actions are performed. I will have to investigate before I can be sure.

Can anyone else confirm this behavior? It is possible this is local to your machine (network outages, IP change etc). I will need others to confirm this is happening with them as well before I can look into it

everything that you need, i can provide it.

I have tested the version 3.3.13 and yes, i cant login
legendary
Activity: 1717
Merit: 1125
I don't know if is just me or what.

The bot stop betting on bitsler when was doing her job for 1 hour more and less.

Other versions works fine until this last one

Other versions can't log in to bitsler, so how can they continue to bet for more than an hour?

It's likely that the cloudflare cookie expires after an hour unless certain actions are performed. I will have to investigate before I can be sure.

Can anyone else confirm this behavior? It is possible this is local to your machine (network outages, IP change etc). I will need others to confirm this is happening with them as well before I can look into it
full member
Activity: 190
Merit: 100
I don't know if is just me or what.

The bot stop betting on bitsler when was doing her job for 1 hour more and less.

Other versions works fine until this last one
jr. member
Activity: 222
Merit: 4
Hi seuntjies,

Thanks a lot for your work. Your bot has been around for some time and you seem very active on it. I would like to ask you a question: Do you actually use your bot to play dice and if so, what is your fav strategy? Maybe you have discussed this already and if you did please , if you can and have time, let me know where. Thanks!

https://steemit.com/gambling/@seuntjie/why-botting-doesn-t-work-at-casinos

Thanks Seuntjies, that explains it all Grin
legendary
Activity: 1717
Merit: 1125
Hi seuntjies,

Thanks a lot for your work. Your bot has been around for some time and you seem very active on it. I would like to ask you a question: Do you actually use your bot to play dice and if so, what is your fav strategy? Maybe you have discussed this already and if you did please , if you can and have time, let me know where. Thanks!

https://steemit.com/gambling/@seuntjie/why-botting-doesn-t-work-at-casinos
jr. member
Activity: 222
Merit: 4
Hi seuntjies,

Thanks a lot for your work. Your bot has been around for some time and you seem very active on it. I would like to ask you a question: Do you actually use your bot to play dice and if so, what is your fav strategy? Maybe you have discussed this already and if you did please , if you can and have time, let me know where. Thanks!
legendary
Activity: 1717
Merit: 1125
I think owner got cold feet when he saw some dicebots out there being scammers.

I know your legit but owner decided not to go this route.


BTW bit-exo has GRLC now. can you include that in next update

They contacted me about it, so I doubt that's the reason. And even so, the professional thing would be to just let me know that they're not interested anymore. Simply ignoring my messages and attempts to follow up after they approached me is just childish.

I will have to look into it before I can give a definite answer, but probably I guess.
hero member
Activity: 905
Merit: 502
I miss dooglus
Also, dicebot has stopped writing to the db file and I'm not sure how to fix this.

Great. The bot creates the db file but just don't save anything into it .

I am unable to reproduce the error. I tried several sites and currencies and all my bets wrote to the file.

Can you give me more details, like which site and currency are you using? Are you running the bot as administrator? do you do anything with the sql file like open in the sqlite browser or from the programmer mode (like getbethistory etc)?


Are you planning to add LuckyGames?Huh should be really nice
No. I was in talks with them about it a long time ago and they stopped responding to my messages for whatever reason. I tried to follow up but they continued to ignore my messages. I have no intention of working with them if that is how they conduct business.


I think owner got cold feet when he saw some dicebots out there being scammers.

I know your legit but owner decided not to go this route.


BTW bit-exo has GRLC now. can you include that in next update
legendary
Activity: 1717
Merit: 1125
Also, dicebot has stopped writing to the db file and I'm not sure how to fix this.

Great. The bot creates the db file but just don't save anything into it .

I am unable to reproduce the error. I tried several sites and currencies and all my bets wrote to the file.

Can you give me more details, like which site and currency are you using? Are you running the bot as administrator? do you do anything with the sql file like open in the sqlite browser or from the programmer mode (like getbethistory etc)?


Are you planning to add LuckyGames?Huh should be really nice
No. I was in talks with them about it a long time ago and they stopped responding to my messages for whatever reason. I tried to follow up but they continued to ignore my messages. I have no intention of working with them if that is how they conduct business.
hero member
Activity: 797
Merit: 500
Inver-Crypto
Are you planning to add LuckyGames?Huh should be really nice
hero member
Activity: 1372
Merit: 512
My rolls aren't being saved in the database anymore. Is this an option which i accidentally turned off?

There seems to be a recurring theme to the most recent questions... I will look into it!

Great. The bot creates the db file but just don't save anything into it .
Pages:
Jump to: