Pages:
Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 76. (Read 274841 times)

newbie
Activity: 6
Merit: 0
Excellent, thanks very much!  Cheesy


Also, betting doesn't work at bitdice yet. that will be fixed in the next update.
legendary
Activity: 1717
Merit: 1125
Thank you for contacting them.

You are right, bitdice.me login is fine, I wasn't doing it correctly (wasn't using the email address, used the username), sorry about that. I was surprised to see that it showed zero balance, but after searching a bit I read in your earlier post that this is an API issue.

Thanks again, I'll make sure to keep sending that 1% when I close up!  Smiley


Hi

I'll contact the KingDice team and try to get something sorted there.

As for bitdice.me. Are you logging in with your email and then verifying dicebot as a device using the device verifier tool in DiceBot and the email you should receive?
Re Rollin. Same thing as kingdice, they added a captcha that broke the bot. I've been in contact with them but no word on a resolution as of yet.

Also, betting doesn't work at bitdice yet. that will be fixed in the next update.
newbie
Activity: 6
Merit: 0
Thank you for contacting them.

You are right, bitdice.me login is fine, I wasn't doing it correctly (wasn't using the email address, used the username), sorry about that. I was surprised to see that it showed zero balance, but after searching a bit I read in your earlier post that this is an API issue.

Thanks again, I'll make sure to keep sending that 1% when I close up!  Smiley


Hi

I'll contact the KingDice team and try to get something sorted there.

As for bitdice.me. Are you logging in with your email and then verifying dicebot as a device using the device verifier tool in DiceBot and the email you should receive?
Re Rollin. Same thing as kingdice, they added a captcha that broke the bot. I've been in contact with them but no word on a resolution as of yet.
legendary
Activity: 1717
Merit: 1125
this bot is the best and everybody knows that.

just some exchanges API doesnt wrk good enough with it

Exchanges API? I'm not sure what you're talking about...
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
this bot is the best and everybody knows that.

just some exchanges API doesnt wrk good enough with it
legendary
Activity: 1717
Merit: 1125
Hi Seuntjies,

First of all, thank you for all your hard work, DiceBot is pure awesome!   Cheesy

KingDice added added captcha to their site today, which looks like broke DiceBot's login, understandably. (https://bitcointalksearch.org/topic/m.17579528). At least I think that is why my login fails now. I don't see an API key option on their site - is there anything you can do, or are we out of luck once the captcha is on for a site?

You may already be aware, but the logins for BitDice and Rollin.io also fail, sorry if you already knew. At least they fail for me :-(

Thanks

Hi

I'll contact the KingDice team and try to get something sorted there.

As for bitdice.me. Are you logging in with your email and then verifying dicebot as a device using the device verifier tool in DiceBot and the email you should receive?
Re Rollin. Same thing as kingdice, they added a captcha that broke the bot. I've been in contact with them but no word on a resolution as of yet.
newbie
Activity: 6
Merit: 0
Hi Seuntjies,

First of all, thank you for all your hard work, DiceBot is pure awesome!   Cheesy

KingDice added added captcha to their site today, which looks like broke DiceBot's login, understandably. (https://bitcointalksearch.org/topic/m.17579528). At least I think that is why my login fails now. I don't see an API key option on their site - is there anything you can do, or are we out of luck once the captcha is on for a site?

You may already be aware, but the logins for BitDice and Rollin.io also fail, sorry if you already knew. At least they fail for me :-(

Thanks
legendary
Activity: 1717
Merit: 1125
Hi,

What is the function of resetbuiltin () ?

thx

If you're using one of the built in betting systems (like martingale or fibonacci), it resets the system.
newbie
Activity: 10
Merit: 0
Hi,

What is the function of resetbuiltin () ?

thx
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
the best bot out there, no matter what
legendary
Activity: 1717
Merit: 1125
Hi all,

I'm unable to choose the withdraw option. Anyone can help?


I think that this means the specific site you are using doesn't support this feature.

Check out the feature list ( https://bot.seuntjie.com/features.aspx ) to see which sites support the withdraw feature.
this
legendary
Activity: 1736
Merit: 1023
Hi all,

I'm unable to choose the withdraw option. Anyone can help?


I think that this means the specific site you are using doesn't support this feature.

Check out the feature list ( https://bot.seuntjie.com/features.aspx ) to see which sites support the withdraw feature.
hero member
Activity: 896
Merit: 1000
ive been messing with this off and on with bitvest seems to work well.
But sometimes just a little to complicated but thats just me.
Its still a really good bot tho.
newbie
Activity: 2
Merit: 0
Hi all,

I'm unable to choose the withdraw option. Anyone can help?
http://i63.tinypic.com/2j1aaz4.png
newbie
Activity: 24
Merit: 0
In Programming Mode :

i want record rolll in file, i use

file=io.open("rec1.txt","a")
io.output(file)
io.write("text test")
io.close(file)


LUAR ERROR!!
[string"chunk"]:4: bad argument #1 to 'close (FILE * expected, got nil)

but the code runs well on console
lua text1.txt

Why do you want to record the roll in the file? All bets are stored in a sqlite DB called dicebot.db. You can view previous bets using the bet history form (view->bet history) or by using like sqlitebrowser to query the file directly

You're probably trying to close the file while it's still writing, or opening the file too many times in too quick succession, or something. Try opening the file once when you start the script and then write to the file without closing it, and only close the file when you stop the bot. (do this manually using the console)


I want to record a particular roll with the formula that I created, to be analyzed in a spreadsheet.

I tried the file access code:
[1] fl = io.open ("c: \ test1.txt", "a")
[2] print(fl)

result : no output *nil

code line [1] does not create a new file "c:\test1.txt"
Also although I made manully  file "c:\test1.txt" but file can not be access with io.open method.

* I tried in fedora console using lua filename, io.open can run well
* Dicebot applications run on VPS Windows 2008 R2
legendary
Activity: 1717
Merit: 1125
Are you supposed to copy the folder to run multiple instances? I was actually running 4 (all different sites) at once from the same folder, even with the same exe name. I didn't do anything special -- just launched the same app 4 times with no issues.

It's not necessarily required, but it is recommended. Otherwise all 4 instances of the bot try to read/write to the same DB file and this could and does cause issues sometimes. It doesn't always, but it could.
legendary
Activity: 1988
Merit: 1007
I want to run this on more then two sites at the same time. Is that possible?


I'm right now running two instances, one on bitsler and one on primedice but want to add more... However this seems not possible? It doesn't let me login on any other site.

Copy the whole folder and run each instance in its own folder.

Tried that, doesn't work! It stops working after two folders aka two instances which I ran from one folder without a problem.

I get https://gyazo.com/6a71e1b711beee9fa8837a17cc4a7258

i run 4 instance with diffrent folder name and diffrencet dicebot app name
rename folder
rename dicebot.exe

We talked on discord. The error was caused by the sites he was trying to log into that wasn't working correctly in the bot (rollin, bitdice, fortunejack, betking).
There's no need to rename the exe if you have each instance running from its own folder.


Are you supposed to copy the folder to run multiple instances? I was actually running 4 (all different sites) at once from the same folder, even with the same exe name. I didn't do anything special -- just launched the same app 4 times with no issues.
hero member
Activity: 1386
Merit: 503
I know, I've already sent an email to Kiran about it. There's nothing more I can do for now.

oh you already know it, well thanks for the information
legendary
Activity: 1717
Merit: 1125
I know, I've already sent an email to Kiran about it. There's nothing more I can do for now.
hero member
Activity: 1386
Merit: 503
#Report: rollin.io update new feature when we want login, seems shogun added capthca. so now we can't login rollin.io with dicebot. thanks
Pages:
Jump to: