seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 06, 2017, 11:48:09 AM |
|
i´ve noticed today that the bot is very slow using bitsler... also, it stops working and then starts again... i´ve tried with other dice sites and bottler is the only one with this problem ..
i think they are a little bit cautious because of the high prices of bitcoin
I've found a bug that fails to catch some of the inconsistencies of the delays at bitsler (and probably rollin as well). Unfortunately, the simplest fix for this bug could slow down the bot for other sites. I'll need to do some further testing and wil probably have to make some changes to the betting process inside the bot to get everything running smoothly. Important note though is that there is a fix that seems to work, so next version should run better.
|
|
|
|
Pali
Member
Offline
Activity: 221
Merit: 13
|
|
January 06, 2017, 07:42:00 PM |
|
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.
|
BTCArena - First and most established PVP Gambling Platform. Bitcoin Gamble Talk - First and biggest crypto gambling discord.
|
|
|
kolloh
Legendary
Offline
Activity: 1736
Merit: 1023
|
|
January 06, 2017, 07:50:32 PM |
|
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.
Yeah, this should be possible with multiple instances of the application. I've had more than 2 running in the past without issues before. What type of error are you getting on the 3rd instance for example?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 06, 2017, 07:56:25 PM |
|
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.
|
|
|
|
Pali
Member
Offline
Activity: 221
Merit: 13
|
|
January 06, 2017, 08:15:46 PM |
|
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
|
BTCArena - First and most established PVP Gambling Platform. Bitcoin Gamble Talk - First and biggest crypto gambling discord.
|
|
|
realduit
Newbie
Offline
Activity: 24
Merit: 0
|
|
January 06, 2017, 08:18:20 PM |
|
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/6a71e1b711beee9fa8837a17cc4a7258i run 4 instance with diffrent folder name and diffrencet dicebot app name rename folder rename dicebot.exe
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 06, 2017, 08:25:47 PM |
|
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/6a71e1b711beee9fa8837a17cc4a7258i 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.
|
|
|
|
realduit
Newbie
Offline
Activity: 24
Merit: 0
|
|
January 07, 2017, 09:19:51 PM |
|
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
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 07, 2017, 09:40:33 PM |
|
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)
|
|
|
|
Landak
|
|
January 08, 2017, 07:03:15 AM |
|
#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
|
HILIH KINTIL
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 08, 2017, 08:31:40 AM |
|
I know, I've already sent an email to Kiran about it. There's nothing more I can do for now.
|
|
|
|
Landak
|
|
January 08, 2017, 08:48:05 AM |
|
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
|
HILIH KINTIL
|
|
|
ranlo
Legendary
Offline
Activity: 1988
Merit: 1007
|
|
January 08, 2017, 09:03:35 AM |
|
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/6a71e1b711beee9fa8837a17cc4a7258i 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.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 08, 2017, 12:51:41 PM |
|
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.
|
|
|
|
realduit
Newbie
Offline
Activity: 24
Merit: 0
|
|
January 08, 2017, 04:36:25 PM |
|
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 *nilcode 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
|
|
|
|
|
SparkedDev
|
|
January 09, 2017, 01:49:17 AM |
|
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.
|
|
|
|
kolloh
Legendary
Offline
Activity: 1736
Merit: 1023
|
|
January 09, 2017, 02:17:44 AM |
|
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.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
January 09, 2017, 08:30:09 AM |
|
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
|
|
|
|
forzendiablo
Legendary
Offline
Activity: 1526
Merit: 1000
the grandpa of cryptos
|
|
January 10, 2017, 02:52:11 AM |
|
the best bot out there, no matter what
|
yolo
|
|
|
|