HeyYouGuys
|
|
April 13, 2017, 07:04:20 PM |
|
For some reason, not able to download the latest build 3.3.3 It gives a red error:
Something went wrong while fetching your file! Please reload and try again. If the problem persist, please contact seuntjie.
However, when I go to the Download page, older builds download ok... Maybe link is broken or is it just me?
THANKS!
|
|
|
|
raven7886
Legendary
Offline
Activity: 1512
Merit: 1041
|
|
April 13, 2017, 08:28:16 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something? Kingdice had to disable DiceBot logins for security reasons. I'm working with them to find a work-around Alright thanks for your quick response and help Such a great and friendly developer! Thanks for your contribution towards the community Yeah he has been here for a long long time helping out gamblers. Seuntjie I wanted to ask one thing, If I remember correctly this was based on C# coding, I assume c# base and .net involved heavily on your website but what else was needed to build the website itself ?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 14, 2017, 07:01:36 AM |
|
For some reason, not able to download the latest build 3.3.3 It gives a red error:
Something went wrong while fetching your file! Please reload and try again. If the problem persist, please contact seuntjie.
However, when I go to the Download page, older builds download ok... Maybe link is broken or is it just me?
THANKS!
Sorry about that, should be working fine now. You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something? Kingdice had to disable DiceBot logins for security reasons. I'm working with them to find a work-around Alright thanks for your quick response and help Such a great and friendly developer! Thanks for your contribution towards the community Yeah he has been here for a long long time helping out gamblers. Seuntjie I wanted to ask one thing, If I remember correctly this was based on C# coding, I assume c# base and .net involved heavily on your website but what else was needed to build the website itself ? c#, asp.net stack and MSSQL
|
|
|
|
KingDice
|
|
April 14, 2017, 06:47:59 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something? Yeah we are working on a solution with seuntjie!
|
|
|
|
ferryantoine
Newbie
Offline
Activity: 13
Merit: 0
|
|
April 16, 2017, 03:51:32 PM |
|
Hi there!
Is there any option to reset to base condition when there is a WLWLWLWL.... streak ? My system fails if I face too many WLWLWLWL, so how I can activate an option when for example I face 4 or 5 zigzag win & loose streak to automatically reset? ?
I use martingale: After two loss multiplier x After two win multiplier y and reset when 3 wins in a row.
the only option that I want to add is to reset when I face (WLWLWLWL....) OR (LWLWLWLWL...) streak!
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 17, 2017, 01:34:18 PM |
|
Hi there!
Is there any option to reset to base condition when there is a WLWLWLWL.... streak ? My system fails if I face too many WLWLWLWL, so how I can activate an option when for example I face 4 or 5 zigzag win & loose streak to automatically reset? ?
I use martingale: After two loss multiplier x After two win multiplier y and reset when 3 wins in a row.
the only option that I want to add is to reset when I face (WLWLWLWL....) OR (LWLWLWLWL...) streak!
You will need to use the programmer mode to do this. See the programmer mode page on my site: https://bot.seuntjie.com/programmermode.aspx
|
|
|
|
digitprime
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 17, 2017, 03:56:55 PM |
|
Question to the developer, you can make a website in the bot freedoge.co.in
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 17, 2017, 06:43:59 PM |
|
Question to the developer, you can make a website in the bot freedoge.co.in
Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8
|
|
|
|
HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
April 18, 2017, 12:41:07 AM |
|
Just a note to let you know that I've generated a new pull request. My previous fix for the chart reset only fixed the "Exception" being generated, but then I noticed that the chart scale wasn't resetting correctly until you reached 1000 bets and it did the recalculations. So, if you were using DOGEs and betting like 1000 per roll with appropriate Y Scale... and then switched to BTC and were betting 0.00001000, the scale would be stuck at the DOGE values for Y Min and Max and your BTC bets would just look like a flat line for 1000 rolls I did some research and it appears that by setting the YAxis min and max back to "NaN" (which is their default value on chart creation), the Auto-scaling kicks in and everything works as one would expect
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 18, 2017, 12:46:47 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
|
|
|
|
loews
Member
Offline
Activity: 128
Merit: 10
|
|
April 18, 2017, 02:25:10 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Using what settings exactly? can u post?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 18, 2017, 04:03:42 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Sounds like it's likely caused by the chart. Are you using version 3.3.3? Are you resetting your chart? Can you send me the error details from when it crashes?
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 18, 2017, 05:03:58 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Using what settings exactly? can u post? I have a simple strategy and advanced strategy. I am running advanced strategy as we speak, using bot on one site. Simple strategy can be done manually... It is bet one unit (.00000001 BTC even works to test) 200 times, then increase once x4 to 4 unit 200 times, then double bet after each 200 rolls, 8 units 200 times, 16 units 200 times, etc. Stop after 1400 bets, which is a series loss. Game is dice 396x, .25% odds. I am documenting my settings plus important solutions when site crashes/hangs up/stops bot, lessons learned that cost me, making screenshots, etc. I will start a dedicated thread on how it works soon and post the link in this thread replying to you when it is started.
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 18, 2017, 05:18:10 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Sounds like it's likely caused by the chart. Are you using version 3.3.3? Are you resetting your chart? Can you send me the error details from when it crashes? I hid the chart on one new laptop because I fails if not hidden on working one. I am running it a 3rd time now to get to the error and will report back. FYI the stats window says Maximum bets: 21 in blue, while on my working laptop it says 500+ in red.
|
|
|
|
loews
Member
Offline
Activity: 128
Merit: 10
|
|
April 18, 2017, 05:26:59 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Using what settings exactly? can u post? I have a simple strategy and advanced strategy. I am running advanced strategy as we speak, using bot on one site. Simple strategy can be done manually... It is bet one unit (.00000001 BTC even works to test) 200 times, then increase once x4 to 4 unit 200 times, then double bet after each 200 rolls, 8 units 200 times, 16 units 200 times, etc. Stop after 1400 bets, which is a series loss. Game is dice 396x, .25% odds. I am documenting my settings plus important solutions when site crashes/hangs up/stops bot, lessons learned that cost me, making screenshots, etc. I will start a dedicated thread on how it works soon and post the link in this thread replying to you when it is started. Thats nice man you are doing good profits i would love to know better the advanced one, what values do you use in present list and base bet ?
|
|
|
|
Ewox
|
|
April 18, 2017, 05:36:41 PM |
|
I have been looking for this site ever since I joined bitcointalk, will try this out later and see if it works in my end too.
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 18, 2017, 06:45:24 PM |
|
Working good on one laptop.
Made .2 BTC each day for 2 days in row starting with .04 BTC bankroll using Preset list of 1400 bets using 396x odds, progressive bet increase. Only lost two full betting series of .04 BTC and still withdrew .4 BTC, with enough left in account for 2 more series loses.
Sending a donation!
But... Just newly installed on 2nd laptop and it crashes at 1000 loses. Only have Preset list set to reset on win, stop st end of list. No other stop/reset set. Any suggestions?
Sounds like it's likely caused by the chart. Are you using version 3.3.3? Are you resetting your chart? Can you send me the error details from when it crashes? Ok, rebooted my computer and been running OK now. I just transferred to you .02 BTC through Money Pot... as a tip/donation. Cheers friend! I can't believe I created a Martingale system that works. Still don't believe it. I should be losing a 1400 bet series more often as per my Excel spreadsheet simulations, but up another .08 BTC this morning more than doubling my initial .055 BTC bankroll... which is still in play and "mining" for me
|
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 20, 2017, 03:00:25 AM |
|
Just installed on new computer and Bot is crashing. Chart is hidden. Running list in Prelist. Rebooted after 1st crash. 2nd crash near 999 bets. Info is:
System.OverflowException was unhandled Message: An unhandled exception of type 'System.OverflowException' occurred in System.Windows.Forms.dll Additional information: Value was either too large or too small for a Decimal.
See this before? Any ideas?
|
|
|
|
WGates
Newbie
Offline
Activity: 29
Merit: 0
|
|
April 20, 2017, 03:46:17 AM |
|
Just installed on new computer and Bot is crashing. Chart is hidden. Running list in Prelist. Rebooted after 1st crash. 2nd crash near 999 bets. Info is:
System.OverflowException was unhandled Message: An unhandled exception of type 'System.OverflowException' occurred in System.Windows.Forms.dll Additional information: Value was either too large or too small for a Decimal.
See this before? Any ideas?
OK Seuntjie, tried 3rd time and it is crashing at 1000 bets exactly. Running 3.3.3
|
|
|
|
|