Search content
Sort by

Showing 20 of 28 results by christopherkal
Post
Topic
Board Bitcoin Discussion
Re: Mass checking addresses?
by
christopherkal
on 26/07/2015, 08:14:35 UTC
I just hope this "something nice" is not a mass dust spam attack, to market some useless service. We have had too many of those already... We need a Robinhood with a "make

it rain" attitude.  Wink Now that would be something useful and it would gather a lot of media attention. One of the Bitcoin whales must wake up one morning, and decide that

it's time to Pay it Forward.  Come on Mr or Ms Scrooge.. open up that vault and make it rain on the community.  Grin Grin Grin

Give us a bit more hints.. you got me curious.  Roll Eyes

No bucks yet made young man the time will tell
Post
Topic
Board Bitcoin Discussion
Topic OP
Mass checking addresses?
by
christopherkal
on 26/07/2015, 06:25:03 UTC
Is there a way to mass check addresses?

I've got 10k BTC addresses right now that i'd like to check since i'm working on something nice Wink
Post
Topic
Board Gambling
Re: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 25/07/2015, 17:36:36 UTC
I'll be releasing an update later tonight Smiley
Post
Topic
Board Gambling
Re: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 25/07/2015, 04:29:21 UTC
This is nice. Its pretty much like the Satoshi Dice simulator i've been using for years.

http://strtart.in/satoshi/satoshi.htm

Very interesting features will look into them Smiley
Post
Topic
Board Gambling
Re: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 24/07/2015, 17:11:56 UTC
If you'd like to make money you need  to code more complicated things like
a betting martingale bot.

I think he is not making money here because the title is FREE. Even if he can code a betting bot, he will need to code a betting bot that is better than seuntjie's bot and it is hard to sell it as well because seuntjie's bot is very famous around here

That's a good idea but what's the point of a martingale bot when u can use autobetting?

the purpose of this little script is to just calculate the odds of going bust at certain win chance and multiplier percentages; it lets people see how likely it is that they will bust when using martingale, although im of the opinion that martingale will always bust.

Very interesting concept i think i might do some research on that and see
Post
Topic
Board Gambling
Re: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 24/07/2015, 14:33:18 UTC
If you'd like to make money you need  to code more complicated things like
a betting martingale bot.

I think he is not making money here because the title is FREE. Even if he can code a betting bot, he will need to code a betting bot that is better than seuntjie's bot and it is hard to sell it as well because seuntjie's bot is very famous around here

That's a good idea but what's the point of a martingale bot when u can use autobetting?
Post
Topic
Board Gambling
Re: [FREE]Primedice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 23/07/2015, 20:38:20 UTC
You want my 2 satoshi's on that ?

Here you go: Fuck calculations ! Gambe for fun, not for profits. That's the only way it should be done.

I understand your point of view but there's people who enjoy analysis Smiley
Post
Topic
Board Gambling
Re: [FREE]Primedice Calculator ~ Calculate your odds ~ Level up your game !
by
christopherkal
on 23/07/2015, 19:50:19 UTC
you can't level up your game..
its all based on luck and if your ready to lose any winnings will be a suprise.
BEFORE you deposit you should consider do afford to lose that amount.
and if you think there are some winning strategy you are SOOO wrong.
regards.
-Katerniko1

You are right BUT over a large amount of plays you should be back to 99% of your bankroll since the house edge is 1%

Also the EV will always be negative due to the house edge but u can always calculate what it would be most profitable to play on
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 19:27:55 UTC
If this at any point requires your primedice credentials , BE VERY CAREFULL !

It won't , i'm looking to keep it as simple as possible and maybe let it be usable with other casinos.
It will always be open source

i dont see why it shouldnt be usable with other casinos already; you already have an input for the house edge in case another casino's edge is different, and youre not making a bot so no need to implement api access for every site. its just a simple calculator for martingale to prepare for the worse-case scenario.


I will also update it tonight with % of consecutive wins in certain amount of tries
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 19:16:50 UTC
If this at any point requires your primedice credentials , BE VERY CAREFULL !

