Bitcoin Forum

Economy => Gambling discussion => Topic started by: seuntjie on December 30, 2013, 02:59:56 PM



Title: Guide For Seuntjies Dice Bot
Post by: seuntjie on December 30, 2013, 02:59:56 PM
Getting started guide for version 3 and up can be found at bot.seuntjie.com/GettingStarted.aspx (https://bot.seuntjie.com/GettingStarted.aspx)


Do NOT download anything from justdicebot(dot)blogspot(dot)com! That is not the real dicebot, it's not an official site. There's been reports of scamming by the bot downloaded from there
Use only a version self compiled from the source available at https://github.com/Seuntjie900/DiceBot or downloaded from bot.seuntjie.com




I've had quite a few people asking me to explain what some of the features on the bot does, so I figured I would post a beginners guide explaining what the features do and how to use them.

For more info on the bot and where to download, see: https://bitcointalk.org/index.php?topic=307425

I'll be going tab by tab, explaining each feature, but first and foremost:

Anyone using DiceBot-2.4.4 or earlier:

go to Advanced Bet Settings tab:

https://bot.seuntjie.com/BotGuide/1.png
Then Either change the limit to what you need or disable it

Then Change the withdraw address to your own.



Bet settings:
https://bot.seuntjie.com/BotGuide/2.png

Import: this button will import a strategy from a selected file. When clicking it, it will first ask to save your current settings. If you close the program with the new settings still loaded, they will be saved as the default settings. Extension for file is irrelevant, but trying to import something not exported by the bot will most likely crash it

Export: Exports your current settings so the Chosen file. Extension is irrelevant

Minimum Bet: This is the starting bet. depending on your settings, the actual bet might become larger or smaller.

Chance: The chance of winning your bet. depending on settings, Actual chance might vary.

Start High: Start the bot, indicating it should bet HI

Start Low: Start the bot, indicating it should bet LOW

Stop: Stop betting.

Stop on next win: If this is enabled, and you click stop, the bot will continue betting until at least one (1) bet wins. It might be the first bet after pressing stop, or it might lead to a losing streak that bankrupts you. When it is disabled, the bot will stop betting immediately, regardless of whether it was a win or a loss.


Bet settings is home to another load of tabs for further adjustment.

First of these:


Multiply on Loss
https://bot.seuntjie.com/BotGuide/3.png

These settings affect what happens when a bet is lost.

Multiplier modes: At the top right of this tab is the multiplier modes. They will be explained in detail with examples

Multiplier: The amount that your previous bet is multiplied by to get the current bet. This is used for all multiplier modes

Max Multiplies: The maximum number of times the bot will multiply your bet in a row. Used by Max Multiplier mode

After: N bets, used in Variable and Change Once Multiplier modes

Times Multiplier by: multiplier gets multiplied by this number. Used in Variable and Change Once multiplier modes

Multiplier modes explained

Max: Your bet will be multiplied by the multiplier until your losing streak reaches the value is Max Multiplies. The multiplier will then become 1.

Example:
Multiplier:2
Max multiplies:5
Min Bet: 1

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
16 lose
16 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Variable: Bet will be multiplied by multiplier on every loss. After every N Bets (Specified in "After"), the multiplier will become multiplier * (Times Multiplier by value).
Times multiplier larger than 1 will increase the multiplier, smaller than one will decrease the multiplier.

Example
Multiplier:2
After :3
Times Multiplier: 0.95
min bet: 1
bet-multiplier-result
1         2       lose
2         2       lose
4         2       lose
8         1.9    lose (2*0.95)
15.2     1.9    lose
28.88    1.9    lose
54.872  1.805 lose  (1.9*0.95)
99.04   1.805 win
1         2       lose
2         2       lose
4         2       lose
8         1.9    win
1         2       lose
2         2       lose

Constant: Uses pure martingale method. bet is multiplied by multiplier on loss, and reset on win.

example
Multiplier:2
Min Bet: 1

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
32 lose
64 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Change Once: This works much like variable, but instead on changing the multiplier after every N Bets, it only changes it once and keeps it the same untill the next win.

Example
Multiplier:2
After :3
Times Multiplier: 0.95
min bet: 1
bet-multiplier-result
1         2       lose
2         2       lose
4         2       lose
8         1.9    lose (2*0.95)
15.2     1.9    lose
28.88    1.9    lose
54.872  1.9 lose
104.2568   1.9 win
1         2       lose
2         2       lose
4         2       lose
8         1.9    win
1         2       lose
2         2       lose


Reset After losses in a row: if enabled and you have a losing streak equal to the specified value, this will reset you to your starting bet and continue martingaling from there untill you win

example
Multiplier:2
Min Bet: 1
reset after: 4
bets:
1 lose
2 lose
4 lose
8 lose
1 lose
2 lose
4 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Stop after losses in a row: If enabled, the bot wil stop betting if you have a losing streak of the specified value

Stop After Streak Loss: if enabled, the bot will stop betting when you have lost more btc/doge than the value specified in a single losing streak. Total Profit might be below specified value but betting will continue, but when a single losing streak causes losses more than specified here, it will stop betting.

Stop After Loss: If enabled, the bot will stop betting when total loss is more than specified value. For example, if set to 10, betting will continue until profit is -10 or below

Change Bet after losing streak: after the specified amount of losses in a row, the bet will be changed (NOT multiplied) to the new bet size given. Martingale will then resume from the new bet size

example
example
Multiplier:2
after 5:
change to: 50

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
50 lose
100 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Change Chance after losing streak: if you get a losing streak equal to the streak size specified, the chance of winning will be changed to the value given.

example
Multiplier:2
Min Bet: 1
Chance: 30%
After: 5
Change To: 49.5%
bets-chance-result
1      30        lose
2      30        lose
4      30        lose
8      30        lose
16    30        lose
32    49.5     lose
64    49.5     win
1     30        win
1     30        lose
2     30        lose
4     30        lose
8     30        win
1     30        lose
2     30        lose

Multiply on Win Tab
https://bot.seuntjie.com/BotGuide/4.png

The settings here are identical to those in the Multplier on Loss tab, except they happen when you win a bet instead of lose.

Zig Zag Settings
https://bot.seuntjie.com/BotGuide/5.png

Zig Zag is switching between betting high and betting low.

Modes:

Wins: after you get the speficied amount of wins in a row, the bot will switch from high to low, or low to high, as applicable.
Losses: after you get the speficied amount of losses in a row, the bot will switch from high to low, or low to high, as applicable.
bets: after every specified amount of bets, the bot will switch from high to low, or low to high, as applicable.

Simulate
https://bot.seuntjie.com/BotGuide/6.png

Here you can simulate your strategy. This is almost the same as normal betting, except that all STOP parameters have been removed. Meaning if simulated profit goes above target set in the multiply on win tab, it will continue to bet until it reaches the specified amount of bets, or goes bankrupt. All other settings are still included, like zig zag, changing bets, multiplier settings, changing chance etc.

Amount of bets: The amount of bets you would like to simulate
Starting Balance: The balance you want the sim to start with.

Stats shown in sim:
Balance: The balance at the end of the simulation
Profit: Total profit (or loss!) during simulation
Wins: Total Wins
Losses: Total Losses
Win Streak: Largest Winning streak
Lose Streak: Largest Losing Streak. if you go bankrupt, this be will be 1 below the actual value

Run sim: Start the simulation
Export Sim: Creates a CSV file with all of the bets' bet number, lucky number, chance, roll, rasult, wagered, profit, balance after each bet, total profit after each bet, as well as the seeds that was used

Check Bets
https://bot.seuntjie.com/BotGuide/7.png

This tool allows you to check the bets you've made and see if the results shown is correct, like the roll verifier mentioned in the fair? tab of JD and DD

Server Seed: The Server Seed for the roll - the server seed can be found by clicking on randomize on DD or JD, or, by clicking on the bet id.
Client Seed: the client seed you were using
start from: the starting nonce of bets you want to verify
Amount of bets: how many bets after the starting nonce you want to check
Generate Bets: this runs the tool and exports a csv file name LuckyNum-<client seed>.csv. This file contains the nonce, with the lucky number to the right of it. This should correspond with the numbers on the site

Charts
https://bot.seuntjie.com/BotGuide/charts.png

This tab is pretty straight forward. Click the button to see the chart. The buttons explain the chart that will be displayed pretty logically, but here's a short explanation anyway.
Current buttons: Show a chart of profit vs bets (amount in current session) or time for all bets made for the current session. session is defined as the period between opening the bot and closing it.
All Time: Show a chart of profit vs bets (as listed on site) or time for all bets made since the bot was opened for the first time in the directory. This chart can get messed up if you switch between currencies.
Bankroll: Your bankroll versus bets (as listed on site) or date for bets made since the bot was opened the first time in the directory. Can get messed up if you switch accounts or currencies.
site profit: The total profit of the site as listed on the site. The bot needs to be open to collect the data for the chart. info is collected every few minutes. Can also get messed up if you switch currencies.

Custom
This tab has modes that was originally custom made for these guys (mutawa, trazel and mmmmkkk).
https://bot.seuntjie.com/BotGuide/custom.png

Mutawa:
This mode has another required setting: Wins in a row, change bet to: (on the multiply on win tab). This setting must not be 0 (doesn't need to be enabled).
The bot will bet your base bet until you encouter a winning streak of <mutawa wins>. Then the bet will be changed to <wins in a row, change bet to:>. if the bet is a win, it is reset to the starting bet and continues betting. If the bet is a loss, it is also reset to the starting bet untill the next winning streak of correct length. Then it is set to the previous larger(probably) bet, multiplied by the mutawa multiplier. If this bet wins, the larger bet is reset and the next bet is at the minimum bet.

For example:

Win and lose multipliers: constant 1
Wins in a row, change bet to: 10
Starting bet: 1
Mutawa multiplier: 2.5
Mutawa wins: 2

1L
1L
1W
1L
1W
1W //streak equal to mutawa wins, change to larger bet.
10L //reset to starting bet
1W
1L
1W
1W //streak equal to mutawa wins, change to previous larger bet * mutawa multiplier.
25W //Win means reset to minimum bet and reset mutawa bet
1W
1W //another 2 win streak, play mutawa bet
10L



Trazel:
The bot will bet normally untill you encounter a winning or losing streak of the set lengths, then change to bet to the applicable "to" value. Then it will use the trazel multiplier as multiplier on loss untill you win. Then it gets reset to base with the normal multiplier.

For example:

base bet: 1
multiplier on loss: 2
trazel multiplier: 2.5
trazel win streak: 2
trazel win to: 0.01
trazel win streak: 3
trazel win to: 100

1W
1W
0.01L
0.025W
1L
2L
4L
100L
250W
1L


mmmmmkkkkk:
It increments your bet by <increment by> on loss and decrements the bet by <decrement by> on a win. This is intended to be played with the mutlipliers all set to 1, otherwise stuff can get very interesting.

for example:

Increment by: 1
derement by: 2
Starting bet: 5
Mulitpliers all set to constant 1.

5L,6L,7L,8L,9L,10W,8W,6L,7W,5W,3W,1W,1W,1W,1L,2L


Advanced Bet settings:
https://bot.seuntjie.com/BotGuide/8.png

Limit: If this is enabled, the selected action will be executed when the balance reaches this value
Lower Limit: if this is enabled, the bot will stop betting if the next bet will put your balance below this value
When limit is reached: this is what the bot does when your limit is reached.
Withdraw: It withdraws a specified amount of coins into the address specified below
Stop Playing: The bot stops playing
Invest: Invests a specified amount of coins.
Amount: How much coins get withdrawn or invested when your limit is reached
Withdraw to: Address where the coins are withdrawn to

Bot speed: this can be used to slow down the bot. It CANNOT speed the UP, if this is disabled, the bot goes as fast as the site allows.

bets per minute: this is how many bets will be placed per minute, can be slowed down to less than 1 bet per minute.
Time between bets: when selecting a bot speed, this will show the time between each bet

Reset seed: If this is enabled, your seed will be reset after the specified amount of wins/losses/bets (NOT wins or losses in a ROW)

A-I/D

This is the tab for auto investing and Divesting based on site profits. Its been on the back burner for a while but will be finished eventually

DiceBot Settings
https://bot.seuntjie.com/BotGuide/9.png

This tab has settings for the bot itself, and has nothing to do with betting

Minimize to tray: if enabled, the bot will not show in task bar when minimized, but only as a tray icon.
Bot name: The bot name used when email alerts are sent out
Username: Your username for Just-Dice.com or doge-dice.com, used for automatically logging you into the site when the bot starts
Password: Your Password for Just-dice.com or doge-dice.com, used for automatically logging you into the site when the bot starts
Auto Login: requires username and password. Will automatically log you into the site when the bot starts
Auto Start: requires username, password and auto login. As soon as you are logged into the site and it is loaded, the bot will start you default strategy automatically

Email notifications:
Enabled: enables or disables email notifications
edit SMTP: it uses smtp.secureserver.net by default, if your isp requires a different SMTP or you just want to use your own, Edit it here
Email: Your email address

You can receive notifications for:
withdrawing
lower limit has stoppped the bot from betting
Losing streaks above the specified value

Your email provider might mark these message as junk, it is your responsibility to make sure you can receive them

Sounds
Kachink: plays a sound when the bot withdraws or invests your profits. Default is a coin dropping, but you can choose your own sound by using browse. .wav and .mp3 files only

Alarm: you can sound alarm for lower limit stops bot from betting or losing streaks above specified value. Default is a short BEEP. Alarm can be changed as well.

Save: you need to press this button to save any changes made to settings in this page.


Stats:
https://bot.seuntjie.com/BotGuide/10.png

Time running: How long your bot has been actively betting since opening
current balance: current balance
profit: profit made since starting bot or resetting stats
bets: bets made
Current Streak: Size of current winning or losing streak: green= winning, red=losing
wins: wins since starting
losses: losses since starting
best win streak: largest winning streak since starting
worst lose streak: largest losing streak since starting
profit per hour: profit per hour at current rate
profit per day: profit per day at current rate
avg profit/bet: average profit you make per bet.
maximum bets: the maximum number of times you can lose in row before going bankrupt.

Reset: resets stats
About: Shows About Page
Bad Streak table: shows a customizable table showing up to 30 losing bets in a row, with total wagered, profit and more

more stats
https://bot.seuntjie.com/BotGuide/11.png

shows some more stats

Avg Streak: the average streak length. if its red, avg is losing, green: avg is winning streaks

avg win streak: the length of the average winning streak
avg lose streak: the lenght of the average losing streak
3 * streaks: the three highest winning/losing streaks since starting the bot.

las streak above: this shows the most recent streak that was higher than the specified value

largest bet: largest bet since starting
largest win: largest profit made by a single bet
largest loss: most coins lost by a single bet

This is it for explaining the features. This post will be updates as features are added to the bot.

My advice to beginners is to experiment with each feature individually, betting only dust bets, until you understand what it does. When you understand how the features work, you can try putting them together. But a fair warning to all: some settings might override others, and while it might seem a good idea at the time, it can cause major losses. experiment with very small bets or the simulator until you know that it does what you want. then try betting bigger.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on December 30, 2013, 03:00:57 PM
Reserver For FAQ


Title: Re: Guide For Seuntjies Dice Bot
Post by: seandaniel on December 31, 2013, 01:33:24 AM
been using your bot for long time, and it was good.
also using it already in dogedice.

Keep up the good work ;)

Thanks


Title: Re: Guide For Seuntjies Dice Bot
Post by: g83 on December 31, 2013, 09:06:17 AM
any recommended options to gain some profits ?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on December 31, 2013, 11:06:04 AM
The settings depend a lot on how patient you are, how much coins you have and how paranoid you are... personally i just use

multiplier:2
mode: constant:
maximum bets is at 23 and i auto invest regularly.

I've heard of people using some wacky settings and making a killing with it, but when i try them i just fail, so you really just need to play around with the settings yourself and see how it goes


Title: Re: Guide For Seuntjies Dice Bot
Post by: smashpt on January 02, 2014, 02:09:49 PM
Edit:

I tried to put multiple 2x, min amount at 2.

I started roll high but the bot keep stop after X investment... I wanted to run the bot without any stop. How I do that?


Title: Re: Guide For Seuntjies Dice Bot
Post by: smashpt on January 03, 2014, 02:12:13 PM
Seuntjie, can you help me out please?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 03, 2014, 07:54:41 PM
smashpt sorry I've been away form home for a while

i'm assuming that the bot stops betting after your auto investment? if that is the case, it needs about half a minute to start betting again, if it doesn't, it will retry 2 minutes later, so giving it a few minutes might work.

Otherwise, check the options like if your limit is large enough, or "stop after a certain amount of profit" in the "multiplier on win" tab is enabled


Title: Re: Guide For Seuntjies Dice Bot
Post by: smashpt on January 04, 2014, 01:27:33 AM
smashpt sorry I've been away form home for a while

i'm assuming that the bot stops betting after your auto investment? if that is the case, it needs about half a minute to start betting again, if it doesn't, it will retry 2 minutes later, so giving it a few minutes might work.

Otherwise, check the options like if your limit is large enough, or "stop after a certain amount of profit" in the "multiplier on win" tab is enabled

I fixed that, just disabled the limit's.

I got another problem and It would be good if you could help me abit more by Private Message.

I tip'd 2 as bet size, winning section and loose section, and, I just get loss on it.
example:

I lost 20 DOGE and the other roll will just win like 5-10 doges, I mean, the bot isn't giving me profit when I loose.

How can I fix that?


Title: Re: Guide For Seuntjies Dice Bot
Post by: jimmydorry on January 12, 2014, 12:43:41 PM
Looks, good except it crashes on first bet.

https://i.imgur.com/EkMaPC2.png

EDIT: Has to restart and it was fine. This was the first time running it.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 12, 2014, 01:25:59 PM
Looks, good except it crashes on first bet.

https://i.imgur.com/EkMaPC2.png

EDIT: Has to restart and it was fine. This was the first time running it.

That usually happens when you start the bot before the site is completely loaded


Title: Re: Guide For Seuntjies Dice Bot
Post by: g83 on January 12, 2014, 01:37:23 PM
Looks, good except it crashes on first bet.

https://i.imgur.com/EkMaPC2.png

EDIT: Has to restart and it was fine. This was the first time running it.

That usually happens when you start the bot before the site is completely loaded

maybe it is related to the update dooglus made today..?


Title: Re: Guide For Seuntjies Dice Bot
Post by: w00dface on January 13, 2014, 11:18:05 PM
Im getting the same error. All loads up ok. Even given it 2 mins after loading.

Click on START LOW and it seems to run the bet then crash


Title: Re: Guide For Seuntjies Dice Bot
Post by: jimmydorry on January 14, 2014, 02:04:58 AM
Try restarting. I needed to restart the client once after running for first time.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 14, 2014, 07:54:34 AM
Sorry for the delay jimmy, but i need to extensively test the datalogging part of the charts to make sure that it doesn't cause lag or complete freezing. It might be another few days before I can upload.

I will look into what causes that error.


Title: Re: Guide For Seuntjies Dice Bot
Post by: g83 on January 14, 2014, 08:33:34 AM
had the same problem when i enabled zigzag-settings and did not change the zero to one


Title: Re: Guide For Seuntjies Dice Bot
Post by: g83 on January 14, 2014, 06:56:09 PM
Could you make a thead to share the best strategies with your bot?


Title: Re: Guide For Seuntjies Dice Bot
Post by: wizzardTim on January 15, 2014, 11:20:14 PM
@seuntjie: congrats. You sir, are a great developer. Many thanks for this.


Title: Re: Guide For Seuntjies Dice Bot
Post by: wizzardTim on January 16, 2014, 10:58:41 AM
Will tip you when I have some profits.

BTW: Do you work on implementing the fibonacci betting pattern?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 16, 2014, 07:13:28 PM
Could you make a thead to share the best strategies with your bot?

I've been meaning to make a site where you can get the latest downloads, suggestions etc and share some strategies (by actually uploading them) and discuss, but life's been busy, at the soonest i will be able to do it by middle February.

@seuntjie: congrats. You sir, are a great developer. Many thanks for this.

Thank you very much

Will tip you when I have some profits.

BTW: Do you work on implementing the fibonacci betting pattern?

Will work on Fibo when i have the above mentioned site up and running, I need to redesign a lot of the bot anyway



Title: Re: Guide For Seuntjies Dice Bot
Post by: gizzig on January 25, 2014, 02:45:04 PM
Hi seuntjie

As I do to work with doge?
What should I configure?

Thanks


Title: Re: Guide For Seuntjies Dice Bot
Post by: gizzig on January 25, 2014, 03:19:42 PM

Ok, Already I found how to work with DOGE, but...
but, I do like to run 2 instances of the bot?, one with BTC and one with DOGE ?

Thanks


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 26, 2014, 08:24:20 AM
just point the one to doge dice and the other to just dice, or run them on different computers (create a VM for the one?)

You can run as many as you want simultaneously, just don't try to run more than one on the same account at the same time


Title: Re: Guide For Seuntjies Dice Bot
Post by: gizzig on January 31, 2014, 04:45:11 PM
just point the one to doge dice and the other to just dice, or run them on different computers (create a VM for the one?)

You can run as many as you want simultaneously, just don't try to run more than one on the same account at the same time

seuntjie, Ideally be able to run both on the same machine without mixing configurations

What is your Doge address  to send some dogs?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 31, 2014, 07:48:43 PM
just point the one to doge dice and the other to just dice, or run them on different computers (create a VM for the one?)

You can run as many as you want simultaneously, just don't try to run more than one on the same account at the same time

seuntjie, Ideally be able to run both on the same machine without mixing configurations

What is your Doge address  to send some dogs?

Noted for v3

DR32dpGniJP9mJo4NpzXGCTdsJLcp4td2X


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 21, 2014, 06:27:26 PM
Hi,

I just discovered your bot. If it works well for me, I will probably give you a tip.

Feature request:
In "Advanced Bet Settings", if "Limit" is enabled, add the following action:
"When limit is reached () multiply the bet [xx]" (xx being a field for the multiplier).

The idea is that, as soon as my balance reaches a certain threshold, I may afford to bet more whilst keeping the same value for maximum bets (I use 16, the lowest green).

Thanks!


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 22, 2014, 09:07:01 AM
Another feature request:
"optimise maximum bet"

bet the maximum possible to continue to have the same maximum bet.

Example: say that my balance is high enough that if I bet 100 satoshi, I have a maximum bet of 16
Later, my balance increases enough that if I can retain a maximum bet of 16 with betting 105 satoshi.
I would like the bot to automatically upgrade the bet to 105
Of course, it should work both way: should I lose money, the bot should downgrade the bet accordingly.

Advantage: earn more
Disadvantage: does not increase your "security buffer" as not raising the bet (current behaviour) does.

I believe it would a great addition to the bot. Readers please comment!


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 22, 2014, 09:23:10 AM
I've been meaning to make a site where you can get the latest downloads, suggestions etc and share some strategies (by actually uploading them) and discuss, but life's been busy, at the soonest i will be able to do it by middle February.
I would love it!


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on February 22, 2014, 09:25:14 AM
Hi,

I just discovered your bot. If it works well for me, I will probably give you a tip.

Feature request:
In "Advanced Bet Settings", if "Limit" is enabled, add the following action:
"When limit is reached () multiply the bet [xx]" (xx being a field for the multiplier).

The idea is that, as soon as my balance reaches a certain threshold, I may afford to bet more whilst keeping the same value for maximum bets (I use 16, the lowest green).

Thanks!
Another feature request:
"optimise maximum bet"

bet the maximum possible to continue to have the same maximum bet.

Example: say that my balance is high enough that if I bet 100 satoshi, I have a maximum bet of 16
Later, my balance increases enough that if I can retain a maximum bet of 16 with betting 105 satoshi.
I would like the bot to automatically upgrade the bet to 105
Of course, it should work both way: should I lose money, the bot should downgrade the bet accordingly.

Advantage: earn more
Disadvantage: does not increase your "security buffer" as not raising the bet (current behaviour) does.

I believe it would a great addition to the bot. Readers please comment!

Those are basically the same thing you requested. Has been added to the list for review later.


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 22, 2014, 10:56:46 AM
Hi again,

I don't understand here: take a look at the screenshot:
http://david.latapie.name/wordpress/wp-content/uploads/keep-multiply.png
120 red is the first bet
There had been 13 losses in a row
On the right column, I chose the "Constant" setting (btw, there is a typo on "contstant"). The way I understand it, the software should have stop doubling at 0,00061440 (10th loss). Why did it continue doubling? Luckily, I had set up a maximum bet of 16, if not I would have gone bankrupt. Worse still: what if one day I have 18 losses in a row (it happened to me already)? If max multiple doesn't work, I would be broke!

Thank you to tell me if this is a bug from the software or a misunderstanding from me.

One more thing: I use 2.4.6 (at least, that was the name of the zip file) but the about button says it is 2.3. Thank for fixing this too.

I promised earlier I would tip you if I liked the bot and I fully intend to keep my promise!


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 22, 2014, 11:00:48 AM
Those are basically the same thing you requested. Has been added to the list for review later.
When I reread it just now, I realised it! Thanks.


Title: Re: Guide For Seuntjies Dice Bot
Post by: g83 on February 22, 2014, 11:02:47 AM
You choosed to stop the bot after 14 losses in a row !


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on February 22, 2014, 02:56:35 PM
You choosed to stop the bot after 14 losses in a row !
Yes, but this is not the issue. The issue (that I solved with Seuntjies on the chat) is that I believed that max multiple was active even with constant selected (whilst it is active only with Max multiples selected).

Thanks anyway.


Title: Re: Guide For Seuntjies Dice Bot
Post by: stellan0r on February 23, 2014, 11:22:04 PM
You choosed to stop the bot after 14 losses in a row !
Yes, but this is not the issue. The issue (that I solved with Seuntjies on the chat) is that I believed that max multiple was active even with constant selected (whilst it is active only with Max multiples selected).

Thanks anyway.


No, in your screenshot everything is deactivated except "stop after 14 losses in a row"! (max multiple is greyed out!!)

You are constantly betting with a 2x multiplier until you either win and it resets to the minimum bet, or it stops when you have lost 14 times in a row.


Title: Re: Guide For Seuntjies Dice Bot
Post by: David Latapie on March 05, 2014, 06:07:09 PM
Hi Seuntjie.

Would you develop a "Bot for investors"?
1. Check this page https://bitcoinproject.net/justdice.php
2. When the orange curve is above the blue curve, divest all
3. When the orange curve is below the blue curve, invest all

Thanks.


Title: Re: Guide For Seuntjies Dice Bot
Post by: Smaugy on April 01, 2014, 10:10:43 PM
Hi Seuntjie.

Would you develop a "Bot for investors"?
1. Check this page https://bitcoinproject.net/justdice.php
2. When the orange curve is above the blue curve, divest all
3. When the orange curve is below the blue curve, invest all

Thanks.

That would be a really nice function.  ;D


Title: Re: Guide For Seuntjies Dice Bot
Post by: emsjvh on April 01, 2014, 10:15:53 PM
"Checksum Hases: DiceBot-2.4.6 checksums for the .zip file version 2.4.6.

MD5: 88720593147c29a835ff0fca877b43b9

SHA1: 3abd3976d4816148eaca332e293d9c8814dfa450

SHA256: 9c769acd10552f0dd4260fce6719bb3cf4c3003a0efc07e725c35ea163fe2b81

TIGER: 8613d357d474217cace59bcef783328adccccaa0d074934e

WHIRLPOOL: 33146ae014d9af27b412ce9bf9a0db9a3af6b129b986805b5872ba28bae58651fbf7ced70e1f205 3bfa19cedd62a16dcb6ef1b6cb0cc48a6f3eaed169c05e7ea


More info visit this thread : https://bitcointalk.org/index.php?topic=519063.msg5740637#msg5740637"


Title: Re: Guide For Seuntjies Dice Bot
Post by: leozzo on October 24, 2014, 11:03:57 AM
bottt


Title: Re: Guide For Seuntjies Dice Bot
Post by: Gaby1 on January 06, 2015, 10:17:01 PM
Hi Seuntjies, I want to explain here a little bit the Multi-Tier Zig Zag

Strategy that I am sugesting to get added into the dice bot..

For those who like the zigzag strategy we all know that the way to loose money

is when the bets gets sincronized against us on the given zig zag parameter of our choice...

example of a normal  zig zag after 3 losses : http://s13.postimg.org/eynkwwtqf/zigzag_3.jpg

Now, my idea is that if we can mess up more the morfology of this output, the chances of this happening is very very low...

If we can have a second parameter for a zig zag change, what will hapen is that a very very rare morfology has to happen in order to loose...

here is an example of a zig zag change after 3 losses and then a change after 1 loss and the cicle would start again on 3 until it wins...

what you get is this : http://s1.postimg.org/ghhjy482n/zigzag_3_1.jpg

As you can see, it is much less probable to get that output and the chance to win would increase...

Hope this can be programed into Dicebot... My compromise is to honor it as well... cheers Gaby...  


Title: Re: Guide For Seuntjies Dice Bot
Post by: badjacks99 on January 07, 2015, 12:46:52 AM
Tried to get this to work several times. Not sure if i really know what i am doing, does this not work on a macbook?


Title: Re: Guide For Seuntjies Dice Bot
Post by: nyktalgia on January 08, 2015, 12:05:32 PM
Anybody have any good betting strategies that won't bust within a few days and aren't slow as shit?


Title: Re: Guide For Seuntjies Dice Bot
Post by: nyktalgia on January 08, 2015, 12:05:58 PM
What are the chances of losing 12 times in a row at 75%?  Do you think this could last for more than a few days?


Title: Re: Guide For Seuntjies Dice Bot
Post by: sethminer14 on January 08, 2015, 04:24:56 PM
Thanks for the guide. ;D


Title: Re: Guide For Seuntjies Dice Bot
Post by: activebiz on January 08, 2015, 05:23:36 PM
does this bot work on other dice sites like coinroll


Title: Re: Guide For Seuntjies Dice Bot
Post by: elephantas1 on January 08, 2015, 07:54:27 PM
does this bot work on other dice sites like coinroll
on the thread its clearly written that it works on 999dice prcdice safedice and justdice so i guess it wont work on coinroll, but you can try it and write your results


Title: Re: Guide For Seuntjies Dice Bot
Post by: Gaby1 on January 08, 2015, 09:23:42 PM
Anybody have any good betting strategies that won't bust within a few days and aren't slow as shit?

we need the multi-tier zigzag strategy...  I am positive that having a +25 rounds on martingale it can be stable... check my previous post...

But we need Seuntjies to get that programed into the dicebot, it will be a greart strategy.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on March 05, 2015, 08:33:09 PM
Buenas antes que nada quisiera darle mi mas sincero agradecimiento por su exelente trabajo... quisiera saber si ha logrado integrar el sistema fibo ya que lo e intentado insertar pero como no conozco bien el codigo completo se me a complicado todo y no logro hacerlo.... agradeceria saber si ya consiguio insertarle el metodo fibo y sino mass o menos para cuando lo tendra. gracias y  cuando consiga ganancias te estoy donando!!

Por cierto e chequeado que en la solapa de labouchere solo habria q agregarle el cambio de unidad por % osea un check que si esta activo cambie el porcentaje antes de la unidad, otros 2 check si perdes o ganas uno para cada una de las opciones y con eso implementado se puede usar esa pestaņa para usar el sistema fibo... te agradeceria y te dono si queres aparte no soy el unico esperando esa modificacion ya que son varios los comentarios con respecto a ese metodo... te agraeceria puedas implementarlo y publicarlo. graciasssssssssssssssssssssssssssssss totales

I'm sorry I don't understand spanish. (This is spanish right?) But I assume fibo means fibonacci, So i'm going to guess you want me to add fibonacci to the bot. In which case, you want to look at the v3 alpha currently being tested by the public.

Before you download, v3 alpha is an ALPHA release, it's not always stable and can become slow/unresponsive and make mistakes.Use at your own risk.

Download link: http://seuntjie.com/dicebot/dicebot-v3-alpha-b6.2.zip


Title: Re: Guide For Seuntjies Dice Bot
Post by: electronicfactura on March 09, 2015, 06:55:22 PM
Someone recommended this thread to read and know about bots . What this bot does for me ? Will it help me to win or just place bets like autobet option ?


Title: Re: Guide For Seuntjies Dice Bot
Post by: Astargath on March 09, 2015, 07:01:15 PM
What are the chances of losing 12 times in a row at 75%?  Do you think this could last for more than a few days?

They are: 0.000006% ~

Wich is a 1 in a 160.000.000 chance.


Title: Re: Guide For Seuntjies Dice Bot
Post by: lastchanceclochard on June 17, 2015, 06:18:31 PM
hi, i can use it to dadice? i see only other 4 site dice


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 18, 2015, 10:57:04 AM
hi, i can use it to dadice? i see only other 4 site dice

make sure you download the latest alpha version, then select dadice from the "site" menu at the top.
Note: for dadice, you log in using your username and api key, NOT username and password. To get your api key, log in to the site, open the menu on the left hand side, expand "account", then go to "settings". Enable your api in the popup window and copy the api key.

Alpha version (build 13) of Seuntjies Dicebot version 3 is available at http://seuntjie.com/dicebot/dicebot-v3-alpha-b13.zip


Title: Re: Guide For Seuntjies Dice Bot
Post by: 98problems on June 18, 2015, 11:23:38 AM
Anybody have any good betting strategies that won't bust within a few days and aren't slow as shit?
just do martingale with big risks for a short amount of time, you will either loose or win and save up your time by not doing those small 1 satoshi bets and loosing only after a few hours


Title: Re: Guide For Seuntjies Dice Bot
Post by: agustina2 on June 19, 2015, 12:55:54 PM
i love your new version bot, but i cant play in PRC Dice... and sometimes its freeze in PD..


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 19, 2015, 11:09:47 PM
i love your new version bot, but i cant play in PRC Dice... and sometimes its freeze in PD..

Are you sing the latest build (build 13)? I have no problem playing on prc and never had the bot freeze on pd either.


Title: Re: Guide For Seuntjies Dice Bot
Post by: Glucose on June 22, 2015, 06:53:37 PM
Great job you've done here.. Just discovered your bot :-)


Title: Re: Guide For Seuntjies Dice Bot
Post by: peligro on June 23, 2015, 02:25:06 PM
Hey Seuntjie... i wanted to try out your bot with Just-Dice. Though it only asks me for the secret URL. I dont have one though. I created a user pass login and enable 2FA. I guess i need to disable 2FA first. But even then, i dont see where to add user pass.

Do i really have to create a new account to make it work with the bot?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 23, 2015, 04:31:41 PM
Hey Seuntjie... i wanted to try out your bot with Just-Dice. Though it only asks me for the secret URL. I dont have one though. I created a user pass login and enable 2FA. I guess i need to disable 2FA first. But even then, i dont see where to add user pass.

Do i really have to create a new account to make it work with the bot?

You're using a very old version of the bot. I suggest upgrading the the latest one:
Alpha version (build 13) of Seuntjies Dicebot version 3 is available at http://seuntjie.com/dicebot/dicebot-v3-alpha-b13.zip


But for the version you're using. For the secret url, just use https://just-dice.com, when the site is loaded, go to the account tab and log in there. From then on, the bot will load the login screen like it does in your normal browser.


Title: Re: Guide For Seuntjies Dice Bot
Post by: alwinlinzee on June 23, 2015, 08:44:29 PM
Are you saying this bot can work on any dice website? if so it must be an holy grail that everybody is looking for.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 24, 2015, 12:09:55 AM
Are you saying this bot can work on any dice website? if so it must be an holy grail that everybody is looking for.

Not all of them, but the popular ones. At the time of writing, the bot works at Just-dice, PrimeDice, PocketRocketsCasino, 999Dice, SafeDice, Dadice and Roll In. And I'm adding bitdice in the next few days


Title: Re: Guide For Seuntjies Dice Bot
Post by: grendel25 on June 24, 2015, 12:51:36 AM
Are you saying this bot can work on any dice website? if so it must be an holy grail that everybody is looking for.

Not all of them, but the popular ones. At the time of writing, the bot works at Just-dice, PrimeDice, PocketRocketsCasino, 999Dice, SafeDice, Dadice and Roll In. And I'm adding bitdice in the next few days

@seuntjie Man you are the best.  Just as soon as I get myself a winning dice strategy I'm going to tip you.  Just win I think I'm close to figuring something close... bam! i lose my limit stopper.  But I am learning a lot about various strategies so that has been pretty cool.

Feel free to PM me any advice :-)


Title: Re: Guide For Seuntjies Dice Bot
Post by: peligro on June 25, 2015, 07:36:13 AM
Hey Seuntjie... i wanted to try out your bot with Just-Dice. Though it only asks me for the secret URL. I dont have one though. I created a user pass login and enable 2FA. I guess i need to disable 2FA first. But even then, i dont see where to add user pass.

Do i really have to create a new account to make it work with the bot?

You're using a very old version of the bot. I suggest upgrading the the latest one:
Alpha version (build 13) of Seuntjies Dicebot version 3 is available at http://seuntjie.com/dicebot/dicebot-v3-alpha-b13.zip


But for the version you're using. For the secret url, just use https://just-dice.com, when the site is loaded, go to the account tab and log in there. From then on, the bot will load the login screen like it does in your normal browser.

Thank you! It works now. Only thing is that i tried to use it for just dice milestone. I tested it and it worked. Half a hour later i wanted to start it and... it did not start anymore. Even though it claimed im still logged in. I think the bot should check sometimes if its still logged in or so. Because it showed me that it still was. But obviously wasnt.


Title: Re: Guide For Seuntjies Dice Bot
Post by: ripzombie on October 04, 2015, 07:37:35 AM
Hi seuntjie

Use the bot , but error..
I tryed 3 versions..
3.1.2 Beta   
3.1.1   
3.1.0

 ??? ??? ???

