Pages:
Author

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

legendary
Activity: 1717
Merit: 1125
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)
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
legendary
Activity: 1717
Merit: 1125
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.
newbie
Activity: 24
Merit: 0
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
member
Activity: 221
Merit: 13
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
legendary
Activity: 1717
Merit: 1125
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.
legendary
Activity: 1736
Merit: 1023
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?
member
Activity: 221
Merit: 13
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.
legendary
Activity: 1717
Merit: 1125
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.
newbie
Activity: 24
Merit: 0
hero member
Activity: 1372
Merit: 512
Can someone help me or how to use this. Can I ask for a video tutorial? Anyone will provide that tutorial I give them bounty If I will get a profit using this. Thanks  Wink
https://bot.seuntjie.com/gettingstarted.aspx

The bot isn't meant for profit. There is no betting system or strategy than can profit indefinitely. That's not how gambling works. The bot is meant to be used for entertainment purposes only.

That would be nice if the bot is guaranteed profit. I use the bot a lot for 0-bets and let it stop after a nice big red streak. Sometimes it works.  Grin
newbie
Activity: 5
Merit: 0
how can i set bot to rebet after some case.

Code:
initialbet = 0.00000005
nextbet = initialbet
chance = 49.0
bethigh = false
test = 0

function dobet()

if (lastBet.Roll <= 10.99) then
test = 1
nextbet = initialbet * 100
-- i need the bot to rebet at this line
end

if test == 1 then
if (win) then
test = 0
nextbet = initialbet
else
nextbet = nextbet * 2
end
end

end

edit : i got it!! just like this
Code:
initialbet = 0.00000005
nextbet = initialbet
chance = 49.0
bethigh = false
test = 0

function dobet()

if test == 1 then
if (win) then
test = 0
nextbet = initialbet
else
nextbet = nextbet * 2
end
end

if (lastBet.Roll <= 10.99) then
test = 1
nextbet = initialbet * 100
end

end
legendary
Activity: 1717
Merit: 1125
I have had issues with both bitsler and nitrogen as well.
I changed the rolls on bitsler to 0.5 per second and that helped a lot.

Nitrogen has been hit and miss for me. Many times it says to close the page in the browser and I did not even have a browser open at that time. Plus multiple disconnects
Not to worry though. I'm out of nitrogen now.
Up 40k units -- down 131k units -- up 40k units -- rekt on a 5% chance at 205 straight losses...that same seed also gave 109 and 107 streaks all within 1551 spins.
The previous seed ran for ~25k spins and topped out at ~95 loss streak. Guess I shouldn't have reset it...haha
On a side note...is there anyway to reset the seed for ns? I was having to do it manually.

My internet is fine. PrimeDice has been running for ~118,000 spins straight; quickly and flawlessly.

P.S. Anyone know how to contact IIO ? ... he has some nice results

I'll look into NS disconnecting, it's probably the websocket being disconnected for some reason.

No you don't need to log in to the site to use runsim. Can you give me the error for the crashes please? It might just be the site you're running on that I have not implemented the roll verifier for yet. Have you tried switching sites and running then sim then?

It wasn't giving a specific error. It just said DiceBot has stopped working.

I tried switching to another site and it did work correctly so looks like it was due to not having roll verifier implemented on the site that was selected.

On which site were you trying to run the simulation that crashed?

Can someone help me or how to use this. Can I ask for a video tutorial? Anyone will provide that tutorial I give them bounty If I will get a profit using this. Thanks  Wink
https://bot.seuntjie.com/gettingstarted.aspx

The bot isn't meant for profit. There is no betting system or strategy than can profit indefinitely. That's not how gambling works. The bot is meant to be used for entertainment purposes only.
newbie
Activity: 24
Merit: 0
How to copy text on bet History ?

thank
newbie
Activity: 24
Merit: 0
newbie
Activity: 5
Merit: 0
how can i get lucky number of the lastbet?
newbie
Activity: 24
Merit: 0
Can someone help me or how to use this. Can I ask for a video tutorial? Anyone will provide that tutorial I give them bounty If I will get a profit using this. Thanks  Wink

https://www.youtube.com/watch?v=m79E9QKm9PI

https://www.youtube.com/watch?v=k1GlmmXjtYc
sr. member
Activity: 1638
Merit: 364
https://shuffle.com?r=nba
Can someone help me or how to use this. Can I ask for a video tutorial? Anyone will provide that tutorial I give them bounty If I will get a profit using this. Thanks  Wink
legendary
Activity: 1736
Merit: 1023
No you don't need to log in to the site to use runsim. Can you give me the error for the crashes please? It might just be the site you're running on that I have not implemented the roll verifier for yet. Have you tried switching sites and running then sim then?

It wasn't giving a specific error. It just said DiceBot has stopped working.

I tried switching to another site and it did work correctly so looks like it was due to not having roll verifier implemented on the site that was selected.
Pages:
Jump to: