elnagdy
Newbie
Offline
Activity: 15
Merit: 0
|
|
October 28, 2017, 03:33:26 PM |
|
DiceBot login issues at Bitsler has been fixed! No need to update, just use 3.3.9 and you'll be set again. Remember 2fa needs to enabled
i cant enter to my account again in bitsler now i change my 2fa and setup from new and try enter again but i cant when i go to web bitsler i enter normal and no problem but when enter from your program bot i cant i write my user my password my 2fa and faild enter before update website bitsler i enter normal and no problem after update i cant enter , why ? i download again your bot from your web , problem not solution i try enter by your program in in my account in freebitco.in accept enter and no problem why bitsler after update it i cant enter ? hello my problem solution now and i can enter and play thank you
|
|
|
|
elnagdy
Newbie
Offline
Activity: 15
Merit: 0
|
|
October 28, 2017, 04:59:06 PM |
|
hello i choose in program change seed auto but my account in bitsler dont availble change seed by your program why ?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
October 28, 2017, 05:23:08 PM |
|
hello i choose in program change seed auto but my account in bitsler dont availble change seed by your program why ?
Bitsler has temporarily disabled resetting seeds. You can't reset seed on the website either.
|
|
|
|
savs
Newbie
Offline
Activity: 21
Merit: 0
|
|
October 28, 2017, 11:59:34 PM |
|
You can reset seeds from web but they did again something with their API and when u try to change the seed it tells you that the access_token param is wrong no matter that I used the same token to make a bets and there it works. Bitsler support told me that this feature works but actually it does not at this stage. There is something wrong and the seed for bitsler cannot be change at this point from bot but only from the site. I will check again tomorrow if Bitsler team decides to fix this, but i have my doubts.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
October 29, 2017, 07:02:42 AM |
|
You can reset seeds from web but they did again something with their API and when u try to change the seed it tells you that the access_token param is wrong no matter that I used the same token to make a bets and there it works. Bitsler support told me that this feature works but actually it does not at this stage. There is something wrong and the seed for bitsler cannot be change at this point from bot but only from the site. I will check again tomorrow if Bitsler team decides to fix this, but i have my doubts.
I will look into it and talk to their dev about it. Bitsler has been extremely supportive and accommodating when it comes to ChatBot and DiceBot. They've made multiple changes to their APIs to allow certain features or fix errors for me. And because it's an extremely technical thing, not all of the support members might know that there is a difference between resetting the seed from the bot and the site. They wouldn't fix it based on a user report, because frankly user reports aren't very reliable (about 90% of the bugs reported to me are user error), they will wait until I give them specific details about what's wrong and what needs to be changed. This is a good thing as it ensures their "fix" doesn't break other things and is in fact a fix for the problem. Give them some more credit, they are great to work with. Edit: Also, consider that it is Sunday today, most people don't work on Sundays
|
|
|
|
dimondimon
Member
Offline
Activity: 270
Merit: 10
|
|
November 01, 2017, 02:39:13 PM |
|
why can't I log in with the dice -bot ?The API key is inserted,but is not included. Bit-exo dice
|
|
|
|
Nick7815
|
|
November 01, 2017, 03:54:46 PM |
|
why can't I log in with the dice -bot ?The API key is inserted,but is not included. Bit-exo dice
as far as i know this has something to do with moneypot. We have to wait until they've made all the necessary updates to their app
|
|
|
|
savs
Newbie
Offline
Activity: 21
Merit: 0
|
|
November 01, 2017, 05:44:58 PM |
|
Any updates about seed change from bot for bitsler ? Thanks
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
November 01, 2017, 08:34:36 PM |
|
why can't I log in with the dice -bot ?The API key is inserted,but is not included. Bit-exo dice
as far as i know this has something to do with moneypot. We have to wait until they've made all the necessary updates to their app I've just tested for the 10th time. Bit-exo works fine. Make sure you select bit-exo from the site menu and NOT moneypot. Make sure you use your API key from bit-exo to log in and that you copy only the API key and the whole API key. If you follow these steps and it still isn't logging in, create a shortcut of DiceBot, right click on the shortcut and go to properties. In target, after dicebot.exe add log=10 "C:\Users\<yourusername>\Downloads\Dicebot 3.3.9\DiceBot 3.3.9\DiceBot.exe" log=10 Open dicebot, select the correct site, try to log in using your API key. If it fails, please email me ( contact@seuntjie.com) the dicebotlog.txt file
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
November 01, 2017, 08:40:08 PM |
|
Any updates about seed change from bot for bitsler ? Thanks
Their devs have not had a chance to look into it.
|
|
|
|
neoooo_1234
Copper Member
Jr. Member
Offline
Activity: 300
Merit: 2
|
|
November 02, 2017, 07:09:32 AM |
|
martingale will never work in long run
|
|
|
|
mezofix
Newbie
Offline
Activity: 4
Merit: 0
|
|
November 04, 2017, 12:57:51 AM |
|
hello i have this sequences but what should change that i want multipler basebet *3 if loss ? can u help me ? this is code, is not mine of course, thx
chance=49.75 minbet=0.00000001 seqnum=0
function dobet() if seqnum>3 then seqnum=0 end if seqnum==0 then betchoice=math.random(1,3) end
if betchoice==1 and seqnum==0 then bethigh=false nextbet=0.00000001 end if betchoice==1 and seqnum==1 then bethigh=false nextbet=0.00000002 end if betchoice==1 and seqnum==2 then bethigh=true nextbet=0.00000004 end if betchoice==1 and seqnum==3 then bethigh=true nextbet=0.00000008 end
if betchoice==2 and seqnum==0 then bethigh=false nextbet=0.00000001 end if betchoice==2 and seqnum==1 then bethigh=true nextbet=0.00000002 end if betchoice==2 and seqnum==2 then bethigh=true nextbet=0.00000004 end if betchoice==2 and seqnum==3 then bethigh=false nextbet=0.00000008 end
if betchoice==3 and seqnum==0 then bethigh=true nextbet=0.00000001 end if betchoice==3 and seqnum==1 then bethigh=false nextbet=0.00000002 end if betchoice==3 and seqnum==2 then bethigh=true nextbet=0.00000004 end if betchoice==3 and seqnum==3 then bethigh=false nextbet=0.00000008 end
seqnum=seqnum+1
end
|
|
|
|
HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
November 04, 2017, 02:43:18 AM |
|
hello i have this sequences but what should change that i want multipler basebet *3 if loss ? can u help me ?
I assume you mean you want to multiply the basebet if all 4 bets in the sequence lose? What should happen if you win 1 of the four bets but lose the other 3? And 2 wins/2 losses? And 3 wins/1 loss? The code below only multiplied by 3 if four losses... Otherwise it'll stick with 0.0000001 as start of sequence In any case, you need to create a way to track the number of wins... A counter and the use of "if (win) then" would probably do it... And then just use something like: -- NOTE: INCOMPLETE CODE -- DO NOT COPY PASTE! chance=49.75 minbet=0.00000001 seqnum=0 winCount = 0 basebet = minbet
function dobet()
if win then winCount = winCount + 1 end
if seqnum>3 then seqnum=0 if winCount == 0 then -- lost all 4bets, multiply by 3 basebet = minbet * 3 elseif winCount == 1 then -- stuff basebet = minbet elseif winCount == 2 then -- other stuff basebet = minbet elseif winCount == 3 then -- more stuff basebet = minbet elseif winCount == 4 then -- yay we won lots! basebet = minbet end winCount = 0 -- reset count end if seqnum==0 then betchoice=math.random(1,3) end
if betchoice==1 and seqnum==0 then bethigh=false nextbet=basebet end if betchoice==1 and seqnum==1 then bethigh=false nextbet=previousbet * 2 end if betchoice==1 and seqnum==2 then bethigh=true nextbet=previousbet * 2 end if betchoice==1 and seqnum==3 then bethigh=true nextbet=previousbet * 2 end .... Do the same for the other sections with nextbet = basebet for seqnum==0 and previousbet * 2 for the other seqnum ...
|
|
|
|
crash-bit
Newbie
Offline
Activity: 11
Merit: 0
|
|
November 04, 2017, 02:25:29 PM Last edit: November 04, 2017, 03:50:47 PM by crash-bit |
|
Hi everyone,
I am new to all of this and downloaded the newest version of the bot (v3.3.9) yesterday. Great tool by the way. I just have two questions:
1) Is BetKing not available for the bot anymore? It does not show up as an option.
2) I saw discussions about bet speed and how the bet amount can influence the bet speed. I tested bitsler website vs bot bet speed at a very low amount 0.00000002 and my test shows that betting on the bitsler website directly is twice as fast vs using the bot to bet on bitsler. Bot got about 0.5 - 0.8 bets per second vs up to 1.5 bets per second on the bitsler website. I was using the exact same amount and same bet settings. So, I guess my question is, why is there such a huge difference in bet speed.
Thx
|
|
|
|
elskerlinn
Full Member
Offline
Activity: 261
Merit: 100
Enterapp Pre-Sale Live - bit.ly/3UrMCWI
|
|
November 05, 2017, 06:50:54 PM |
|
Do anyone have a dicebot script which can help me built some balance from just a faucet claim? .. or is it recommended to have a certain amount of funds before running the bot generally ?
|
|
|
|
TheQuin
|
|
November 06, 2017, 06:05:13 AM Last edit: November 06, 2017, 07:06:39 AM by TheQuin |
|
Do anyone have a dicebot script which can help me built some balance from just a faucet claim? .. or is it recommended to have a certain amount of funds before running the bot generally ?
There is no strategy that will magically turn a very small amount given out by a faucet into a decently sized balance. It can happen when you get very lucky. That's a nice feature of DiceBot that you can look at the statistics window and see what your luck was in any session. I have created strategies that were hugely profitable one day and busted the next, but the answer was in the luck stat. Generally, your probability of making a profit is increased if you are trying to win an amount much smaller than your balance. Trying to do it the other way round the probability of success is much smaller.
|
|
|
|
HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
November 06, 2017, 07:35:09 AM |
|
Do anyone have a dicebot script which can help me built some balance from just a faucet claim? .. or is it recommended to have a certain amount of funds before running the bot generally ?
Honestly, I don't know why people bother trying to build from a faucet claim using scripts... your best bet (#excuseThePun), is to just grind it out doing 99x payout bets with the max faucet... eventually, you'll hit it and you'll finally have a decent balance to try and play with. For added grind/payoff, try 999x
|
|
|
|
Hikocan
Newbie
Offline
Activity: 63
Merit: 0
|
|
November 06, 2017, 09:57:12 AM |
|
why can't I log in with the dice -bot ?The API key is inserted,but is not included. Bit-exo dice
as far as i know this has something to do with moneypot. We have to wait until they've made all the necessary updates to their app I've just tested for the 10th time. Bit-exo works fine. Make sure you select bit-exo from the site menu and NOT moneypot. Make sure you use your API key from bit-exo to log in and that you copy only the API key and the whole API key. If you follow these steps and it still isn't logging in, create a shortcut of DiceBot, right click on the shortcut and go to properties. In target, after dicebot.exe add log=10 "C:\Users\<yourusername>\Downloads\Dicebot 3.3.9\DiceBot 3.3.9\DiceBot.exe" log=10 Open dicebot, select the correct site, try to log in using your API key. If it fails, please email me ( contact@seuntjie.com) the dicebotlog.txt file hello seuntjie, I did what they said. I added 10 in the target section. the program is not connecting. bitsler.com is not connecting. dicebotlog.txt did not find this file
|
|
|
|
crash-bit
Newbie
Offline
Activity: 11
Merit: 0
|
|
November 06, 2017, 12:47:15 PM Last edit: November 06, 2017, 01:01:13 PM by crash-bit |
|
I also have an issue connecting with bitsler. Every time I connect it says login successful, but it does not show my balance or anything. I am also not able to trigger bets. For some reason, I get an email from bitsler asking me to a authorize a new device access and when I click the APPROVE THIS REQUEST button in their email, it just goes to their website with an error message saying "TOKEN EXPIRED". I probably did that now 20 times, tried to delete cache and cookies, tried different browsers and nothing worked.
I asked their support and all they said is to try to delete my cookies and cache and that they do not support third party issues, which I think is actually more on their side.
****EDIT**** I just tried turning off the option "SECURITY ACCESS BY EMAIL" in the security settings in Bitsler againa nd this time it actually worked and I am able to connect with the bot to bitsler again.
|
|
|
|
crash-bit
Newbie
Offline
Activity: 11
Merit: 0
|
|
November 06, 2017, 01:45:22 PM |
|
When you run a simulation, I thought the stats window was supposed to show data about your simulation? Is that true or false? Mine just shows all values at 0 and I thought I read somewhere that it should show simulated data.
|
|
|
|
|