Bitcoin Forum
April 25, 2024, 05:16:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 »  All
  Print  
Author Topic: Guide For Seuntjies Dice Bot  (Read 45821 times)
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
December 30, 2013, 02:59:56 PM
Last edit: November 24, 2016, 06:53:46 AM by seuntjie
 #1

Getting started guide for version 3 and up can be found at 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:


Then Either change the limit to what you need or disable it

Then Change the withdraw address to your own.



Bet settings:


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


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


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


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


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


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


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).


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:


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


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:


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


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.

1714065362
Hero Member
*
Offline Offline

Posts: 1714065362

View Profile Personal Message (Offline)

Ignore
1714065362
Reply with quote  #2

1714065362
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714065362
Hero Member
*
Offline Offline

Posts: 1714065362

View Profile Personal Message (Offline)

Ignore
1714065362
Reply with quote  #2

1714065362
Report to moderator
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
December 30, 2013, 03:00:57 PM
 #2

Reserver For FAQ

seandaniel
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Make Love Not War


View Profile WWW
December 31, 2013, 01:33:24 AM
 #3

been using your bot for long time, and it was good.
also using it already in dogedice.

Keep up the good work Wink

Thanks
g83
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Super Smash Bros. Ultimate Available Now!


View Profile WWW
December 31, 2013, 09:06:17 AM
 #4

any recommended options to gain some profits ?
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
December 31, 2013, 11:06:04 AM
 #5

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

smashpt
Member
**
Offline Offline

Activity: 111
Merit: 10

Wassup?


View Profile
January 02, 2014, 02:09:49 PM
Last edit: January 02, 2014, 02:37:18 PM by smashpt
 #6

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?
smashpt
Member
**
Offline Offline

Activity: 111
Merit: 10

Wassup?


View Profile
January 03, 2014, 02:12:13 PM
 #7

Seuntjie, can you help me out please?
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 03, 2014, 07:54:41 PM
 #8

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

smashpt
Member
**
Offline Offline

Activity: 111
Merit: 10

Wassup?


View Profile
January 04, 2014, 01:27:33 AM
 #9

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?
jimmydorry
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
January 12, 2014, 12:43:41 PM
Last edit: January 12, 2014, 01:00:06 PM by jimmydorry
 #10

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.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 12, 2014, 01:25:59 PM
 #11

Looks, good except it crashes on first bet.



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

g83
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Super Smash Bros. Ultimate Available Now!


View Profile WWW
January 12, 2014, 01:37:23 PM
 #12

Looks, good except it crashes on first bet.



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..?
w00dface
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 13, 2014, 11:18:05 PM
 #13

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
jimmydorry
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
January 14, 2014, 02:04:58 AM
 #14

Try restarting. I needed to restart the client once after running for first time.
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 14, 2014, 07:54:34 AM
 #15

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.

g83
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Super Smash Bros. Ultimate Available Now!


View Profile WWW
January 14, 2014, 08:33:34 AM
 #16

had the same problem when i enabled zigzag-settings and did not change the zero to one
g83
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Super Smash Bros. Ultimate Available Now!


View Profile WWW
January 14, 2014, 06:56:09 PM
 #17

Could you make a thead to share the best strategies with your bot?
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
January 15, 2014, 11:20:14 PM
 #18

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

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
January 16, 2014, 10:58:41 AM
 #19

Will tip you when I have some profits.

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

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
January 16, 2014, 07:13:28 PM
 #20

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


Pages: [1] 2 3 4 5 6 »  All
  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!