It won't , i'm looking to keep it as simple as possible and maybe let it be usable with other casinos.
It will always be open source
Post
Topic
Board Currency exchange
Re: [Verified Paypal] to BTC
by
christopherkal
on 23/07/2015, 19:09:07 UTC
It is actually my paypal . anyway i claimed unauthorized transaction and got my money back , i'll try Virwox next , don't wanna go through the same stuff
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 18:30:06 UTC
does double provide enough precision?
isn't decimal more suitable in these situations?

here is a little bit of clean-up , hope you don't mind me meddling  Roll Eyes
Code:
Console.WriteLine("Input the Chance of Losing 0-100% ");
float chance = float.Parse(Console.ReadLine());
Console.WriteLine("Input tries ");
int tries = int.Parse(Console.ReadLine());
Console.WriteLine("Input Amount of Bitcoins you wish to gamble ");
float btc = float.Parse(Console.ReadLine());
Console.WriteLine("Input House Edge 0-100% ");
float house_edge = float.Parse(Console.ReadLine());

I think you are right but float seems to work just fine for now.
I will work it more later tonight and update it Smiley
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 15:04:58 UTC
cool open source calculator . keep up the good work

Just put up a new minor update with icon.

Tonight i will work on finding consecutive chances

for example

30% chance =

1st win: 30%
2nd win: 9%
3rd win: 2.7%
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 13:22:37 UTC
0.5% house edge? I think u are talking about safedice??  In PD, the house edge is 1%, i am sure.

You program is awesome, it helps us, thanks for your calculator, and good luck to those who use it and play in PD.

Thanks your kind words keep me going Smiley i will try to improve it as much as i can
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 13:09:43 UTC
Python source code pls? would be good Cheesy

chance = float(raw_input("Input the Chance of Losing 0-100% "))  / 100
tries = int(raw_input("Input tries "))
btc = float(raw_input("Input Amount of Bitcoins you wish to gamble "))
house_edge = float(raw_input("Input the House edge 0-100% "))  / 100
chance += house_edge

def primedicecalculator(chance,tries,btc):
    EV = pow(chance,tries)
    total = 0.0
    for x in range(0,tries):
        lost = btc * 2
        total += float(lost)
    print "The chance of a %d losing streak is %f%%" % (tries,EV * 100)
    print "That means %f in 100 tries or %f in 1000 tries" % (EV * 100,EV * 1000)
    print "[MartinGale]Amount of BTC that has to be gambled to win back from the loss spree %f " % (total)

primedicecalculator(chance,tries,btc)



Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 12:43:08 UTC
Thanks for putting g I. The time to create the program this is good for all dice sites in general I think as many have the same house edges etc. I'll probably try out the program later too  Smiley

I'll try to make it as universal as possible Smiley
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 11:26:50 UTC
If there was no house edge , over a large amount of plays you would eventually break even mathematically speaking
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 11:07:09 UTC
Gonna update original post with a link with the current progress !
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 03:58:56 UTC
Hello , i am currently developing a tool to use with primedice that will (Hopefully) calculate a lot of things such as EV etc , i understand primedice's EV is always negative due to the 0.5% edge but i'll do my best.


This is it right now:
http://i.imgur.com/c3FHIli.png

What more would you like to see?
Should i sell it eventually or distribute it free?

The program is developed using Python but i will port it to C# later for easy use.

Thanks Smiley

Thank you for your efforts.  I'm very interested to give it a try whenever you can share it.  Things that I think would be helfpul:

1.  Unlimited values or very high values for variables such as bankroll, bet size, and amount of bets.  For amount of bets I'd like to go as high as 100,000,000 (100M)
2.  If it's ever possible... lots of flexibility and maybe also templates of various gambling strats like Fibonacci, D'Alambert, and Labouchere.
3.  Some way to enter preconfigured lists.. basically flexibility to incorporate any setting you could make in Seuntjie's bot.

Maybe this could be an addon to seuntjie's bot?


I haven't heard about the bot you are talking about , if u could give me more info i could look into it Smiley
Post
Topic
Board Gambling
Re: I am creating a primedice calculator.
by
christopherkal
on 23/07/2015, 03:08:20 UTC
It's really cool  Wink

Did you have into account the house edge?

Not right now i'll have to see how i'll be able to account for the edge