Bitcoin Forum
June 14, 2024, 08:58:08 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [FREE]Dice Calculator ~ Calculate your odds ~ Level up your game !  (Read 3781 times)
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 23, 2015, 06:30:06 PM
 #41

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
PenguinFire
Full Member
***
Offline Offline

Activity: 154
Merit: 100


That Darn Cat


View Profile
July 23, 2015, 06:37:05 PM
 #42

Yeah, I would never pay for such a calculator unless I got to try it for five or ten minutes before.  Software trials are a standard now.

Pierre11
Hero Member
*****
Offline Offline

Activity: 502
Merit: 500


View Profile
July 23, 2015, 07:05:46 PM
 #43

This user is a retard
MICRO
Legendary
*
Offline Offline

Activity: 2464
Merit: 1037


CEO @ Stake.com and Primedice.com


View Profile WWW
July 23, 2015, 07:07:41 PM
 #44

If this at any point requires your primedice credentials , BE VERY CAREFULL !

      ▄▄████████▄▄
   ▄████████████████▄
 ▄█████▀▀       ▀▀████     ████                  ████
▄████▀            ████    ████▌                 ▐████
█████           ▄████▀   ▐████                  ████▌    ▄▄
█████           ▀▀▀▀    ▄█████████▀            ▐████   ▄███▀
 █████▄           ▄▄███████████▀▀   ▄▄▄▄       ████  ▄███▀
   ▀█████▄▄       ▀████▀████▀     ▄████▀███   ▐███████▀▀        ▄▄▄▄
      ▀███████▄        ▐████    ▄████  ▐██▌   ███████        ▄███▀ ██▌
         ▀▀██████▄▄    ████    ▄███▀   ███   ▐███▌███      ▄███▀  ▄██▌
    ▄▄▄▄     ▀▀█████  ▐████    ████   ▄███   ████ ▐███    ▐████▄▄███▀
  █████▀▀      ▀████▌ ▐████▄▄██████▄▄█████▄▄█████  ▀███   ████
 ████▀          ████▌  ▀████▀▀  ▀████▀  ▀██▀ ███▀   ▀███  ▀████▄▄▄▄██
████▌          █████        ▄▄▄▄   ▄▄▄▄▄▄  ▄ ▄▄ ▄ ▄▄ ▀███   ▀▀████▀▀
████▄       ▄▄████▀       ▄█▀   ▀ ▄█▀  ▀█▄ ██▀▀██▀▀██▀███▄▄      ▄▄██
 ██████████████▀▀  ▄███▄  ██▄     ██▄  ▄██ ██  ██  ██   ▀▀█████████▀▀
   ▀██████▀▀▀      ▀███▀   ▀████▀  ▀████▀  ██  ██  ██



▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀▐▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄█▀▀▀█████████▀▀▀█▄
▄█▀    ▄▀█████▀     ▀█▄
▄█▄    █        ▀▄   ███▄
▄████▀▀▀▀▄       ▄▀▀▀▀▀███▄
████      ▀▄▄▄▄▄▀       ███
███     ▄▄███████▄▄     ▄▀█
█  ▀▄ ▄▀ ▀███████▀ ▀▄ ▄▀  █
▀█   █     ▀███▀     ▀▄  █▀
▀█▄▄█▄      █        █▄█▀
▀█████▄ ▄▀▀ ▀▀▄▄ ▄▄███▀
▀█████        ████▀
▀▀█▄▄▄▄▄▄▄█▀▀



● OVER 1000 GAMES
● DAILY RACES AND BONUSES
● RAKEBACK & VIP RANKS
● 24/7 LIVE SUPPORT
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 23, 2015, 07:16:50 PM
 #45

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
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
July 23, 2015, 07:24:32 PM
 #46

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.

theres nothing here. message me if you want to put something here.
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 23, 2015, 07:27:55 PM
 #47

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
Somekindabitcoin
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
July 23, 2015, 07:36:45 PM
 #48

What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
July 23, 2015, 07:41:17 PM
 #49

What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.

EV is expected value. https://en.wikipedia.org/wiki/Expected_value

example, since primedice has an edge of 1%, the EV is negative, and over the course of a large number of straight rolls (lets say, a million) you would be expected to have 99% of the bankroll that you started with.

theres nothing here. message me if you want to put something here.
katerniko1
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
July 23, 2015, 07:47:11 PM
 #50

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
Somekindabitcoin
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
July 23, 2015, 07:48:22 PM
 #51

What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.

EV is expected value. https://en.wikipedia.org/wiki/Expected_value

example, since primedice has an edge of 1%, the EV is negative, and over the course of a large number of straight rolls (lets say, a million) you would be expected to have 99% of the bankroll that you started with.

Doesn't this make the casino unfair? I think that if there's this, we can't win in a long run, right?
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 23, 2015, 07:50:19 PM
 #52

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
MICRO
Legendary
*
Offline Offline

