Bitcoin Forum
June 21, 2024, 07:08:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: October 18, 2017, 09:36:01 PM
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.

Add jackpotracer.com to your bot.

JPR said 4 days ago so should be any day now.  Jackpotracer better than 90% of the sites you have listed.  I promise it will be most used site ever for dice bot.  Jackpotracer is King.

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8 as well as http://www.dalecarnegiewayindy.com/2011/12/05/ask-question-instead-of-giving-orders/



Thanks. I can only get into FreeBitcoin with Dicebot, but dont like 47.5% odds. Maybe can you give an update on any MoneyPot sites or any other sites that dont block US? BitExo was working, but having trouble. Bitsler was working but having trouble just logging in normal.
2  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: October 16, 2017, 10:10:46 PM
Seuntjie, what is trick to logging in to SafeDice?
3  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: September 19, 2017, 03:23:09 PM
Seuntjie, which Moneypot sites work with DiceBot right now?
4  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: June 21, 2017, 06:22:44 AM
Seuntjie,
Looking to automate this pattern using DiceBot settings.
My description is repetitive as to be as clear as possible.
Can this be done with settings or prelist? Thanks for great bot!

For 2x payout, 49.5 odds, martingale:


Accumulated multiplier
X2- 1st loss
X4- 2nd loss (2x + 2x)
X8- parley if won
X16- reset on win, no parley if won
X32
X64
X128
X256 min bet- MAX, reset on loss or win

Multiply after loss but not more than 8 times to MAX 256x min bet

MAX bet is x256 min bet

1st win... do nothing, multiple x 1.0, repeat SAME (parley) bet
-- (reset to base after 2nd consecutive win, not 1st)
-- no parley if above x16 min bet
-- only one parley in series

1st loss after repeating SAME (parley) winning bit... multiply x4 previous losing bet
-- (only one x4 after a loss in this series (change once), all other losses are x2 until MAX

2nd consecutive win in a row... RESET to base

1st win after repeating SAME (parley) bet... RESET to base

1st loss after a win... multiply x2
-- Unless the win was a repeat of a SAME (parley) win bet, then x4, only once in series

Loss after a loss... multiply x2 always, until MAX

Loss x2 - unless right after SAME bet from win, then x4 once

1st loss after SAME bet is x4, once only

Always RESET after 2nd win in series

1st W- same bet
2nd W in row- RESET to base
2nd W in series SAME bet after loss (parley) unless x8 min bet then reset after win

EXAMPLE:
Min bet- loss- x2
.001- min
.002- 1st double after loss, repeat .02 bet next if this wins, reset if it wins again
.004- 2nd double after loss, parley SAME if won, unless 2nd win in series then RESET
.008- 3rd double after loss, parley SAME if 1st WIN after loss, otherwise RESET if 2nd win in series
.016- 4th double after loss, RESET if won
.032- 5th double after loss, RESET if won
.064- 6th double after loss, RESET if won
.128- 7th double after loss, RESET if won
.256- 8th, MAX, RESET after loss or win

My challenge mostly setting it to parley only once when winning x4 or x8 or x16 of min bet, and... having 1st loss after 1st win increasing x4 only once. Thanks




This one might do the work in the programmers mode:

Code:
chance=49.5
parley=true
basebet=0.001
highestParley=0.008
nextbet=basebet
maxBet=0.256

function dobet()
if win then
if parley and previousbet<=highestParley then
nextbet=previousbet
parley=false
else
nextbet=basebet
parley=true
end
else
if previousbet==maxBet then
nextbet=basebet
parley=true
else
nextbet=previousbet*2
end
end
end

If you have any further questions I think the right place to discuss would be this thread

Thanks so much. I will test it out and report back.
5  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: June 18, 2017, 09:08:05 PM
Seuntjie,
Looking to automate this pattern using DiceBot settings.
My description is repetitive as to be as clear as possible.
Can this be done with settings or prelist? Thanks for great bot!

For 2x payout, 49.5 odds, martingale:


Accumulated multiplier
X2- 1st loss
X4- 2nd loss (2x + 2x)
X8- parley if won
X16- reset on win, no parley if won
X32
X64
X128
X256 min bet- MAX, reset on loss or win

Multiply after loss but not more than 8 times to MAX 256x min bet

MAX bet is x256 min bet

1st win... do nothing, multiple x 1.0, repeat SAME (parley) bet
-- (reset to base after 2nd consecutive win, not 1st)
-- no parley if above x16 min bet
-- only one parley in series

1st loss after repeating SAME (parley) winning bit... multiply x4 previous losing bet
-- (only one x4 after a loss in this series (change once), all other losses are x2 until MAX

2nd consecutive win in a row... RESET to base

1st win after repeating SAME (parley) bet... RESET to base

1st loss after a win... multiply x2
-- Unless the win was a repeat of a SAME (parley) win bet, then x4, only once in series

Loss after a loss... multiply x2 always, until MAX

Loss x2 - unless right after SAME bet from win, then x4 once

1st loss after SAME bet is x4, once only

Always RESET after 2nd win in series

1st W- same bet
2nd W in row- RESET to base
2nd W in series SAME bet after loss (parley) unless x8 min bet then reset after win

EXAMPLE:
Min bet- loss- x2
.001- min
.002- 1st double after loss, repeat .02 bet next if this wins, reset if it wins again
.004- 2nd double after loss, parley SAME if won, unless 2nd win in series then RESET
.008- 3rd double after loss, parley SAME if 1st WIN after loss, otherwise RESET if 2nd win in series
.016- 4th double after loss, RESET if won
.032- 5th double after loss, RESET if won
.064- 6th double after loss, RESET if won
.128- 7th double after loss, RESET if won
.256- 8th, MAX, RESET after loss or win

My challenge mostly setting it to parley only once when winning x4 or x8 or x16 of min bet, and... having 1st loss after 1st win increasing x4 only once. Thanks


6  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: April 20, 2017, 12:25:39 PM
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

Thank you for the error, you're the first one to actually send it to me. Could it be possible for you to send me the complete error message? That should be only a small portion of the whole message. This already helps a lot and gives me a better idea of what's causing it.

The chart is still updated even when hidden. You can stop/disable the chart by clicking on "stop chart" before hiding it. That should solve this problem until I can release a fixed version.

Can you please export your settings and send it to me (via email/pm if you don't want to share). I haven't been able to reproduce the error myself.

If I can find a more detailed error msg I will send but I think it is chart since it can display 1000 last bets. I did not stop it, just hid it so i think stopping it will do the trick, as I think that solved it on my 2nd cpu and this is on a 3rd. Thanks! Stilling generating about net up .20 btc a day, starting with (now up to) .07 btc session roll, even after losing (stopping by hitting of of series) about 2 session rolls a day.
7  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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
8  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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?
9  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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 Smiley
10  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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.
11  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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?  Shocked

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.

12  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: 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?
13  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : FREE BTC : Play or Invest : 1% House Edge : Banter++ on: June 26, 2013, 11:53:41 AM
Very interesting as I have a vast amount of rolls on other dice site

User ID 2105

I'll test it out
14  Economy / Gambling / Re: SuzukiDICE | Our payout is greater than that of SatoshiDICE. on: May 26, 2013, 07:03:04 PM
You Max Bet limitations will keep my play at SatoshiDice. Betting on a return multiplier of 4x or more and then varying my bet amounts is my best way of getting "lucky". Please consider raising your bet limits at least to .500 BTC
15  Economy / Gambling / Re: SatoshiCircle.com - Better Odds, Blockchain Spam Free, Penguins & Balloons! on: May 06, 2013, 12:52:08 AM
I like the unlocking of other wheels and the awards feature and calculated bet options like 10% of stack

It would be nice to see other bet buttons:

X2 last best

1/2 last bet

1% of stack, increases that amount per click
16  Economy / Gambling / Re: Have you made money by gambling on satoshi dice? YES BIG TIME! on: May 02, 2013, 02:53:17 AM
I have won over 9 bitcoin in 72 hours using new progressive betting system I wrote 3 days ago. Minimum bet is .0125. Started with 4 and now over 13 at the moment. Here are the results:

https://blockchain.info/charts/balance?address=1KGBhwojYViF3rL7x85rmoQve7ohwaGgo9

Will keep tweaking and testing variation in Excel... hope it sustains the win rate!

I know the house has an edge... But we'll see if proper money management can lock up my profits



I am now up to 20 BTC in a few days from 4 BTC.... up $1800
17  Economy / Gambling / Re: Have you made money by gambling on satoshi dice? on: April 30, 2013, 10:10:50 PM
18  Economy / Gambling / Re: Have you made money by gambling on satoshi dice? YES BIG TIME! on: April 30, 2013, 09:58:21 PM
I have won over 9 bitcoin in 72 hours using new progressive betting system I wrote 3 days ago. Minimum bet is .0125. Started with 4 and now over 13 at the moment. Here are the results:

https://blockchain.info/charts/balance?address=1KGBhwojYViF3rL7x85rmoQve7ohwaGgo9

Will keep tweaking and testing variation in Excel... hope it sustains the win rate!

I know the house has an edge... But we'll see if proper money management can lock up my profits

19  Economy / Scam Accusations / Re: Coinbase Warning !!! (Revisited, Somewhat Resolved) on: April 27, 2013, 10:26:13 PM
My April 19th order for 2 BTC was supposed to deliver today but checking on status by logging in I now find it cancelled. Never got an email from this about cancelling my order. No reason yet. I emailed them and awaiting an answer. This is first transaction after being verified.

UPDATE: Like others reported here, I emailed them and got them to reverse the cancellation... and I got my bitcoin!
20  Economy / Exchanges / Re: Coinbase cancellation issues are NOT resolved. on: April 27, 2013, 10:25:04 PM
Since they cancelled by April 19th order today (deliver day) with no reason given yet I hope they do eventually come thru and fill my order like I have seen the do for others posting here in the forum.

UPDATE: Like others reported here, I emailed them and got them to reverse the cancellation... and I got my bitcoin!
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!