http://i.hizliresim.com/p9vWLm.jpg


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on October 09, 2015, 10:26:43 AM
Hi seuntjie

Use the bot , but error..
I tryed 3 versions..
3.1.2 Beta   
3.1.1   
3.1.0

 ??? ??? ???

http://i.hizliresim.com/p9vWLm.jpg

Responded to this post on the main thread


Title: Re: Guide For Seuntjies Dice Bot
Post by: suresh1818 on November 07, 2015, 08:30:10 AM
Hey seuntjie

I registered with https://bitdice.me/# deposited 10000 Doge to Sent to DM6fJRE3gmmvsVgnzeKgo1znXaf4j6QdJy ,  9fe70947e7b5c02be8821e3f2d9e37e7382b4d2f14011a958d39b26df12bc465: Seen by 6 peers. Appeared in best chain at height 949751, depth 23, work done 1516566320084131.
     from DDgCV9M2J4EqP95YanvSV1Zb3rJZ7ciq8B / 35ca3683b731fd793e140ebf0bed51539b598b27d65b4ec73ebe72861ea87525:1
       to DM6fJRE3gmmvsVgnzeKgo1znXaf4j6QdJy 10000 DOGE
       to DDgCV9M2J4EqP95YanvSV1Zb3rJZ7ciq8B 2850.03018618 DOGE

http://dogechain.info/tx/9fe70947e7b5c02be8821e3f2d9e37e7382b4d2f14011a958d39b26df12bc465

when am log in i cant see my balance nor i can see anything on the website when am trying to login there also its not allowing to log in.

I lost my 10K Doge coins i guess''

PLease help & reply


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on November 07, 2015, 03:39:45 PM
Hey seuntjie

I registered with https://bitdice.me/# deposited 10000 Doge to Sent to DM6fJRE3gmmvsVgnzeKgo1znXaf4j6QdJy ,  9fe70947e7b5c02be8821e3f2d9e37e7382b4d2f14011a958d39b26df12bc465: Seen by 6 peers. Appeared in best chain at height 949751, depth 23, work done 1516566320084131.
     from DDgCV9M2J4EqP95YanvSV1Zb3rJZ7ciq8B / 35ca3683b731fd793e140ebf0bed51539b598b27d65b4ec73ebe72861ea87525:1
       to DM6fJRE3gmmvsVgnzeKgo1znXaf4j6QdJy 10000 DOGE
       to DDgCV9M2J4EqP95YanvSV1Zb3rJZ7ciq8B 2850.03018618 DOGE

http://dogechain.info/tx/9fe70947e7b5c02be8821e3f2d9e37e7382b4d2f14011a958d39b26df12bc465

when am log in i cant see my balance nor i can see anything on the website when am trying to login there also its not allowing to log in.

I lost my 10K Doge coins i guess''

PLease help & reply

I am not affiliated with bitdice in any way, You will need to contact Alex from bitdice. You will find his email address on bitdice.me


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on January 07, 2016, 04:35:05 PM
Can someone help me with the programming mode?


I want to have the bot reset to a base bet after 1 win in a row after say 3 losses in a row.


You can find help on the programmer mode at http://bot.seuntjie.com/programmermode.aspx and https://bitcointalk.org/index.php?topic=1114503.0


Title: Re: Guide For Seuntjies Dice Bot
Post by: Glutius on February 13, 2016, 06:38:26 PM
Hello.
I have to say how awesome this bot is. I've been using it for a few days, and it's made me a few bucks.

One thing, tho.. I've been trying to use a proxy with the software, but I couldn't get the proxy do work..
Does it require a specific type of proxy, or..


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on February 14, 2016, 06:40:41 AM
Hello.
I have to say how awesome this bot is. I've been using it for a few days, and it's made me a few bucks.

One thing, tho.. I've been trying to use a proxy with the software, but I couldn't get the proxy do work..
Does it require a specific type of proxy, or..

Hi.

I kind of forgot to resume proxy support after I migrated to a new communication protocol a while back, and since no-one really used it, I never got around to re-implementing it. I'll try to get it fixed asap


Title: Re: Guide For Seuntjies Dice Bot
Post by: PokerCoin.casino on March 25, 2016, 09:11:37 PM
Hi can you check this

http://prntscr.com/ak0rqa


In reverse labouchere when Restart is selected ,it does just 1 cycle, same as with Stop setting

it should continue with forever


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on March 28, 2016, 07:33:48 AM
Hi can you check this

http://prntscr.com/ak0rqa


In reverse labouchere when Restart is selected ,it does just 1 cycle, same as with Stop setting

it should continue with forever

https://bitcointalk.org/index.php?topic=307425.msg14338781#msg14338781


Title: Re: Guide For Seuntjies Dice Bot
Post by: birdcat90 on April 12, 2016, 02:34:52 AM
my bot always not responding and sometimes give error bet stopped for your safety..

someone help me..thanks


Title: Re: Guide For Seuntjies Dice Bot
Post by: shintosai on April 12, 2016, 02:40:32 AM
hi op just wanted to check if you have a dice bot for yobit? because i'm enjoying playing dice from this trade platform, sorry if I don't know if this is a valid question  but knowing you and reading back this thread I was able to noticed that you are so helpful that's why I did not hesitate to ask from your thread, thank you in advance OP.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on April 12, 2016, 09:38:28 AM
my bot always not responding and sometimes give error bet stopped for your safety..

someone help me..thanks

Which version and on which site are you betting? Have you updated to version 3.1.4?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on April 12, 2016, 09:41:03 AM
hi op just wanted to check if you have a dice bot for yobit? because i'm enjoying playing dice from this trade platform, sorry if I don't know if this is a valid question  but knowing you and reading back this thread I was able to noticed that you are so helpful that's why I did not hesitate to ask from your thread, thank you in advance OP.

I do not have a bot for yobit unfortuantely. If they (yobit) have a normal dice game and you or the site owners are willing to pay to have their site added to the bot, I'll gladly do it.

see the link below regarding adding a new site to the bot.

https://bot.seuntjie.com/faqs.aspx#faq8


Title: Re: Guide For Seuntjies Dice Bot
Post by: larry1991 on June 06, 2016, 07:15:41 AM
Any chances of loosing????


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 06, 2016, 07:51:26 AM
Any chances of loosing????

Losing is guaranteed if you play long enough. The bot is not to make profit, since there is no strategy that can indefinitely win. It's sole purpose is to make dice more interesting.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 06, 2016, 08:39:35 AM
Don't Forget! I have a moneypot application (https://www.moneypot.com/apps/492-dicebot) specifically for use with the bot.

Just log in to the app, that can be found at https://bot.seuntjie.com/mpdb, copy the API token at the top of the page and use that to log in with dicebot. Now you're ready to roll with fast bets and 0.9% house edge!

Ever wanted to donate but didn't have the cash on hand? Playing on my app in moneypot is the second best way of supporting the bot. :)


Title: Re: Guide For Seuntjies Dice Bot
Post by: Caladonian on June 06, 2016, 08:45:17 AM
Don't Forget! I have a moneypot application (https://www.moneypot.com/apps/492-dicebot) specifically for use with the bot.

Just log in to the app, that can be found at https://bot.seuntjie.com/mpdb, copy the API token at the top of the page and use that to log in with dicebot. Now you're ready to roll with fast bets and 0.9% house edge!

Ever wanted to donate but didn't have the cash on hand? Playing on my app in moneypot is the second best way of supporting the bot. :)
I will try it out mate to show my appreciation with your bot i was thinking to try it as well since that it is just a programable bot that you can edit whatever strategy you wanted to do with you dice game. Good luck mate thanks again.


Title: Re: Guide For Seuntjies Dice Bot
Post by: bitcoinmax88 on June 11, 2016, 10:09:25 PM
is there any way to set a delay (wait time) before rolling again every time you hit a win?


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 11, 2016, 11:09:34 PM
is there any way to set a delay (wait time) before rolling again every time you hit a win?

Not unless you use the programmer mode. You can set the bots' speed so it bets at a lower speed though. Note that the bot speed setting cannot make it bet faster, only slower.

Why do you want a delay? The time between bets and the time the bet is placed does not in any way influence the result of the next of the bet.

If it's to reset the seed or withdraw/invest/tip some of your winnings before the next bet, you can do this in the bot. Again, would probably be easiest if you use the programmer mode for this.


Title: Re: Guide For Seuntjies Dice Bot
Post by: bitcoinmax88 on June 12, 2016, 12:25:20 AM
is there any way to set a delay (wait time) before rolling again every time you hit a win?

Not unless you use the programmer mode. You can set the bots' speed so it bets at a lower speed though. Note that the bot speed setting cannot make it bet faster, only slower.

Why do you want a delay? The time between bets and the time the bet is placed does not in any way influence the result of the next of the bet.

If it's to reset the seed or withdraw/invest/tip some of your winnings before the next bet, you can do this in the bot. Again, would probably be easiest if you use the programmer mode for this.

Thanks for the reply, I just like to take a little break after a win, it's fun for me, no reason in particular, just I do want to add it to the mix.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 14, 2016, 10:18:26 PM
If you're having trouble getting started with DiceBot, check out this video I made on the basics of using DiceBot: https://www.youtube.com/watch?v=HQyFA3-abdQ


Title: Re: Guide For Seuntjies Dice Bot
Post by: dszuecs on June 23, 2016, 05:20:30 PM
Hi seuntjie

Just a quick question since i do not really understand the stop settings.

I'd like to stop whenever i lost 0.01 for example.

- Stop after Loss is set to 0.01

Let's say i start at a balance of 0.1 - the bot runs until my balance is 0.2 and then i get a loosing streak. I suppose the bot should stop at 0.19 but it wont.
Is the gained amount accumulated so it will stop at 0.09?

Thanks!


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on June 23, 2016, 05:32:36 PM
It will stop at 0.09 btc. There's a setting stop after xx streak loss which will stop after 0.01 btc lost without a win in between (losing streak). At this time, there's no option for stopping after x loss from max balance


Title: Re: Guide For Seuntjies Dice Bot
Post by: dszuecs on June 23, 2016, 07:20:13 PM
It will stop at 0.09 btc. There's a setting stop after xx streak loss which will stop after 0.01 btc lost without a win in between (losing streak). At this time, there's no option for stopping after x loss from max balance

Thanks for your quick reply!

May i ask to add this feature on the wishlist? :)

Thanks!


Title: Re: Guide For Seuntjies Dice Bot
Post by: Msile on July 12, 2016, 11:42:36 AM
Hi. Whenever I try to login on primedice with Dicebot it will fail.
Safedice is still working fine though. And logging in on Primedice.com works fine too.



Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on July 12, 2016, 08:32:28 PM
Hi. Whenever I try to login on primedice with Dicebot it will fail.
Safedice is still working fine though. And logging in on Primedice.com works fine too.



Still waiting for @PrimeDice to fix the API/Migrate to API keys. No official ETA, as a lot of security testing needs to be done. #DiceBot


Title: Re: Guide For Seuntjies Dice Bot
Post by: hermanhs09 on July 12, 2016, 08:37:24 PM
I have a great strategy i have been using on seuntije dice bot,i was doing it on primedice 3 but primedice 4 unluckily banned
dice bot for some reason,we need to solve captcha at logging in.
I was doing 0,1% chance (it is around 990x payout) with 1,0012 increase every lose,it works really great.
It is a good strategy if you have like 0,05-0,1 because you will suffer many losses in a row,but once it gets hit,it is a big amount of money.
However dont play this a lot,do it 2-3 times and it is enough,dont risk ttoo much.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on July 13, 2016, 06:06:08 AM
I have a great strategy i have been using on seuntije dice bot,i was doing it on primedice 3 but primedice 4 unluckily banned
dice bot for some reason,we need to solve captcha at logging in.
I was doing 0,1% chance (it is around 990x payout) with 1,0012 increase every lose,it works really great.
It is a good strategy if you have like 0,05-0,1 because you will suffer many losses in a row,but once it gets hit,it is a big amount of money.
However dont play this a lot,do it 2-3 times and it is enough,dont risk ttoo much.

*sigh* Did you bother reading the post right above yours?


Title: Re: Guide For Seuntjies Dice Bot
Post by: thhiggi on August 12, 2016, 11:47:56 AM
Hi all,
What's the purpose of the invest button?
I can't see its function clearly and when I click on it nothing happens.
Thanks


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on August 12, 2016, 12:37:20 PM
Hi all,
What's the purpose of the invest button?
I can't see its function clearly and when I click on it nothing happens.
Thanks

The invest button and function only work on sites that allow investments and allow the bot/API to do the same. At this time, it's only JD, betking and safedice that allows it, so it won't do anything on any other site.

edit: Forgot to actually answer your question. The invest button invests the specified amount into the sites' bankroll


Title: Re: Guide For Seuntjies Dice Bot
Post by: styleyfrancky on November 23, 2016, 04:44:22 PM
Thank you very much, seuntjie! Really valuable informations. But something is not yet clear to me. Someone can explain me what's the difference between btc streak loss and loss please? Or course same questions for BTC streak profit and just BTC profit.


Title: Re: Guide For Seuntjies Dice Bot
Post by: veleten on November 23, 2016, 07:51:17 PM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on November 24, 2016, 06:37:51 AM
Thank you very much, seuntjie! Really valuable informations. But something is not yet clear to me. Someone can explain me what's the difference between btc streak loss and loss please? Or course same questions for BTC streak profit and just BTC profit.

Btc Loss = when your profit is -the value that you set.
btc streak loss = the amount of <currency> lost since the most recent win.

no  Bet  Result  profit  Loss   Streak Loss
1    1    W        1        0      0
2    1    L         0        0      1
3    2    L         -2       2      3
4    4    W        2        0      0
5    1    L         1        0      1
6    2    L        -1       1       3
7    4    L        -5       5       7
8    8    L        -13      13     15
9    16  L        -29      29     31
10  16  L        -45      14      47
11  1    L        -46      46     48
12  2    W      -44       44     0
13  1    W      -43       43     0
14  1    W      -42       42     0
15  10  W      -32       32     0


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on November 24, 2016, 06:42:53 AM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever

I'll see what I can do about the images.
Note that this guide was written for version 2.x. While some of it is still applicable to v3.x, some is not. And there are a lot of settings in v3.x that is not covered in this guide. Basically, it's outdated


Title: Re: Guide For Seuntjies Dice Bot
Post by: styleyfrancky on November 24, 2016, 06:05:09 PM
Thank you very much, seuntjie! Really valuable informations. But something is not yet clear to me. Someone can explain me what's the difference between btc streak loss and loss please? Or course same questions for BTC streak profit and just BTC profit.

Btc Loss = when your profit is -the value that you set.
btc streak loss = the amount of <currency> lost since the most recent win.

no  Bet  Result  profit  Loss   Streak Loss
1    1    W        1        0      0
2    1    L         0        0      1
3    2    L         -2       2      3
4    4    W        2        0      0
5    1    L         1        0      1
6    2    L        -1       1       3
7    4    L        -5       5       7
8    8    L        -13      13     15
9    16  L        -29      29     31
10  16  L        -45      14      47
11  1    L        -46      46     48
12  2    W      -44       44     0
13  1    W      -43       43     0
14  1    W      -42       42     0
15  10  W      -32       32     0

I have a better understanding now, thanks a lot! :)


Title: Re: Guide For Seuntjies Dice Bot
Post by: veleten on November 24, 2016, 06:52:25 PM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever

I'll see what I can do about the images.
Note that this guide was written for version 2.x. While some of it is still applicable to v3.x, some is not. And there are a lot of settings in v3.x that is not covered in this guide. Basically, it's outdated

cheers,mate
now it explains "my problems with images"
forum versions discrepancy was the last thing I thought about
accidentally I started to fnd several topics with pictures like that i.e. no pictures :)
was blaming everything starting from my connection to unsupported picture host list etc.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on November 25, 2016, 06:12:05 AM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever

I'll see what I can do about the images.
Note that this guide was written for version 2.x. While some of it is still applicable to v3.x, some is not. And there are a lot of settings in v3.x that is not covered in this guide. Basically, it's outdated

cheers,mate
now it explains "my problems with images"
forum versions discrepancy was the last thing I thought about
accidentally I started to fnd several topics with pictures like that i.e. no pictures :)
was blaming everything starting from my connection to unsupported picture host list etc.


No, the images not showing was my fault (redirected a domain but didn't consider everything using it). I was talking about the post. The post was made for version 2.x of the bot. We're now on v3.x of the bot.


Title: Re: Guide For Seuntjies Dice Bot
Post by: bitcoinreviews on April 12, 2017, 04:02:56 AM
Hey guys, checkout my latest dicebot settings at

youtube.com/c/bitcoinwizards

Let me know what you think.

Cheers!


Title: Re: Guide For Seuntjies Dice Bot
Post by: soul-impact on April 12, 2017, 10:57:52 AM
Be sincerely thankful for your guidance, thanks to such guides that new players can easily participate in gambling games. Whether they join for fun or join them for the purpose of making money, dicebot is always the first choice for them to do that. The dicebot helps us to increase the speed between bets, so it improves many problems while gambling. You are a good man.


Title: Re: Guide For Seuntjies Dice Bot
Post by: pinggoki on April 12, 2017, 11:38:39 AM
Be sincerely thankful for your guidance, thanks to such guides that new players can easily participate in gambling games. Whether they join for fun or join them for the purpose of making money, dicebot is always the first choice for them to do that. The dicebot helps us to increase the speed between bets, so it improves many problems while gambling. You are a good man.
I agree be grateful to your dice bot, guides can be helful when it comes on guiding the newbies on how works your gambling games. Dicebot help and support us from betting. And if you want you could enhance it a little for a better performance of your bot. :)


Title: Re: Guide For Seuntjies Dice Bot
Post by: emberbekas on April 24, 2017, 04:22:12 PM
Hi, Seuntjie

Recently I want to login to rollin.io using dicebot. I created an API Key and got both key and the secret code. But when I filled all that information plus my username into the dicebot login pane, unfortunately, it gives me an error message which mean I can't login to rollin.io using dicebot. I use the recent version of your dicebot, v3.3.3. I need your help to resolve this problem. Thanks!

Best Regards!


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on April 25, 2017, 04:11:42 PM
Hi, Seuntjie

Recently I want to login to rollin.io using dicebot. I created an API Key and got both key and the secret code. But when I filled all that information plus my username into the dicebot login pane, unfortunately, it gives me an error message which mean I can't login to rollin.io using dicebot. I use the recent version of your dicebot, v3.3.3. I need your help to resolve this problem. Thanks!

Best Regards!

Please ensure that your computers time and time zone is configured correctly. It has to be correct to the second for rollin to work.


Title: Re: Guide For Seuntjies Dice Bot
Post by: emberbekas on April 25, 2017, 05:33:12 PM
Hi, Seuntjie

Recently I want to login to rollin.io using dicebot. I created an API Key and got both key and the secret code. But when I filled all that information plus my username into the dicebot login pane, unfortunately, it gives me an error message which mean I can't login to rollin.io using dicebot. I use the recent version of your dicebot, v3.3.3. I need your help to resolve this problem. Thanks!

Best Regards!

Please ensure that your computers time and time zone is configured correctly. It has to be correct to the second for rollin to work.

Thanks Seuntjie...I can log in to rollin now. It gave me a headache last night cause I asked about this issue and no one can't give the right solution. I have to replace my CMOS battery soon!


Title: Re: Guide For Seuntjies Dice Bot
Post by: steampunkz on April 26, 2017, 11:03:26 AM
Getting started guide for version 3 and up can be found at bot.seuntjie.com/GettingStarted.aspx (https://bot.seuntjie.com/GettingStarted.aspx)


Do NOT download anything from justdicebot(dot)blogspot(dot)com! That is not the real dicebot, it's not an official site. There's been reports of scamming by the bot downloaded from there
Use only a version self compiled from the source available at https://github.com/Seuntjie900/DiceBot or downloaded from bot.seuntjie.com




I've had quite a few people asking me to explain what some of the features on the bot does, so I figured I would post a beginners guide explaining what the features do and how to use them.

For more info on the bot and where to download, see: https://bitcointalk.org/index.php?topic=307425

I'll be going tab by tab, explaining each feature, but first and foremost:

Anyone using DiceBot-2.4.4 or earlier:

go to Advanced Bet Settings tab:

https://bot.seuntjie.com/BotGuide/1.png
Then Either change the limit to what you need or disable it

Then Change the withdraw address to your own.



Bet settings:
https://bot.seuntjie.com/BotGuide/2.png

Import: this button will import a strategy from a selected file. When clicking it, it will first ask to save your current settings. If you close the program with the new settings still loaded, they will be saved as the default settings. Extension for file is irrelevant, but trying to import something not exported by the bot will most likely crash it

Export: Exports your current settings so the Chosen file. Extension is irrelevant

Minimum Bet: This is the starting bet. depending on your settings, the actual bet might become larger or smaller.

Chance: The chance of winning your bet. depending on settings, Actual chance might vary.

Start High: Start the bot, indicating it should bet HI

Start Low: Start the bot, indicating it should bet LOW

Stop: Stop betting.

Stop on next win: If this is enabled, and you click stop, the bot will continue betting until at least one (1) bet wins. It might be the first bet after pressing stop, or it might lead to a losing streak that bankrupts you. When it is disabled, the bot will stop betting immediately, regardless of whether it was a win or a loss.


Bet settings is home to another load of tabs for further adjustment.

First of these:


Multiply on Loss
https://bot.seuntjie.com/BotGuide/3.png

These settings affect what happens when a bet is lost.

Multiplier modes: At the top right of this tab is the multiplier modes. They will be explained in detail with examples

Multiplier: The amount that your previous bet is multiplied by to get the current bet. This is used for all multiplier modes

Max Multiplies: The maximum number of times the bot will multiply your bet in a row. Used by Max Multiplier mode

After: N bets, used in Variable and Change Once Multiplier modes

Times Multiplier by: multiplier gets multiplied by this number. Used in Variable and Change Once multiplier modes

Multiplier modes explained

Max: Your bet will be multiplied by the multiplier until your losing streak reaches the value is Max Multiplies. The multiplier will then become 1.

Example:
Multiplier:2
Max multiplies:5
Min Bet: 1

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
16 lose
16 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Variable: Bet will be multiplied by multiplier on every loss. After every N Bets (Specified in "After"), the multiplier will become multiplier * (Times Multiplier by value).
Times multiplier larger than 1 will increase the multiplier, smaller than one will decrease the multiplier.

Example
Multiplier:2
After :3
Times Multiplier: 0.95
min bet: 1
bet-multiplier-result
1         2       lose
2         2       lose
4         2       lose
8         1.9    lose (2*0.95)
15.2     1.9    lose
28.88    1.9    lose
54.872  1.805 lose  (1.9*0.95)
99.04   1.805 win
1         2       lose
2         2       lose
4         2       lose
8         1.9    win
1         2       lose
2         2       lose

Constant: Uses pure martingale method. bet is multiplied by multiplier on loss, and reset on win.

example
Multiplier:2
Min Bet: 1

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
32 lose
64 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Change Once: This works much like variable, but instead on changing the multiplier after every N Bets, it only changes it once and keeps it the same untill the next win.

Example
Multiplier:2
After :3
Times Multiplier: 0.95
min bet: 1
bet-multiplier-result
1         2       lose
2         2       lose
4         2       lose
8         1.9    lose (2*0.95)
15.2     1.9    lose
28.88    1.9    lose
54.872  1.9 lose
104.2568   1.9 win
1         2       lose
2         2       lose
4         2       lose
8         1.9    win
1         2       lose
2         2       lose


Reset After losses in a row: if enabled and you have a losing streak equal to the specified value, this will reset you to your starting bet and continue martingaling from there untill you win

example
Multiplier:2
Min Bet: 1
reset after: 4
bets:
1 lose
2 lose
4 lose
8 lose
1 lose
2 lose
4 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Stop after losses in a row: If enabled, the bot wil stop betting if you have a losing streak of the specified value

Stop After Streak Loss: if enabled, the bot will stop betting when you have lost more btc/doge than the value specified in a single losing streak. Total Profit might be below specified value but betting will continue, but when a single losing streak causes losses more than specified here, it will stop betting.

Stop After Loss: If enabled, the bot will stop betting when total loss is more than specified value. For example, if set to 10, betting will continue until profit is -10 or below

Change Bet after losing streak: after the specified amount of losses in a row, the bet will be changed (NOT multiplied) to the new bet size given. Martingale will then resume from the new bet size

example
example
Multiplier:2
after 5:
change to: 50

bets:
1 lose
2 lose
4 lose
8 lose
16 lose
50 lose
100 win
1 win
1 lose
2 lose
4 lose
8 win
1 lose
2 lose

Change Chance after losing streak: if you get a losing streak equal to the streak size specified, the chance of winning will be changed to the value given.

example
Multiplier:2
Min Bet: 1
Chance: 30%
After: 5
Change To: 49.5%
bets-chance-result
1      30        lose
2      30        lose
4      30        lose
8      30        lose
16    30        lose
32    49.5     lose
64    49.5     win
1     30        win
1     30        lose
2     30        lose
4     30        lose
8     30        win
1     30        lose
2     30        lose

Multiply on Win Tab
https://bot.seuntjie.com/BotGuide/4.png

The settings here are identical to those in the Multplier on Loss tab, except they happen when you win a bet instead of lose.

Zig Zag Settings
https://bot.seuntjie.com/BotGuide/5.png

Zig Zag is switching between betting high and betting low.

Modes:

Wins: after you get the speficied amount of wins in a row, the bot will switch from high to low, or low to high, as applicable.
Losses: after you get the speficied amount of losses in a row, the bot will switch from high to low, or low to high, as applicable.
bets: after every specified amount of bets, the bot will switch from high to low, or low to high, as applicable.

Simulate
https://bot.seuntjie.com/BotGuide/6.png

Here you can simulate your strategy. This is almost the same as normal betting, except that all STOP parameters have been removed. Meaning if simulated profit goes above target set in the multiply on win tab, it will continue to bet until it reaches the specified amount of bets, or goes bankrupt. All other settings are still included, like zig zag, changing bets, multiplier settings, changing chance etc.

Amount of bets: The amount of bets you would like to simulate
Starting Balance: The balance you want the sim to start with.

Stats shown in sim:
Balance: The balance at the end of the simulation
Profit: Total profit (or loss!) during simulation
Wins: Total Wins
Losses: Total Losses
Win Streak: Largest Winning streak
Lose Streak: Largest Losing Streak. if you go bankrupt, this be will be 1 below the actual value

Run sim: Start the simulation
Export Sim: Creates a CSV file with all of the bets' bet number, lucky number, chance, roll, rasult, wagered, profit, balance after each bet, total profit after each bet, as well as the seeds that was used

Check Bets
https://bot.seuntjie.com/BotGuide/7.png

This tool allows you to check the bets you've made and see if the results shown is correct, like the roll verifier mentioned in the fair? tab of JD and DD

Server Seed: The Server Seed for the roll - the server seed can be found by clicking on randomize on DD or JD, or, by clicking on the bet id.
Client Seed: the client seed you were using
start from: the starting nonce of bets you want to verify
Amount of bets: how many bets after the starting nonce you want to check
Generate Bets: this runs the tool and exports a csv file name LuckyNum-<client seed>.csv. This file contains the nonce, with the lucky number to the right of it. This should correspond with the numbers on the site

Charts
https://bot.seuntjie.com/BotGuide/charts.png

This tab is pretty straight forward. Click the button to see the chart. The buttons explain the chart that will be displayed pretty logically, but here's a short explanation anyway.
Current buttons: Show a chart of profit vs bets (amount in current session) or time for all bets made for the current session. session is defined as the period between opening the bot and closing it.
All Time: Show a chart of profit vs bets (as listed on site) or time for all bets made since the bot was opened for the first time in the directory. This chart can get messed up if you switch between currencies.
Bankroll: Your bankroll versus bets (as listed on site) or date for bets made since the bot was opened the first time in the directory. Can get messed up if you switch accounts or currencies.
site profit: The total profit of the site as listed on the site. The bot needs to be open to collect the data for the chart. info is collected every few minutes. Can also get messed up if you switch currencies.

Custom
This tab has modes that was originally custom made for these guys (mutawa, trazel and mmmmkkk).
https://bot.seuntjie.com/BotGuide/custom.png

Mutawa:
This mode has another required setting: Wins in a row, change bet to: (on the multiply on win tab). This setting must not be 0 (doesn't need to be enabled).
The bot will bet your base bet until you encouter a winning streak of <mutawa wins>. Then the bet will be changed to <wins in a row, change bet to:>. if the bet is a win, it is reset to the starting bet and continues betting. If the bet is a loss, it is also reset to the starting bet untill the next winning streak of correct length. Then it is set to the previous larger(probably) bet, multiplied by the mutawa multiplier. If this bet wins, the larger bet is reset and the next bet is at the minimum bet.

For example:

Win and lose multipliers: constant 1
Wins in a row, change bet to: 10
Starting bet: 1
Mutawa multiplier: 2.5
Mutawa wins: 2

1L
1L
1W
1L
1W
1W //streak equal to mutawa wins, change to larger bet.
10L //reset to starting bet
1W
1L
1W
1W //streak equal to mutawa wins, change to previous larger bet * mutawa multiplier.
25W //Win means reset to minimum bet and reset mutawa bet
1W
1W //another 2 win streak, play mutawa bet
10L



Trazel:
The bot will bet normally untill you encounter a winning or losing streak of the set lengths, then change to bet to the applicable "to" value. Then it will use the trazel multiplier as multiplier on loss untill you win. Then it gets reset to base with the normal multiplier.

For example:

base bet: 1
multiplier on loss: 2
trazel multiplier: 2.5
trazel win streak: 2
trazel win to: 0.01
trazel win streak: 3
trazel win to: 100

1W
1W
0.01L
0.025W
1L
2L
4L
100L
250W
1L


mmmmmkkkkk:
It increments your bet by <increment by> on loss and decrements the bet by <decrement by> on a win. This is intended to be played with the mutlipliers all set to 1, otherwise stuff can get very interesting.

for example:

Increment by: 1
derement by: 2
Starting bet: 5
Mulitpliers all set to constant 1.

5L,6L,7L,8L,9L,10W,8W,6L,7W,5W,3W,1W,1W,1W,1L,2L


Advanced Bet settings:
https://bot.seuntjie.com/BotGuide/8.png

Limit: If this is enabled, the selected action will be executed when the balance reaches this value
Lower Limit: if this is enabled, the bot will stop betting if the next bet will put your balance below this value
When limit is reached: this is what the bot does when your limit is reached.
Withdraw: It withdraws a specified amount of coins into the address specified below
Stop Playing: The bot stops playing
Invest: Invests a specified amount of coins.
Amount: How much coins get withdrawn or invested when your limit is reached
Withdraw to: Address where the coins are withdrawn to

Bot speed: this can be used to slow down the bot. It CANNOT speed the UP, if this is disabled, the bot goes as fast as the site allows.

bets per minute: this is how many bets will be placed per minute, can be slowed down to less than 1 bet per minute.
Time between bets: when selecting a bot speed, this will show the time between each bet

Reset seed: If this is enabled, your seed will be reset after the specified amount of wins/losses/bets (NOT wins or losses in a ROW)

A-I/D

This is the tab for auto investing and Divesting based on site profits. Its been on the back burner for a while but will be finished eventually

DiceBot Settings
https://bot.seuntjie.com/BotGuide/9.png

This tab has settings for the bot itself, and has nothing to do with betting

Minimize to tray: if enabled, the bot will not show in task bar when minimized, but only as a tray icon.
Bot name: The bot name used when email alerts are sent out
Username: Your username for Just-Dice.com or doge-dice.com, used for automatically logging you into the site when the bot starts
Password: Your Password for Just-dice.com or doge-dice.com, used for automatically logging you into the site when the bot starts
Auto Login: requires username and password. Will automatically log you into the site when the bot starts
Auto Start: requires username, password and auto login. As soon as you are logged into the site and it is loaded, the bot will start you default strategy automatically

Email notifications:
Enabled: enables or disables email notifications
edit SMTP: it uses smtp.secureserver.net by default, if your isp requires a different SMTP or you just want to use your own, Edit it here
Email: Your email address

You can receive notifications for:
withdrawing
lower limit has stoppped the bot from betting
Losing streaks above the specified value

Your email provider might mark these message as junk, it is your responsibility to make sure you can receive them

Sounds
Kachink: plays a sound when the bot withdraws or invests your profits. Default is a coin dropping, but you can choose your own sound by using browse. .wav and .mp3 files only

Alarm: you can sound alarm for lower limit stops bot from betting or losing streaks above specified value. Default is a short BEEP. Alarm can be changed as well.

Save: you need to press this button to save any changes made to settings in this page.


Stats:
https://bot.seuntjie.com/BotGuide/10.png

Time running: How long your bot has been actively betting since opening
current balance: current balance
profit: profit made since starting bot or resetting stats
bets: bets made
Current Streak: Size of current winning or losing streak: green= winning, red=losing
wins: wins since starting
losses: losses since starting
best win streak: largest winning streak since starting
worst lose streak: largest losing streak since starting
profit per hour: profit per hour at current rate
profit per day: profit per day at current rate
avg profit/bet: average profit you make per bet.
maximum bets: the maximum number of times you can lose in row before going bankrupt.

Reset: resets stats
About: Shows About Page
Bad Streak table: shows a customizable table showing up to 30 losing bets in a row, with total wagered, profit and more

more stats
https://bot.seuntjie.com/BotGuide/11.png

shows some more stats

Avg Streak: the average streak length. if its red, avg is losing, green: avg is winning streaks

avg win streak: the length of the average winning streak
avg lose streak: the lenght of the average losing streak
3 * streaks: the three highest winning/losing streaks since starting the bot.

las streak above: this shows the most recent streak that was higher than the specified value

largest bet: largest bet since starting
largest win: largest profit made by a single bet
largest loss: most coins lost by a single bet

This is it for explaining the features. This post will be updates as features are added to the bot.

My advice to beginners is to experiment with each feature individually, betting only dust bets, until you understand what it does. When you understand how the features work, you can try putting them together. But a fair warning to all: some settings might override others, and while it might seem a good idea at the time, it can cause major losses. experiment with very small bets or the simulator until you know that it does what you want. then try betting bigger.


Hello sir seuntjie Is this guide ok to use now and compatible with the latest version of the Dicebot? Because the version of your bot now 3.3.3 now.


Title: Re: Guide For Seuntjies Dice Bot
Post by: numanoid on April 26, 2017, 11:31:01 PM
Hello sir seuntjie Is this guide ok to use now and compatible with the latest version of the Dicebot? Because the version of your bot now 3.3.3 now.
Mate, wtf you have qouted post 1, it's extremely long and annoying.
You can read it if seunjti has informed us about the guide for dice bot v3 or above
Quote
  Getting started guide for version 3 and up can be found at bot.seuntjie.com/GettingStarted.aspx
That post which you qouted only for v 2.4.4 or earlier


Title: Re: Guide For Seuntjies Dice Bot
Post by: haybee191 on June 08, 2017, 01:48:44 PM
hello sir, i would like to simply know if i can simulate my strategy in programmer mode, because when i try to run it, it just stops and gives funny results like win 1 loss1 winstreak 15 lossstreak 25, i would like to know if its configured to be able to run a simulation in this mode, if yes, please tell me how to set it up properly, i have no problem running a simulation in advance mode though


Title: Re: Guide For Seuntjies Dice Bot
Post by: Omdata on August 21, 2017, 05:26:12 PM
HAI SIR !!
Thanks for make this bot is free to use
can you tell me how long we can make profit by this bot? or there is limit time to use this bot?
thanks for your attention


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on August 21, 2017, 08:57:53 PM
HAI SIR !!
Thanks for make this bot is free to use
can you tell me how long we can make profit by this bot? or there is limit time to use this bot?
thanks for your attention

The purpose of the bot is to make dice more fun and interesting, not to make profit.

Gambling = paying for entertainment. Always gamble for fun, never for profit. never gamble more than you can afford to lose.


Title: Re: Guide For Seuntjies Dice Bot
Post by: tanghere1 on September 06, 2017, 09:23:24 AM
hi seun I have a question. How can you stop the auto roll when you hit a certain number?


Title: Re: Guide For Seuntjies Dice Bot
Post by: Hikocan on October 03, 2017, 08:23:38 PM
hello seuntjie,
I just started using bot. Thank you for the good work.
I have a question. How to clear the betting history? overflowed. The computer is struggling to look past bets.


Title: Re: Guide For Seuntjies Dice Bot
Post by: seuntjie on October 05, 2017, 07:00:26 AM
hello seuntjie,
I just started using bot. Thank you for the good work.
I have a question. How to clear the betting history? overflowed. The computer is struggling to look past bets.

see "How can I reset my bet history?" on https://bot.seuntjie.com/faqs.aspx#faq17


Title: Re: Guide For Seuntjies Dice Bot
Post by: Hikocan on October 07, 2017, 10:14:26 PM

thank you so much. You are very kind


Title: Re: Guide For Seuntjies Dice Bot
Post by: poer on June 28, 2019, 01:56:15 PM
please creat config lua


{

 "Base Bet": "0.001",
 "Target Profit": "5000000.0000000",
 "Target Win": "24000000.00000000",
 "Lose Target": "10.00000000",
 "Interval": "8",
 "Config": [{

     "Bet Set": "1",
     "Chance": "7",
     "Random Chance": {
          "Toggle": "ON",
          "Min": "6",
          "Max": "7"
        },
     "Bet": "Hi",
     "If Win": "1",
     "If Lose": "1.1",
     "Reset If Win": "1",
     "Interval": "100"
     },{

     "Bet Set": "2",
     "Chance": "15",
     "Random Chance": {
          "Toggle": "ON",
          "Min": "5",
          "Max": "50"
        },
     "Bet": "Hi",
     "If Win": "1.18",
     "If Lose": "1.12",
     "Reset If Win": "2",
     "Interval": "100"
     },{

     "Bet Set": "3",
     "Chance": "0",
     "Random Chance": {
          "Toggle": "OFF",
          "Min": "0",
          "Max": "0"
        },
     "Bet": "Hi",
     "If Win": "1",
     "If Lose": "1.3",
     "Reset If Win": "1",
     "Interval": "100"
     }
  ]

}


Title: Re: Guide For Seuntjies Dice Bot
Post by: Irvinn on July 03, 2019, 05:16:04 PM
hello seuntjie,
I just started using bot. Thank you for the good work.
I have a question. How to clear the betting history? overflowed. The computer is struggling to look past bets.
It seems to me that the problem itself is not in the gaming site, but with your computer.  It has little power and therefore you need to clean the cache.