Pages:
Author

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

legendary
Activity: 1717
Merit: 1125
hey seuntjies, are you planning to add Luckygames to your supported dice sites??? it´s a really nice casino and have a lot of crypto currencies

Probably not. See https://bitcointalksearch.org/topic/m.31343562

hey seuntjies, are you planning to add Luckygames to your supported dice sites??? it´s a really nice casino and have a lot of crypto currencies

luckygames site owner/s are afraid to allow people play from bot, so they do not want that dicebot are playable there, im asked few time...

That's odd, as far as I remember, they approached me about it initially.

sr. member
Activity: 1162
Merit: 268
50% bonus on your First Topup
you bot just stole my money, it withdrawn them to an account without my permission my 0.2 BTC is lost

very smart of you to have open source and then, have scam in compiled bot.


i am waiting for confirmation by primedice team and i wil open scam accusation after confirmation

I supposed you downloaded the wrong file and also the wrong site. Did you follow the instruction on the first page? There are other sites that copy this bot that have malicious files that steal your account balance. As you can see. Seuntjies is LEGIT and trusted.
full member
Activity: 319
Merit: 100
hey seuntjies, are you planning to add Luckygames to your supported dice sites??? it´s a really nice casino and have a lot of crypto currencies

luckygames site owner/s are afraid to allow people play from bot, so they do not want that dicebot are playable there, im asked few time...
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
hey seuntjies, are you planning to add Luckygames to your supported dice sites??? it´s a really nice casino and have a lot of crypto currencies

I'm given to understand that he gets paid to add sites, so your best bet is to go and contact someone from that site and ask them to pay him to include them in his bot.

@seuntjie, is there an android version of your dice bot anywhere?

I know the source code is available if not so I might have a look at compiling one but just wondering if there's something that will save me the effort (obviously if I try to compile it as a dice bot, unless I use seomething like python and text files, I'll have to change the layout of the UI).

DiceBot is written in .net c# with a winforms GUI. It cannot be compiled for android. You will have to rewrite the bot completely using xamarin, javascript or java to get it to run on android.

I am working on a new version of DiceBot that is being written in .net core. While there is currently no official .net core support for android, it is being worked on and might work in the future, I'm not making any promises though.

I might have to wait a bit longer. I was up for reprogramming it but if there's a chance it'll gain compatibility in the future, I'll just wait and hope that comes out.
hero member
Activity: 797
Merit: 500
Inver-Crypto
hey seuntjies, are you planning to add Luckygames to your supported dice sites??? it´s a really nice casino and have a lot of crypto currencies
legendary
Activity: 1717
Merit: 1125
@seuntjie, is there an android version of your dice bot anywhere?

I know the source code is available if not so I might have a look at compiling one but just wondering if there's something that will save me the effort (obviously if I try to compile it as a dice bot, unless I use seomething like python and text files, I'll have to change the layout of the UI).

DiceBot is written in .net c# with a winforms GUI. It cannot be compiled for android. You will have to rewrite the bot completely using xamarin, javascript or java to get it to run on android.

I am working on a new version of DiceBot that is being written in .net core. While there is currently no official .net core support for android, it is being worked on and might work in the future, I'm not making any promises though.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
@seuntjie, is there an android version of your dice bot anywhere?

I know the source code is available if not so I might have a look at compiling one but just wondering if there's something that will save me the effort (obviously if I try to compile it as a dice bot, unless I use seomething like python and text files, I'll have to change the layout of the UI).
legendary
Activity: 1717
Merit: 1125
you bot just stole my money, it withdrawn them to an account without my permission my 0.2 BTC is lost

very smart of you to have open source and then, have scam in compiled bot.


i am waiting for confirmation by primedice team and i wil open scam accusation after confirmation

Before you do that, please answer these few questions honestly.

Have you ever downloaded or used a version of DiceBot that was not downloaded from the official website (https://bot.seuntjie.com)?
Did you ever follow a guide that requires you to replace files or settings to set up the bot?
Did you use a programmer mode script that you got from somewhere other than the official website?
Have you ever used any other bots or scripts than the official version of DiceBot?
Did anyone help you set up the bot or log in?

The version that is available for download on my website is exactly the same as the code in github. You are welcome to download a decompiler and decompile the official versions of DiceBot and compare it to the source code on github and check for any differences in function or logic (there will be minor differences because of how code gets refactored during compilation and decompilation, but logic and function will not be changed). If you are not a developer, you can easily get one to do it for you.

If the bot somehow accidentally withdrew these funds and it withdrew it to my account or any of my addresses, feel free to send me an email instead of accusing me of stealing your funds. If you accidentally sent your coins to me, I will gladly return your coins minus the transaction fee, as I have done dozens of times when people have accidentally sent me money.

Edit: Just looked at my account on bitcointalk and my bitcoin wallets. I did not receive a deposit with an amount close to 0.2 Btc recently.

Please answer honestly.
legendary
Activity: 1717
Merit: 1125
Hi Seuntjie, on version 3.3.19, it says that Primedice tipping has been fixed, I've tried it but seems it's still not working. My code is as follows:
Code:
if (profit>0.001) then
tip(mybank,0.0005)
resetstats()
end

Am not that good in coding but I think nothing is wrong with the code. The message being returned at the console is "Tipping 0.0005 to".

When I was testing it, it was working fine. If the message you're getting is "Your tipping xxxx to", then there's something wrong with your code. If you're using a variable to send a tip, make sure the variable has a tip. If you're adding an account name in the tip function, make sure it has ' around it. For example tip('mybank',0.0002).

full member
Activity: 634
Merit: 106
Europe Belongs To Christians
you bot just stole my money, it withdrawn them to an account without my permission my 0.2 BTC is lost

very smart of you to have open source and then, have scam in compiled bot.


i am waiting for confirmation by primedice team and i wil open scam accusation after confirmation
full member
Activity: 644
Merit: 143
Hi Seuntjie, on version 3.3.19, it says that Primedice tipping has been fixed, I've tried it but seems it's still not working. My code is as follows:
Code:
if (profit>0.001) then
tip(mybank,0.0005)
resetstats()
end

Am not that good in coding but I think nothing is wrong with the code. The message being returned at the console is "Tipping 0.0005 to".
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory

Yes and seuntjie bot is very well known on most big site. The variances that he made is sometimes leading to our profit as well. Due to the house edge, people will end up busted but the point is how long are you going to play before your got busted. If you have enough profit then you can stop it, there is no coercion to keep on playing unless you are greedy


That's true you can set a stop if x amount is lost and stop if y amount is run which makes if a bit better as you don't lose to much and as long as you're sensible, you could do well for profits or not lose too much either.
legendary
Activity: 1834
Merit: 1008
If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has

I think the people that use this bot instead of the gambling sites main autobot is most likely because its 3rd party and they can trust it.

I am sure most people here already know that due to the house edge being geared against them, they will always lose towards the house.

There are some strategies that I would like to try, something like rolling 100,000 losses on 9900x and going all in for the next 50,000 rolls hoping to find a few winners here and there.

There are strategies, some work better than others, most have risk just like in any kind of trading. However nobody will share their secret on here if their strategy works even slightly.

Yes and seuntjie bot is very well known on most big site. The variances that he made is sometimes leading to our profit as well. Due to the house edge, people will end up busted but the point is how long are you going to play before your got busted. If you have enough profit then you can stop it, there is no coercion to keep on playing unless you are greedy

Btw about what you asking a strategy like that is imppssible to do, how are you going to all in on 9900x 50k time? Does not make any sense here
full member
Activity: 319
Merit: 100
Hey, I want to know what is problem, why there is no possible to connect to bit-exo altcoin currency's like FLASH, GRLC, ADK?!

bot is not connecting with api key, when logged in they shows 0.00000000 balance...

its "visual" BUG, i can play, even if my balance shows = 0.00000000, and all session profit will appear like balance till seed reset (something like that) Cheesy
newbie
Activity: 1
Merit: 0
First i want to say thank you for your bot and all the hard work you put in! I donated you some bucks.

Is it possible to set a custom seed for example for crypto-games.net?
I already tried View-SeedInput but i got an exception error, parameter:length.

greets
legendary
Activity: 3808
Merit: 1723
If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has

I think the people that use this bot instead of the gambling sites main autobot is most likely because its 3rd party and they can trust it.

I am sure most people here already know that due to the house edge being geared against them, they will always lose towards the house.

There are some strategies that I would like to try, something like rolling 100,000 losses on 9900x and going all in for the next 50,000 rolls hoping to find a few winners here and there.

There are strategies, some work better than others, most have risk just like in any kind of trading. However nobody will share their secret on here if their strategy works even slightly.
legendary
Activity: 1834
Merit: 1008
If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has
legendary
Activity: 1717
Merit: 1125
If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)
sr. member
Activity: 435
Merit: 251
If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?
newbie
Activity: 13
Merit: 0
@seuntjie Thank you, very informative!
Pages:
Jump to: