Bitcoin Forum
May 29, 2024, 12:55:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 168 »
  Print  
Author Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!  (Read 274523 times)
pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
January 16, 2016, 04:30:46 PM
 #1061

My PD set up always stops after 3-5 bets.. i dont know what im missing, please give me some good configuration and i will follow it.
i want to set it this way

My Current starting bank: 50,000 SAT

STARTING BET 1SAT
Multiplier X3
On loose increase to 500%
on win Return to Base Bet

Switch every 2 wins

Stop/Lost 5,000
return to base bet

Target profit 100,000 withdraw to wallet


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 16, 2016, 04:49:07 PM
Last edit: January 16, 2016, 05:15:42 PM by seuntjie
 #1062

Hello, I have question about programmer mode in DiceBot.

I want to set profit target and loss target in programmer mode, but I don't know how to write it example:

profittarget = 0.00050000
losstarget = 0.00030000

So when the above values are reached the bot will stop betting

I'd love to know how to write this kind of functionality in DiceBot programmer mode.

Good luck Seuntije, keep up great work with DiceBot  Smiley


use what you have and add the following somewhere to your code:

Quote
if balance > profittarget then
stop()
end

if balance < losstarget then
stop()
end

assuming your profittarget and losstarget is where you want your balance to be when it stops





My PD set up always stops after 3-5 bets.. i dont know what im missing, please give me some good configuration and i will follow it.
i want to set it this way

My Current starting bank: 50,000 SAT

STARTING BET 1SAT
Multiplier X3
On loose increase to 500%
on win Return to Base Bet

Switch every 2 wins

Stop/Lost 5,000
return to base bet

Target profit 100,000 withdraw to wallet

http://bot.seuntjie.com/FAQs.aspx#faq23

seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 16, 2016, 04:53:25 PM
 #1063

I've started making a (really horrible) video tutorial series about dicebots programmer mode and how to use it. At the time of writing there are 4 videos, 3 of which are still being uploaded. You can check them out at https://www.youtube.com/playlist?list=PLZH88mwZAXLxVtHpc3PIFamkiT1o2V3LX when they are uploaded

Video playlist: https://www.youtube.com/playlist?list=PLZH88mwZAXLxVtHpc3PIFamkiT1o2V3LX

I'll take requests and answer questions as well as I can, so feel free to comment and whatever

betkingio
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 21, 2016, 07:26:38 PM
 #1064

llo

  whether it is possible to manipulate the bot Seuntjies on any reliable honest trustworthy casino in order to more quickly place bets such as 10 times per second rumored to be possible to accelerate this somehow to www.betking.io by modifying the java but I have no idea how to do it and would depend on me because I come the request and the question here thank you and sorry for the English translate
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 21, 2016, 07:32:43 PM
Last edit: January 21, 2016, 07:57:07 PM by seuntjie
 #1065

I have not tested the at betking in a while but it used to be possible to bet at 10+ bets/s, but you need to bet pretty large . As Far As I know Betking.io throttles smaller bets. you don't need to modify the c# to achieve that speed.

It also depends on your internet connection. If you have a slow connection or high latency, you won't be able to bet as fast

Edit 1: Also remember betking.io has a minimum bet of 100satoshi, so be sure your bets never drop below it.

Maru2
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
January 21, 2016, 11:10:07 PM
 #1066


No linux version untill .NET goes cross platform. Should be sometime this year.



Well, its 2016. Some version for linux, plx? Promess to donate more % '-'
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 22, 2016, 03:34:21 PM
 #1067


No linux version untill .NET goes cross platform. Should be sometime this year.



Well, its 2016. Some version for linux, plx? Promess to donate more % '-'

While the .net framework core has been released crossplatform and should be reasonably easy to compile/install and use of linux, some of the components are not yet implemented, the most important being the winform modules, so the bot can't run on linux yet. WINE is supposed to have a new version though, so you could try running on it, but I might be mistaken there

Point is: going to be another good while before native linux client is available, this depends more on microsofts schedule than mine though.

BTTrader
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
January 22, 2016, 03:45:08 PM
 #1068

Thank you for this awesome bot, with this it makes testing strategies super simple. Glad I finally downloaded it.
pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
January 22, 2016, 06:34:46 PM
 #1069

I still cant set up a properly working settings for a non stop bet on primedice, there are times that it will stop in 5-10 bets. im still looking at some parameters maybe  i miss something


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 22, 2016, 07:37:18 PM
 #1070

I still cant set up a properly working settings for a non stop bet on primedice, there are times that it will stop in 5-10 bets. im still looking at some parameters maybe  i miss something

just disable all stop and reset conditions to start with. If your internet is unstable that could be the cause as well. make sure your balance is large enough. it's easy to bust within a few minutes

chilly2k
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
January 26, 2016, 04:52:22 AM
 #1071



   Did something change on BetKing?  I was in the middle of running a script and the bot froze.  Tried restarting it, and get the message tried  bet 3 times, check network and settings.

   I reset my modem, restarted the bot several times, rebooted the PC, and even deleted the app data folder. 

I can log into JD and place a bet, but on betking, I can log in OK, but my stats and balance are all zero.  I have a feeling Dean changed something and broke the bot, as I think the site was down for maintenance a short while before this happened. 

             Thanks

Erhique
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 27, 2016, 03:09:24 PM
 #1072



   Did something change on BetKing?  I was in the middle of running a script and the bot froze.  Tried restarting it, and get the message tried  bet 3 times, check network and settings.

   I reset my modem, restarted the bot several times, rebooted the PC, and even deleted the app data folder. 

I can log into JD and place a bet, but on betking, I can log in OK, but my stats and balance are all zero.  I have a feeling Dean changed something and broke the bot, as I think the site was down for maintenance a short while before this happened. 

             Thanks

Same goes to Rollin.io. I can log in, see my stats, but I can't bet any. It says "Object reference not set to an instance of an object". Even in manual bets
onlinedragon
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 501


View Profile
January 27, 2016, 03:16:25 PM
 #1073

I have tried the software for few weeks/days now. The software is nice only I still don't get it done to make any profit with it. The big losing streak is always take all mine coins when I gamble with primedice. This is something that looks like it is programmed. When this is really true primedice never can say again they use fair system when programmed rolls never can be fair. Anyone who can tell me what I really should try to make a profit. Some found strategies work in begin and always after short period the lose all streak come and clear all mine balance.
.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 27, 2016, 03:56:42 PM
 #1074



   Did something change on BetKing?  I was in the middle of running a script and the bot froze.  Tried restarting it, and get the message tried  bet 3 times, check network and settings.

   I reset my modem, restarted the bot several times, rebooted the PC, and even deleted the app data folder. 

I can log into JD and place a bet, but on betking, I can log in OK, but my stats and balance are all zero.  I have a feeling Dean changed something and broke the bot, as I think the site was down for maintenance a short while before this happened. 

             Thanks

Betking.io works find for me (and a few others I asked to test) on the bot. At the moment, the bot shows the logged in message for betking.io even if you had the wrong password. Just check and make sure that your username and password is actually correct.





   Did something change on BetKing?  I was in the middle of running a script and the bot froze.  Tried restarting it, and get the message tried  bet 3 times, check network and settings.

   I reset my modem, restarted the bot several times, rebooted the PC, and even deleted the app data folder. 

I can log into JD and place a bet, but on betking, I can log in OK, but my stats and balance are all zero.  I have a feeling Dean changed something and broke the bot, as I think the site was down for maintenance a short while before this happened. 

             Thanks

Same goes to Rollin.io. I can log in, see my stats, but I can't bet any. It says "Object reference not set to an instance of an object". Even in manual bets
Completely different bugs. For instance your stats loads, his doesn't.
The problem with rollin.io is probably because of the exploit recently found on Rollin that cost them 25 Btc. I'll have to review their changes and update the bot accordingly, so until I release an update, rollin will probably not work on the bot.



I have tried the software for few weeks/days now. The software is nice only I still don't get it done to make any profit with it. The big losing streak is always take all mine coins when I gamble with primedice. This is something that looks like it is programmed. When this is really true primedice never can say again they use fair system when programmed rolls never can be fair. Anyone who can tell me what I really should try to make a profit. Some found strategies work in begin and always after short period the lose all streak come and clear all mine balance.
.

As I have said many many times now, the bot is NOT a money printing machine, it's a tool to make dice more fun and interesting. Gambling is gambling no matter how you do it. and when gambling against an edge, it's almost guaranteed that you'll lose in the end. There is no magical setting or script that can profit indefinitely, ALL systems will lose eventually. that fact that you're getting high losing streaks isn't proof that primedice is cheating or manipulating your rolls or is unfair in any way. Losing streaks is what happens when you gamble, especially if you gamble for an extended period of time. Remember that the more bets you place, the bigger the chance of getting 10 losses in a row becomes.

BetterBets.io
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


Betterbets.io Casino


View Profile WWW
January 27, 2016, 06:23:02 PM
 #1075

Great bot Seuntjie, we have had this for our casino for nearly 6 months and it has worked flawlessly; thanks again for setting BetterBets up with it. For those players looking for highly custom dice betting this bot basically does everything, just remember no 1 strategy works forever and only gamble what you can afford to lose.

    █ █
██████████
 ██      ██
 ██      ██
 █████████  ███
 ██      ██   ██
 ██      ██   ██
██████████ ████
    █ █       ██
              ██
     ██████████

[

███████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
██████████████████▀█████▀███████▀█████▀██████▀████████████▀██████████████████
███████████████████████████▀█████████████▀█████████████████████████████████████
████████████████████▄▄▄▄▄████▀████▄▄▄▄▄████▀███▄▄▄▄▄▄▄▄▄███████████████████████
██████████████████████████▄████▀████████▄████▀█████████████████████████████████
████████████████████▀▀▀▀▀███▄████▀▀▀▀▀████▄████▀▀▀▀▀▀▀███▄▄████████████████████
██████████████████████████████▄█████████████▄██████████████████████████████████
██████████████████▄█████▄██████▄█████▄███████▄███████▄███████████████████████
█████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████████
Bitcoin and NXT Betting!!]    █ █
██████████
 ██      ██
 ██      ██
 █████████  ███
 ██      ██   ██
 ██      ██   ██
██████████ ████
    █ █       ██
              ██
     ██████████

Erhique
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 28, 2016, 06:22:09 AM
Last edit: January 28, 2016, 12:35:18 PM by Erhique
 #1076


Completely different bugs. For instance your stats loads, his doesn't.
The problem with rollin.io is probably because of the exploit recently found on Rollin that cost them 25 Btc. I'll have to review their changes and update the bot accordingly, so until I release an update, rollin will probably not work on the bot.


Thank you very much, I surely gladly want to donate because of that. Starting from faucet i gained 10mBTC by your bot in rollin.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
February 05, 2016, 07:14:06 PM
Last edit: February 06, 2016, 07:56:03 AM by seuntjie
 #1077

I've decided to start work on V4 of the bot, Since I've had enough ideas on how to improve the bot that I need to make fundamental changes to the core code of the bot.

I'll release an update soon(ish) in the coming weeks (somewhere) that will fix a few of the bigger problems, like rollin and hopefully bitdice not working. After that, there will probably not be another update for a few months while I work on V4. But believe me, it's going to worth the wait.

Some of the bigger changes you (as user) can look forward to:
Tabbed and concurrent Connections (on different accounts)
much faster simulations
command line version of the bot (this should enable linux and mac users to use the bot)
I might redesign parts of or the whole UI. I'm still undecided on this.
among others

What you as external programmer can look forward to:
A dicebot dynamic linked library that includes the core features (strategies, sites,betting,stats) that will allow you to create your own version of the bot or imbed into another piece of software

What you can look forward to if you like to change the bots' code:
Neater, more modular code
smaller code files with better comments
easier to follow and use design of the core program


Note that this means I will basically have to re-write more than 10 000 lines of code, and I will be doing so in my free time (which i have precious little of these days), so it is going to take a while. Some incentive usually speeds up the process though


edit: Forgot to mention. I changed the edge on my moneypot app to 0.9%. Feel free to give it a go in the bot (it's the moneypot option in the site list) or on the play page of my website found at https://bot.seuntjie.com/mpdb/

Erhique
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 06, 2016, 07:44:57 AM
 #1078

I've decided to start work on V4 of the bot, Since I've had enough ideas on how to improve the bot that I need to make fundamental changes to the core code of the bot.

I'll release an update soon(ish) in the coming weeks (somewhere) that will fix a few of the bigger problems, like rollin and hopefully bitdice not working. After that, there will probably not be another update for a few months while I work on V4. But believe me, it's going to worth the wait.

Some of the bigger changes you (as user) can look forward to:
Tabbed and concurrent Connections (on different accounts)
much faster simulations
command line version of the bot (this should enable linux and mac users to use the bot)
I might redesign parts of or the whole UI. I'm still undecided on this.
among others

What you as external programmer can look forward to:
A dicebot dynamic linked library that includes the core features (strategies, sites,betting,stats) that will allow you to create your own version of the bot or imbed into another piece of software

What you can look forward to if you like to change the bots' code:
Neater, more modular code
smaller code files with better comments
easier to follow and use design of the core program


Note that this means I will basically have to re-write more than 10 000 lines of code, and I will be doing so in my free time (which i have precious little of these days), so it is going to take a while. Some incentive usually speeds up the process though

thanks for the heads up  Grin
Kepler510
Member
**
Offline Offline

Activity: 112
Merit: 10

Power The world for FREE!


View Profile
February 06, 2016, 07:57:24 AM
 #1079


Great fun, I got information that there is a Bot for Dice Games. It could help the work I bet in gambling dice. And after I try it your bot software was indeed very helpful. I hope, you make the Bot better than a Bot right now.

matete
Full Member
***
Offline Offline

Activity: 210
Merit: 100

=> Buying Bitcoins Everyday !


View Profile
February 06, 2016, 10:17:50 AM
 #1080

I've decided to start work on V4 of the bot, Since I've had enough ideas on how to improve the bot that I need to make fundamental changes to the core code of the bot.

I'll release an update soon(ish) in the coming weeks (somewhere) that will fix a few of the bigger problems, like rollin and hopefully bitdice not working. After that, there will probably not be another update for a few months while I work on V4. But believe me, it's going to worth the wait.

Some of the bigger changes you (as user) can look forward to:
Tabbed and concurrent Connections (on different accounts)
much faster simulations
command line version of the bot (this should enable linux and mac users to use the bot)
I might redesign parts of or the whole UI. I'm still undecided on this.
among others

What you as external programmer can look forward to:
A dicebot dynamic linked library that includes the core features (strategies, sites,betting,stats) that will allow you to create your own version of the bot or imbed into another piece of software

What you can look forward to if you like to change the bots' code:
Neater, more modular code
smaller code files with better comments
easier to follow and use design of the core program


Note that this means I will basically have to re-write more than 10 000 lines of code, and I will be doing so in my free time (which i have precious little of these days), so it is going to take a while. Some incentive usually speeds up the process though


edit: Forgot to mention. I changed the edge on my moneypot app to 0.9%. Feel free to give it a go in the bot (it's the moneypot option in the site list) or on the play page of my website found at https://bot.seuntjie.com/mpdb/

Hi Seuntjie, I downloaded the bot a few months ago on my laptop which has since crashed. Am now betting using my mobile device-iPad mini, which has no provision for auto bet on Do you have any option for this case?
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 168 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!