Activity: 2464
Merit: 1037


CEO @ Stake.com and Primedice.com


View Profile WWW
July 23, 2015, 08:07:23 PM
 #53

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.

      ▄▄████████▄▄
   ▄████████████████▄
 ▄█████▀▀       ▀▀████     ████                  ████
▄████▀            ████    ████▌                 ▐████
█████           ▄████▀   ▐████                  ████▌    ▄▄
█████           ▀▀▀▀    ▄█████████▀            ▐████   ▄███▀
 █████▄           ▄▄███████████▀▀   ▄▄▄▄       ████  ▄███▀
   ▀█████▄▄       ▀████▀████▀     ▄████▀███   ▐███████▀▀        ▄▄▄▄
      ▀███████▄        ▐████    ▄████  ▐██▌   ███████        ▄███▀ ██▌
         ▀▀██████▄▄    ████    ▄███▀   ███   ▐███▌███      ▄███▀  ▄██▌
    ▄▄▄▄     ▀▀█████  ▐████    ████   ▄███   ████ ▐███    ▐████▄▄███▀
  █████▀▀      ▀████▌ ▐████▄▄██████▄▄█████▄▄█████  ▀███   ████
 ████▀          ████▌  ▀████▀▀  ▀████▀  ▀██▀ ███▀   ▀███  ▀████▄▄▄▄██
████▌          █████        ▄▄▄▄   ▄▄▄▄▄▄  ▄ ▄▄ ▄ ▄▄ ▀███   ▀▀████▀▀
████▄       ▄▄████▀       ▄█▀   ▀ ▄█▀  ▀█▄ ██▀▀██▀▀██▀███▄▄      ▄▄██
 ██████████████▀▀  ▄███▄  ██▄     ██▄  ▄██ ██  ██  ██   ▀▀█████████▀▀
   ▀██████▀▀▀      ▀███▀   ▀████▀  ▀████▀  ██  ██  ██



▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀▐▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄█▀▀▀█████████▀▀▀█▄
▄█▀    ▄▀█████▀     ▀█▄
▄█▄    █        ▀▄   ███▄
▄████▀▀▀▀▄       ▄▀▀▀▀▀███▄
████      ▀▄▄▄▄▄▀       ███
███     ▄▄███████▄▄     ▄▀█
█  ▀▄ ▄▀ ▀███████▀ ▀▄ ▄▀  █
▀█   █     ▀███▀     ▀▄  █▀
▀█▄▄█▄      █        █▄█▀
▀█████▄ ▄▀▀ ▀▀▄▄ ▄▄███▀
▀█████        ████▀
▀▀█▄▄▄▄▄▄▄█▀▀



● OVER 1000 GAMES
● DAILY RACES AND BONUSES
● RAKEBACK & VIP RANKS
● 24/7 LIVE SUPPORT
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 23, 2015, 08:38:20 PM
 #54

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
pooya87
Legendary
*
Offline Offline

Activity: 3486
Merit: 10636



View Profile
July 24, 2015, 03:03:34 AM
 #55

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

i am just learning c# myself as a hobby and i am not quite sure about all the number variable types and these things always confuse me.
i might run some different tests with a bunch of numbers to make sure.

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.

nah. the fun of coding is much more than gambling Roll Eyes

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
July 24, 2015, 03:18:31 AM
 #56

What is EV? Can anyone explain it to a newbie in this type of business here? I would be really happy if someone could link me to some sites where is this explained and easy said.

EV is expected value. https://en.wikipedia.org/wiki/Expected_value

example, since primedice has an edge of 1%, the EV is negative, and over the course of a large number of straight rolls (lets say, a million) you would be expected to have 99% of the bankroll that you started with.

Doesn't this make the casino unfair? I think that if there's this, we can't win in a long run, right?

well that's the point of a casino; casinos are for-profit entities, and the edge almost guarantees them that they will come out ahead in the long run. in real life casinos too, all the games and slots there are designed in some way to make the casino money. there's nothing unfair about that, fairness is if your rolls or results are random as they should be in an internet casino.

theres nothing here. message me if you want to put something here.
tsoPANos
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500

In math we trust.


View Profile
July 24, 2015, 08:21:08 AM
 #57

As people already said it's not that hard to code that.
I coded something similar last month in python.
It took me like 30 minutes of effort.
If you'd like to make money you need  to code more complicated things like
a betting martingale bot.
cazkooo
Legendary
*
Offline Offline

Activity: 1540
Merit: 1013



View Profile
July 24, 2015, 08:25:42 AM
 #58

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
SyGambler
Legendary
*
Offline Offline

Activity: 2436
Merit: 1804

guess who's back


View Profile
July 24, 2015, 01:10:09 PM
 #59

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

as I remember first he wanted to sell it , but because there are many free calculators he changed his mind
christopherkal (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 24, 2015, 02:33:18 PM
 #60

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?
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!