seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 08, 2017, 09:43:00 AM |
|
I have problem with BitDice, i can login but can't bet can you tell to me why ? Thanks Which version of the bot are you using (version number please)? Do you see your balance after logged in? Does it show any error message at the bottom of the screen after you try to bet? I use new version dicebot 3.3.3 I dont see anything after success login No It looks like bitdice has made some updates again that broke the bot. I'll have to look into it. Wow man you improved the bot so much. Is it still purely donation based?
I mean you had a great code early on with C# but now its just going to an insane level. I wonder what else you can innovate in bitcoin World other than just a bet bot, You may come up with some crazy stuff in the future. I hope you will try to create more stuff in the future like these.
Thank you for the praise, I appreciate it. Not really, I get very little donations. The income from the bot is mainly from adding new sites (which has a fee attached for the site being added) and referral/affiliate programs. Unfortunately I have to disagree with you about the level of code though, DiceBot as it is is pretty badly written. I do have some updates planned (if I can get time to work on it) that will be coded and designed on a proper standard and level, and the real innovations for the bot will be coming with those updates.
|
|
|
|
hyperbit23
Newbie
Offline
Activity: 4
Merit: 0
|
|
April 09, 2017, 07:43:00 AM |
|
DiceBot is really a great software! I have been using it for months with PrimeDice, Rollin.io and BetterBets.io, with good results. Any possibility to use it with EdgeDice from MoneyPot? I want to create an initial bet that grows with the earned profits. This will be useful for EdgeDice that has low-multiplier (<1.001) betting and very high chance of accumulating earnings with each bet.
|
|
|
|
milewilda
Legendary
Offline
Activity: 3304
Merit: 1156
|
|
April 09, 2017, 07:52:48 AM |
|
I have problem with BitDice, i can login but can't bet can you tell to me why ? Thanks Which version of the bot are you using (version number please)? Do you see your balance after logged in? Does it show any error message at the bottom of the screen after you try to bet? I use new version dicebot 3.3.3 I dont see anything after success login No It looks like bitdice has made some updates again that broke the bot. I'll have to look into it. Wow man you improved the bot so much. Is it still purely donation based?
I mean you had a great code early on with C# but now its just going to an insane level. I wonder what else you can innovate in bitcoin World other than just a bet bot, You may come up with some crazy stuff in the future. I hope you will try to create more stuff in the future like these.
Thank you for the praise, I appreciate it. Not really, I get very little donations. The income from the bot is mainly from adding new sites (which has a fee attached for the site being added) and referral/affiliate programs. Unfortunately I have to disagree with you about the level of code though, DiceBot as it is is pretty badly written. I do have some updates planned (if I can get time to work on it) that will be coded and designed on a proper standard and level, and the real innovations for the bot will be coming with those updates. We will wait for that update and sure any bot owners would also love to test out the newly updated one.I have tried on using this bot it gives some results but not all the time thats why use this on your own risk dont know why you are just earning little money from donations which you do make hardwork for all of this you can sell it if you like but its your own choice lol.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 09, 2017, 10:13:23 AM |
|
We will wait for that update and sure any bot owners would also love to test out the newly updated one.I have tried on using this bot it gives some results but not all the time thats why use this on your own risk dont know why you are just earning little money from donations which you do make hardwork for all of this you can sell it if you like but its your own choice lol.
I am of the opinion that selling someone something that is almost guaranteed to lose them money is akin to scamming them. That's why I sell to sites (since they are the ones that stand to make money from it). I might start selling support or something at some point (help writing scripts, adding suggested features, few days early access to new versions etc for a small monthly fee or something). But that's still far off if I do decide to do it. I need to get working on v4 of the bot first.
|
|
|
|
puremage111
|
|
April 10, 2017, 12:06:38 PM |
|
is there way to login rollin.io with username and password?
I can only see the API key and secret key
Thanks
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 10, 2017, 12:52:23 PM |
|
is there way to login rollin.io with username and password?
I can only see the API key and secret key
Thanks
You need to use your username, API key and API secret. These can be found on your account page on Rollin.IO
|
|
|
|
HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
April 10, 2017, 02:35:18 PM |
|
Guessing that 2FA with DuckDice hasn't actually been implemented yet? I can't see the "twofa" variable being used in the login code in DuckDice.cs... and while debugging my compiled code I get the following in sEmitResponse after clicking Login: "{\"error\":\"The Verification Code is required.\"}" Does their API actually support 2FA and, if so, what is the appropriate API field name so I can add it in? or is it unavailable/"classified" and will I need to disable 2FA on my DuckDice account to use the Bot on DuckDice?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 10, 2017, 02:54:33 PM |
|
Guessing that 2FA with DuckDice hasn't actually been implemented yet? I can't see the "twofa" variable being used in the login code in DuckDice.cs... and while debugging my compiled code I get the following in sEmitResponse after clicking Login: "{\"error\":\"The Verification Code is required.\"}" Does their API actually support 2FA and, if so, what is the appropriate API field name so I can add it in? or is it unavailable/"classified" and will I need to disable 2FA on my DuckDice account to use the Bot on DuckDice? That is exactly the problem. And I don't know what the 2fa field name should be because it wasn't given to me in the API documentation that I was given by duckdice. Try something like mfacode, 2facode, code or something along those lines Edit: I performed a few magic tricks with the magical f12 button in my browser. It's code. I don't know if you'll be able to log in using all three parameters with the first request and if you'll need to make a request using only the username and password and then make one using all three once the first one fails. And I'll/you'll likely have to exclude the code param if no 2fa code is provided
|
|
|
|
HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
April 10, 2017, 05:29:04 PM |
|
That is exactly the problem. And I don't know what the 2fa field name should be because it wasn't given to me in the API documentation that I was given by duckdice. Try something like mfacode, 2facode, code or something along those lines
Edit: I performed a few magic tricks with the magical f12 button in my browser. It's code. I don't know if you'll be able to log in using all three parameters with the first request and if you'll need to make a request using only the username and password and then make one using all three once the first one fails. And I'll/you'll likely have to exclude the code param if no 2fa code is provided
Thanks for the effort to find the missing puzzle piece I've modded the DuckDice.cs so that if twofa is not null, it will send it along as the "code" value in the StringContent. Otherwise, it just leaves it out and sends just the user/pass info as before. (ps. left the all important campaignhash untouched ) I've tested it with and without 2FA enabled... and tried to login with correct 2FA value, incorrect 2FA value and 2FA value blank and it seems to behave as expected (ie. successful logins with 2FA enabled and correct value, rejected logins in other cases... and with 2FA disabled on account, it rejects logins on all but blank 2FA value) Finally, I think I've managed to successfully create a pull request on github... hope I did it right, I've never actually done it before
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 10, 2017, 08:34:54 PM |
|
That is exactly the problem. And I don't know what the 2fa field name should be because it wasn't given to me in the API documentation that I was given by duckdice. Try something like mfacode, 2facode, code or something along those lines
Edit: I performed a few magic tricks with the magical f12 button in my browser. It's code. I don't know if you'll be able to log in using all three parameters with the first request and if you'll need to make a request using only the username and password and then make one using all three once the first one fails. And I'll/you'll likely have to exclude the code param if no 2fa code is provided
Thanks for the effort to find the missing puzzle piece I've modded the DuckDice.cs so that if twofa is not null, it will send it along as the "code" value in the StringContent. Otherwise, it just leaves it out and sends just the user/pass info as before. (ps. left the all important campaignhash untouched ) I've tested it with and without 2FA enabled... and tried to login with correct 2FA value, incorrect 2FA value and 2FA value blank and it seems to behave as expected (ie. successful logins with 2FA enabled and correct value, rejected logins in other cases... and with 2FA disabled on account, it rejects logins on all but blank 2FA value) Finally, I think I've managed to successfully create a pull request on github... hope I did it right, I've never actually done it before Awesome, thanks. I will merge the pull request when I get to work on dicebot again. I took a quick look and it everything seemed OK
|
|
|
|
puremage111
|
|
April 13, 2017, 02:43:56 AM Last edit: April 13, 2017, 03:34:32 AM by puremage111 |
|
hello, so recently i downloaded back the dicebot
1) When i press on simulate
After few seconds, the whole bot just shut down
2) I set my settings After 2 Losses in row, change bet to x amount.
It will goes back to x amount after 2 losses but sometimes it just goes over 3-4-5 losses streak
How can i fix it?
3) If i want to perform this Base bet : 100 Every 5 bet losses in streak > change bet back to 100 Multiplier : 1.2
It eventually went back to 100 every 5 bet losses in streak, but after that it will never multiply again until when a bet is won then the next loss it will be multiply again, what i should set?
Thanks
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 13, 2017, 06:13:09 AM |
|
hello, so recently i downloaded back the dicebot
1) When i press on simulate
After few seconds, the whole bot just shut down
2) I set my settings After 2 Losses in row, change bet to x amount.
It will goes back to x amount after 2 losses but sometimes it just goes over 3-4-5 losses streak
How can i fix it?
3) If i want to perform this Base bet : 100 Every 5 bet losses in streak > change bet back to 100 Multiplier : 1.2
It eventually went back to 100 every 5 bet losses in streak, but after that it will never multiply again until when a bet is won then the next loss it will be multiply again, what i should set?
Thanks
1) try running the simulation on another site, that's usually the problem when it crashes. 2) I've never experienced this. Can you send me a screenshot/video of it happening and your settings? 3) I'm not sure what you want. Can you give me an example set of bets?
|
|
|
|
haybee191
Newbie
Offline
Activity: 9
Merit: 0
|
|
April 13, 2017, 07:29:23 AM Last edit: April 13, 2017, 08:01:35 AM by haybee191 |
|
hello seunjie, i noticed that the bot highlights some numbers in yellow and some in gray in the live bet panel, why is this?
|
|
|
|
puremage111
|
|
April 13, 2017, 07:30:56 AM |
|
hello, so recently i downloaded back the dicebot
1) When i press on simulate
After few seconds, the whole bot just shut down
2) I set my settings After 2 Losses in row, change bet to x amount.
It will goes back to x amount after 2 losses but sometimes it just goes over 3-4-5 losses streak
How can i fix it?
3) If i want to perform this Base bet : 100 Every 5 bet losses in streak > change bet back to 100 Multiplier : 1.2
It eventually went back to 100 every 5 bet losses in streak, but after that it will never multiply again until when a bet is won then the next loss it will be multiply again, what i should set?
Thanks
1) try running the simulation on another site, that's usually the problem when it crashes. 2) I've never experienced this. Can you send me a screenshot/video of it happening and your settings? 3) I'm not sure what you want. Can you give me an example set of bets? Alright my setting Bet : 100 Multiply by : 2 After every 5 bet loss > Reset to 100 Outccome L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 100 (It Dont Multiply Here) L : 100 W : 100 L : 100 (Starts to Multiply after one win) L : 200 What i want is L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 200 (It multiply again) L : 400 W : 800 L : 100 L : 200 Hope this is clear, sorry not a native english speaker :x
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 13, 2017, 10:21:53 AM |
|
hello seunjie, i noticed that the bot highlights some numbers in yellow and some in gray in the live bet panel, why is this?
Please see "What do the colors mean in the bet list?" on https://bot.seuntjie.com/faqs.aspx#faq26hello, so recently i downloaded back the dicebot
1) When i press on simulate
After few seconds, the whole bot just shut down
2) I set my settings After 2 Losses in row, change bet to x amount.
It will goes back to x amount after 2 losses but sometimes it just goes over 3-4-5 losses streak
How can i fix it?
3) If i want to perform this Base bet : 100 Every 5 bet losses in streak > change bet back to 100 Multiplier : 1.2
It eventually went back to 100 every 5 bet losses in streak, but after that it will never multiply again until when a bet is won then the next loss it will be multiply again, what i should set?
Thanks
1) try running the simulation on another site, that's usually the problem when it crashes. 2) I've never experienced this. Can you send me a screenshot/video of it happening and your settings? 3) I'm not sure what you want. Can you give me an example set of bets? Alright my setting Bet : 100 Multiply by : 2 After every 5 bet loss > Reset to 100 Outccome L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 100 (It Dont Multiply Here) L : 100 W : 100 L : 100 (Starts to Multiply after one win) L : 200 What i want is L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 200 (It multiply again) L : 400 W : 800 L : 100 L : 200 Hope this is clear, sorry not a native english speaker :x I meant a screenshot/export of your settings.
|
|
|
|
puremage111
|
|
April 13, 2017, 12:23:16 PM |
|
1) try running the simulation on another site, that's usually the problem when it crashes.
2) I've never experienced this. Can you send me a screenshot/video of it happening and your settings?
3) I'm not sure what you want. Can you give me an example set of bets?
Alright my setting Bet : 100 Multiply by : 2 After every 5 bet loss > Reset to 100 Outccome L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 100 (It Dont Multiply Here) L : 100 W : 100 L : 100 (Starts to Multiply after one win) L : 200 What i want is L : 100 L : 200 L : 400 L : 800 L : 1600 L : 100 L : 200 (It multiply again) L : 400 W : 800 L : 100 L : 200 Hope this is clear, sorry not a native english speaker :x [/quote] I meant a screenshot/export of your settings. [/quote]
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 13, 2017, 02:16:13 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
|
|
|
|
puremage111
|
|
April 13, 2017, 02:44:32 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
April 13, 2017, 03:59:08 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something? Kingdice had to disable DiceBot logins for security reasons. I'm working with them to find a work-around
|
|
|
|
puremage111
|
|
April 13, 2017, 04:12:33 PM |
|
You set your multiplier mode to max. That means it's going to multiply your bet 3 times and then not again until you've won.
You're trying to reset your bet using a setting that changes it once. Use a reset condition.
So set your multiplier mode to CONSTANT. DISABLE the "after x bets change your bet to y" setting go to the stop conditions tab and ENABLE the "reset after x losses in a row" setting.
Thanks alot! didn't know the stop conditions tab has similar feature as i didn't really use that tab really appreciate your help! One issue here, i tried login in kingdice with the id and password, but it says wrong password or create new account. The id and password can be logged in the website, should i delete any cache file or something? Kingdice had to disable DiceBot logins for security reasons. I'm working with them to find a work-around Alright thanks for your quick response and help Such a great and friendly developer! Thanks for your contribution towards the community
|
|
|
|
|