Bitcoin Forum
April 24, 2024, 06:55:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 »  All
  Print  
Author Topic: [ANN] Crypto Blackjack  (Read 4768 times)
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 28, 2013, 05:30:13 AM
Last edit: May 28, 2013, 05:40:33 AM by Petr1fied
 #61

Not saying this is a scam but be wary... I got 18 five hands in a row and then lost five hands in a row... And it seems some people are losing 10 in a row. Be cautious...

There's nothing dodgy about my code I can assure you. The house does have an advantage because you go first and if you go bust the house wins without ever having to hit. It's as simple as that. This is no different than playing in a casino.

Hell you could stick on whatever 2 cards you get to start with and there is probably a reasonable chance the dealer will bust because they'll just keep going until they have at least 17. The dealer doesn't have the luxury of being able to stand at a lower value, you do. It all comes down to the luck of the draw. If you play long enough the house will invariably win in the end, this too is no different than a casino and that is why they do everything they can to keep you there for as long as possible.

Hell I'll even share my card generation function with you. Feel free to test it for yourself and you'll see it generates a random result:
Code:
<?php

echo get_shuffled_cards();

function 
get_shuffled_cards()
{
    
$cards=array("2c","3c","4c","5c","6c","7c","8c","9c","tc","jc","qc","kc","ac","2d","3d","4d","5d","6d","7d","8d","9d","td","jd","qd","kd","ad","2h","3h","4h","5h","6h","7h","8h","9h","th","jh","qh","kh","ah","2s","3s","4s","5s","6s","7s","8s","9s","ts","js","qs","ks","as");
    
shuffle($cards);
    
$shuffled_cards="";
    foreach(
$cards as $v)
    {
        
$shuffled_cards.=$v.",";
    }
    return 
trim($shuffled_cards",");
}

?>
1713941710
Hero Member
*
Offline Offline

Posts: 1713941710

View Profile Personal Message (Offline)

Ignore
1713941710
Reply with quote  #2

1713941710
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Lebrick
Member
**
Offline Offline

Activity: 90
Merit: 10



View Profile
May 28, 2013, 06:13:16 AM
 #62

Just letting you know OP that the site isnt letting me cash out my worthless BQC ^.^,

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request

Doesn't display a BQC withdraw fee either.

Ill leave my browser open till its fixed ^.^

I'll look into it.

EDIT: Forgot to add a variable. It should let you withdraw now. Let me know.

Awesome support, withdraw worked fine.
Much appreciated ^.^

Trade Rep: https://bitcointalk.org/index.php?topic=210453.0 | Cryptsy Ref link: https://www.cryptsy.com/users/register?refid=541

BTC: 1NK92Y1gr3bJ4pxPARKrHmpi5qaSoFjBBE
Noitev
Hero Member
*****
Offline Offline

Activity: 812
Merit: 505


The Last NXT Founder


View Profile
May 28, 2013, 06:59:08 AM
 #63

lemme try lemme try

GWhbiV9cfDLi8RMfUziKnSEVApWfCASuyd
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
May 28, 2013, 07:16:05 AM
 #64

Thanks for adding Bitgem Wink It has a lot of promise as a gambling coin among many other things.
ylo
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 28, 2013, 07:21:15 AM
 #65

I'll give it a go, though I'm a recovering blackjack-addict

Gb39HWT2G8JtjvkJfsAkk3Z9Mpgsk2KVDj
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 28, 2013, 08:22:35 AM
Last edit: May 28, 2013, 09:04:57 AM by Petr1fied
 #66

lemme try lemme try

GWhbiV9cfDLi8RMfUziKnSEVApWfCASuyd

I'll give it a go, though I'm a recovering blackjack-addict

Gb39HWT2G8JtjvkJfsAkk3Z9Mpgsk2KVDj

Both credited

Thanks for adding Bitgem Wink It has a lot of promise as a gambling coin among many other things.

BitGem seems to have some problems reporting the balance of any account aside from the default one. It's reporting 32479577790.00666809 for all other accounts for some reason.  Roll Eyes

Looking at creating a workaround.

EDIT: BetGem now working.
ylo
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 28, 2013, 09:05:03 AM
 #67

You might like to add more decks into the play, and keep the horn intact through the session to keep it interesting...=)

Also I'm missing splits and doubles.

-y
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 28, 2013, 09:07:29 AM
 #68

You might like to add more decks into the play, and keep the horn intact through the session to keep it interesting...=)

Also I'm missing splits and doubles.

-y

Splits and doubles are planned when i get some time to work on it. I'm not a fan of using a single shoe of many decks for multiple hands because it makes card counting possible. A freshly dealt deck of cards on each hand negates this possibility.
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 28, 2013, 07:37:40 PM
 #69

After a kind donation to the house of 1000 PXC from JohnCar. Playing BlackJack with PhenixCoin is now officially open for business.

Enjoy PhenixCoin users.  Grin
datguyian
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
May 28, 2013, 08:46:50 PM
 #70

I can't get the website to load... would probably definitely be addicted - I mean play a few games if I could.  Tongue

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



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



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



 █████████████▌  ▄███████████▄         █████████████▌  ██▌      ▐██    ▄██████████         █████       █████    ▄██████████▄     ▄██████████▄   ▐████▄     ▐██ 
      ▐██       ▐██▀       ▀██▌             ▐██        ██▌      ▐██   ▐██                  ██▌███     ███▐██   ▐██▀      ▀██▌   ▐██▀      ▀██▌  ▐██▀███    ▐██ 
      ▐██       ▐██         ██▌             ▐██        ████████████   ▐███████████         ██▌ ███   ███ ▐██   ▐██        ██▌   ▐██        ██▌  ▐██  ▀██▄  ▐██ 
      ▐██       ▐██▄       ▄██▌             ▐██        ██▌      ▐██   ▐█▌                  ██▌  ███ ███  ▐██   ▐██▄      ▄██▌   ▐██▄      ▄██▌  ▐██    ▀██▄▐██ 
      ▐██        ▀███████████▀              ▐██        ██▌      ▐██    ▀██████████         ██▌   ▀███▀   ▐██    ▀██████████▀     ▀██████████▀   ▐██      ▀████ 
  (
BUY LLN
)Twitter
Facebook
Telegram
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 28, 2013, 08:47:50 PM
 #71

There were some issues with my recent BitGem edits. It should be resolved now.
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
May 28, 2013, 08:52:58 PM
 #72

Thanks again for adding bitgem. There wont be much traffic as confirmations are far apart now but soon it will especially if isnt session based amymore Smiley
sumantso
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
May 29, 2013, 10:22:50 AM
 #73

Got your first ever giveaway. Played a bit but then accidently closed the browser.

Gb3sDQVYZey82wjrPdpEd78MwC9YygH4YJ if you like to fund me again.

mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
May 29, 2013, 10:24:06 AM
 #74

Hopped in to play some bitgem blackjack today. Confirmations were actually fast. Played about 10 hands and cashed out at even
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 29, 2013, 10:25:00 AM
 #75

Got your first ever giveaway. Played a bit but then accidently closed the browser.

Gb3sDQVYZey82wjrPdpEd78MwC9YygH4YJ if you like to fund me again.

Go on then. Seeing as the house balance of GME is huge. Cheesy
sumantso
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
May 29, 2013, 10:27:36 AM
 #76

Got your first ever giveaway. Played a bit but then accidently closed the browser.

Gb3sDQVYZey82wjrPdpEd78MwC9YygH4YJ if you like to fund me again.

Go on then. Seeing as the house balance of GME is huge. Cheesy

Thanks Smiley

Invest0r
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 29, 2013, 10:46:39 AM
 #77

Donated 1 BTB some days ago, seems you've made .73 BTB profit already!

Speculating..
Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 29, 2013, 11:35:32 AM
 #78

Donated 1 BTB some days ago, seems you've made .73 BTB profit already!

That donation was from you was it? That was very generous of you, thank you. Grin By the looks of the incoming transactions it looks like you actually donated a little over 1.45 so the increase to 1.73 is not that dramatic. As with the other donations, none have been touched and if and when the BTB balance increases I'll just add higher betting options as appropriate.

I kinda figured that donation didn't come from TruCoin as he does nothing but talk despite taking donations from people to get BTB implemented in some fashion.
ylo
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 30, 2013, 07:01:31 AM
 #79

I'll give it a go, though I'm a recovering blackjack-addict

Gb39HWT2G8JtjvkJfsAkk3Z9Mpgsk2KVDj

I also lost my balance as I didn't have this laptop available yesterday. Any chance of recovering gamecoins from that address?

btw. how do you check for lost cookies, and how fast you harvest balance back from unused ones?

-ylo

(new depo addr: GQDv2hfTJ4rL3CjRohRqNekbhQeqoZYGgd)

Petr1fied (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
May 30, 2013, 07:53:31 AM
 #80

I'll give it a go, though I'm a recovering blackjack-addict

Gb39HWT2G8JtjvkJfsAkk3Z9Mpgsk2KVDj

I also lost my balance as I didn't have this laptop available yesterday. Any chance of recovering gamecoins from that address?

btw. how do you check for lost cookies, and how fast you harvest balance back from unused ones?

-ylo

(new depo addr: GQDv2hfTJ4rL3CjRohRqNekbhQeqoZYGgd)



Moved. Any funds left unclaimed in accounts get moved to the house account after the account is at least 7 days old.

The initial 50 GME offer is now closed. instead I've created an automatic faucet that issues all visitors with 10 GME to play with automatically.
Pages: « 1 2 3 [4] 5 6 »  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!