Search content
Sort by

Showing 18 of 18 results by l2r
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 15/08/2016, 05:28:07 UTC
I just observed this.

I am on 49.5 % chance, and I hit "High" bet on manual section in the bot. the roll came 56.5 , so I win right ? no "It was a Red" and amount actually deducted from my total.

Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 13/08/2016, 22:02:35 UTC
Login issue with BitSler

Hi Seuntjie,

I am trying to login using the bot, but can not login. Login on the site works fine.

I heard I need to log out of the site to use the Bot, so I did that too. username/password and 2FA. Not working.

Same session, other sites work. Use version 3.2.0 and select last site in the list

Thanks
l2r
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 28/07/2016, 10:44:57 UTC

[/quote]

You can use the bet history form from (View->bet history) to get your bets for the site you selected.
Alternatively, the file dicebot.db contains all bets you've placed with that instance of the bot (the one that's in the same folder as the dicebot.db file). You can open the file using something like sqlitereader
[/quote]

Hi Seuntjie,

I have some dicebot.db files on 2-3 different machines, VPS etc .. is there a way to merge them ? no bets are done simultaneously.

Also, there is one VM, where when I select history, it gives windows dll error and closes.

Thanks
l2r
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 04/07/2016, 09:54:25 UTC
None of the bots do.

Sure, may be some adjustment needed. Wait starts here.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 04/07/2016, 09:36:08 UTC
With new PrimeDice, the Bot does not work any more

Just FYI
Post
Topic
Board Gambling
Re: Primedice 4 Launches TODAY!
by
l2r
on 04/07/2016, 09:22:22 UTC
wow..good job PD team! was definitely worth the wait..love the new features,  Grin

hmmm..there seems to be an issue with max bet..when i press max button and try to roll it says "insuficient funds" Undecided

Reduce total amount by 1 Satoshi

if your balance is 0.32002321 , then change it to 0.32002320

Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 01/07/2016, 05:04:09 UTC
With the .NET Core for Linux released by Microsoft, is it worth getting Linux native Bot now ??
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 08:51:47 UTC
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

is there any way to use your bot and i can set max bet to x.xxbtc ?

If you want to use that script, you'll probably add something like this to the end of the dobet function:
Code:
if nextbet>maxbet then --where maxbet is a defined value at the top of the script
nextbet=maxbet
end

If you're just using the advanced mode, there is a max bet setting in the advanced bet settings or stop conditions tab.


I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

Thank you. It is a good decision for all users in long term.

If want to make any changes, will request in the forum. Mostly if there is any bug that is fixed.

By the way, is there a way to send/set clientseed with every bet ?

No, for two reasons:
1. Sites that use a nonce based provably fair method does not allow you to change the client seed without resetting the server seed, and almost none of the sites allow you to reset the server seed after each bet. It is, in my opinion, anyway better to use a single server client seed pair for an extended period of time and only randomize if you want to verify you bets.
2. If I allow users to set their own client seeds, people will use the same client seed over and over again, and this puts them at a risk of the site cheating. It's me being paranoid and it's highly unlikely, but it's better that the bot randomly generates a new seed for every bet when the site uses a per bet based client and server seed pair.

Got it. Can you please update second script with same if condition correction ?
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 07:48:39 UTC
Care to explain why your compiled bot, offered on your official website, silently opens itself again in the background, without any way to see the window itself, after it's being closed and suddenly starts using x% of CPU power, out of nowhere and makes the CPU fan turn up, with nothing else running besides of this? And also why it silently opens itself again (still invisible!) after being closed via TaskManager until you finally give up and just let it be?   Roll Eyes
  
Waiting for an interesting excuse. And don't say "You can review the code", it's the most easiest excuse to include a Bitcoin Miner with the "official compiled version" and say afterwards that everyone can review the code, while the Source Code does not show said thing, but the pre compiled version has it built right into it.  
  
It's a huge bold thing I'm saying here, but there really is no other explanation for this.
  
And suddenly a different version appears on the website when he'll read this  Roll Eyes

Look dude, I should tell you this. I have downloaded the code and compiled a version for myself with my own modifications, and that too keeps DiceBot.exe (32-bit) in the Task Manager even after I close the Window. I have to close it with End Task.

I think this could be just something small , and not like mining in background etc.

This guy has tons of people creating users through bot, and may have tons of referral BTC awarded, so he does not need to "Mine" on your computer or mins.

My 2 cents.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 07:16:27 UTC
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

The same changes required in the second script "Array to randomize Hi-Lo and random Multiplier" as well, please.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 06:21:02 UTC
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

Thank you. It is a good decision for all users in long term.

If want to make any changes, will request in the forum. Mostly if there is any bug that is fixed.

By the way, is there a way to send/set clientseed with every bet ?
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 02:55:13 UTC
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Hi Seuntjie,

How to make modifications to the script ?? There is a bug in the script.

the If loop,

Code:
if (balance > (balance+ sessionprofit)) then
print("Target Achieved")
stop()
end


The actual loop should be like this,

Code:
if (balance > (bankroll + sessionprofit)) then
print("Target Achieved")
stop()
end

The variable "balance" should be changes to "bankroll" in the addition to sessionprofit for a proper stop condition otherwise it will keep running and never stop.

Thanks
l2r
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 23/06/2016, 00:11:18 UTC
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.



Got it. That would bet lastBet.Roll
https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Thanks Seuntjie.

Is there a variable for last roll amount that I can use in LUA ?

Yes, you can use the lastbet object. See the UML at the bottom of https://bot.seuntjie.com/ProgrammerMode.aspx for details on the object. Just make sure of the capitalization of the name in the variables box in the programmer mode
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 22/06/2016, 20:55:38 UTC
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Thanks Seuntjie.

Is there a variable for last roll amount that I can use in LUA ?
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 22/06/2016, 05:44:07 UTC
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 19/05/2016, 18:01:30 UTC
I analyzed some details with the Bot developer and seems like one more Bot that I downloaded 15 mins before DiceBot from Blog, http://primedicebot.blogspot.com/

That blog must not be used and it is the real culprit. It gives pm.zip file

When I tried, nothing happened in bidding so I stopped it and used DiceBot.exe

Seems like the real scammer is pm.zip on the Blog Ultimate PrimeDice Bot 4.0 .... it in fact might have stolen almost $67 in BTC

I have no idea what is the exact reason, but I have learned my lesson. Never use a Bot (atleast unknown ones) .. Lesson learnt

Thanks to Eugene for looking at email details

Thanks all and be careful.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 19/05/2016, 12:04:29 UTC
I downloaded it from https://bot.seuntjie.com/

MD5 hash for the zip file is, 43ffe998d874eac463be1e69ffa119be
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
l2r
on 19/05/2016, 10:56:53 UTC
Hi Guys

I downloaded the DiceBot software and when login to PrimeDice with my id, it withdrew all my bitcoins and stole them.

Now my balance is 0. Total bitcoin stolen by the bot is 0.12998300

I need my Bitcoins back ... Someone please help

The BTC address for PD a/c is, 1EbMcRnm8YZ1tAMKkLivSjs2AY2WgJhSvk

Thanks