Pages:
Author

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

legendary
Activity: 1717
Merit: 1125
jr. member
Activity: 78
Merit: 1
Please show me a picture where is that setting cos i cant find it  Huh  https://pasteboard.co/INEG2I2.png">picture
legendary
Activity: 1717
Merit: 1125
Hello Seuntjies ...
 
 If we could reset the progression of d'Alembert when on profit that would be a massive game changer I believe  Huh Grin Roll Eyes

 I mean profit from last bet not the profit when started the bot. To reset on every last bet when getting the profit from last bet RESET to beginning of the progression

Your massive game changer should already be possible by just enabling the "reset after x btc profit" setting in the reset conditions tab. That is exactly how that setting works.
jr. member
Activity: 78
Merit: 1
 Hello Seuntjies ...
 
 If we could reset the progression of d'Alembert when on profit that would be a massive game changer I believe  Huh Grin Roll Eyes

 I mean profit from last bet not the profit when started the bot. To reset on every last bet when getting the profit from last bet RESET to beginning of the progression.
 Same as Martingale progression to reset on profit.
jr. member
Activity: 78
Merit: 1
@housework please have a good look here before giving your money away https://bitcointalksearch.org/topic/nitrodicecom-bitcoins-dice-site-dogecoins-giveaway-5134235


Oops ... see this kind of thing right here ---> http://dicebot.nitrodice.com:8443/ is this what you are using ?
jr. member
Activity: 78
Merit: 1
I think in that case the question is where did the list originate that would cause characters like that to be inserted into the list.


My keyboard is UK standard notebook more of the settings --->>> https://pasteboard.co/IN6tKvu.png hope can open the link
newbie
Activity: 48
Merit: 0
Seuntjie, what you will do if I give you the proof and explain thing how Nitrodice RNG is not fair?!

why im asking? because, in reality i dont want to it be removed from bot, because i can get benefits from this site.

but I want that this site become fair and dont fool people in this kind of thing.
legendary
Activity: 1717
Merit: 1125
I think in that case the question is where did the list originate that would cause characters like that to be inserted into the list.
HCP
legendary
Activity: 2086
Merit: 4314
A easy way to detect weird characters like these is to paste the list into notepad++ and go to view->symbol-> show all characters
Funny that you should mention that... I *did* use Notepad++... and it doesn't show that "null" character? Huh

See how here, the "|" is indicating that we are in column "10", between the 7 and the 1...



But then, we move one column to the right... now column "11"... and we're STILL between the 7 and the 1??!? Huh



If I use a ASCII -> HEX converter... to convert the "7‬1"... I get: "37 202c 31"

37 = "7", and 31 = "1"... so not sure what the "202c" value is? Huh Perhaps it is some weird unicode from a non US keyboard or something? Huh

jr. member
Activity: 78
Merit: 1
 Alright

Thank you once again ... I'll look into that
legendary
Activity: 1717
Merit: 1125
Anyway, it's not an issue... I found what the problem was... for some reason, there were some weird extra "blank" characters in your list??!? Huh

So, what looks like "0.0013107‬1" is actually "0.0013107 1"... and that extra "space" is breaking the bot... same with:
0.0209715‬1
0.3355443‬1
5.3687091‬1


A easy way to detect weird characters like these is to paste the list into notepad++ and go to view->symbol-> show all characters
HCP
legendary
Activity: 2086
Merit: 4314
For some reason, your link is showing "Image not found" Undecided

Anyway, it's not an issue... I found what the problem was... for some reason, there were some weird extra "blank" characters in your list??!? Huh

So, what looks like "0.0013107‬1" is actually "0.0013107 1"... and that extra "space" is breaking the bot... same with:
0.0209715‬1
0.3355443‬1
5.3687091‬1


I've now trimmed the list down (again Tongue) and removed all the extra bits that were causing issues... so give this one a go!
Code:
0.00000001
0.00000003
0.00000007
0.00000015
0.00000031
0.00000063
0.00000127
0.00000255
0.00000511
0.00001023
0.00002047
0.00004095
0.00008191
0.00016383
0.00032767
0.00065535
0.00131071
0.00262143
0.00524287
0.01048575
0.02097151
0.04194303
0.08388607
0.16777215
0.33554431
0.67108863
1.34217727
2.68435455
5.36870911
jr. member
Activity: 78
Merit: 1
Yes.. error in preset list at the bottom of the bot.

I'll make all again manually  Huh
HCP
legendary
Activity: 2086
Merit: 4314
@HCP still stopped at step 16 for some reason
Is it the same error being displayed in the status bar? "Invalid bet in preset list"? Huh

If so, I can only suggest that you delete the bet where it stops... and try manually typing them in to see if that makes a difference. It's quite possible that I screwed up the whitespace when I was editing your previous list.
jr. member
Activity: 78
Merit: 1
@HCP still stopped at step 16 for some reason
jr. member
Activity: 78
Merit: 1
 @HCP Thank you for correcting my preset list, now is working I have no idea what that was from where the error was coming from  Huh looks like is same as my one wins every bet +1

 Modified Martingale with +1
HCP
legendary
Activity: 2086
Merit: 4314
https://imgur.com/5ik6w2v

I can't see where the error could be
Looking at that betting sequence... and the error you are getting, it seems to be breaking here:

Look this is my preset list

0.00000001
0.00000003
0.00000007
0.00000015
0.00000031
0.00000063
0.00000127  <--- "invalid"
0.00000255
0.00000511

I'm not sure why it doesn't like 0.00000127... it seems to be a valid bet??!? I was able to use your list and it worked just fine.


NOTE: I was using Crypto-Games.net (not PrimeDice). Perhaps try and clear out the preset list again... and enter copy/paste this list:

Code:
0.00000001
0.00000003
0.00000007
0.00000015
0.00000031
0.00000063
0.00000127
0.00000255
0.00000511
0.00001023
0.00002047
0.00004095
0.00008191
0.00016383
0.00032767
0.00065535
0.0013107‬1
0.00262143
0.00524287
0.01048575
0.0209715‬1
0.04194303
0.08388607
0.16777215
0.3355443‬1
0.67108863
1.34217727
2.68435455
5.3687091‬1

jr. member
Activity: 78
Merit: 1
 Thank you for the reply,
 
 I remove the spaces and still get same error
 Look this is my preset list

0.00000001
0.00000003
0.00000007
0.00000015
0.00000031
0.00000063
0.00000127
0.00000255
0.00000511
0.00001023
0.00002047
0.00004095
0.00008191
0.00016383
0.00032767
0.00065535
0.0013107‬1   <--- wrong?
0.00262143
0.00524287
0.01048575
0.0209715‬1    <--- wrong?
0.04194303
0.08388607
0.16777215
0.3355443‬1   <--- wrong?
0.67108863
1.34217727
2.68435455
5.3687091‬1   <--- wrong?


https://imgur.com/5ik6w2v

I can't see where the error could be
Pages:
Jump to: