Bitcoin Forum
April 19, 2024, 11:37:56 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 972 »
  Print  
Author Topic: Stake.com - The Leading Crypto Casino - Drake, UFC, Everton, Stake F1 Team  (Read 254579 times)
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
September 04, 2017, 12:20:26 AM
Last edit: September 04, 2017, 01:18:44 AM by RHavar
 #221

Nice work!

I'm most impressed by the plinko, that's really well done. It's really cool how it looks like a physics engine, but is totally predetermined too.

I found an old script I had, and verified the house edges. If anyone is interested in doing so, here's the js code:

Code:
let factorial = (() => {
  const cache = [];
  function f (n) {
    if (n == 0 || n == 1)
      return 1;
    if (cache[n] > 0)
      return cache[n];
    return cache[n] = f(n-1) * n;
  }
  return f
})()

function c(n, k) { return factorial(n) / factorial(n - k) / factorial(k) }

function houseEdge(payouts) {
  let t = 0;
  let p = 0;

  for (let i = 0; i < payouts.length; ++i) {
    let comb = c(payouts.length-1, i);
    t += comb;
    p += payouts[i] * comb
  }
  return 1 - p/t
}

console.log('low', houseEdge([ 10, 3, 1.6, 1.4, 1.1, 1.0, 0.5, 1, 1.1, 1.4, 1.6, 3.0, 10 ]) * 100 , '%')
console.log('medium', houseEdge([ 33, 11, 4, 2, 1.1, 0.6, 0.3, 0.6, 1.1, 2.0, 4.0, 11, 33 ]) * 100 , '%')
console.log('high', houseEdge([ 170, 24, 8.1, 2.0, 0.7, 0.2, 0.2, 0.2, 0.7, 2.0, 8.1, 24, 170 ]) * 100 , '%')

and should get:

Code:
low 1.0205078125000044 %
medium 1.0107421875000022 %
high 0.8837890624999956 %

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
1713526676
Hero Member
*
Offline Offline

Posts: 1713526676

View Profile Personal Message (Offline)

Ignore
1713526676
Reply with quote  #2

1713526676
Report to moderator
1713526676
Hero Member
*
Offline Offline

Posts: 1713526676

View Profile Personal Message (Offline)

Ignore
1713526676
Reply with quote  #2

1713526676
Report to moderator
1713526676
Hero Member
*
Offline Offline

Posts: 1713526676

View Profile Personal Message (Offline)

Ignore
1713526676
Reply with quote  #2

1713526676
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Aengus
Full Member
***
Offline Offline

Activity: 182
Merit: 100


Edward Miroslav


View Profile
September 05, 2017, 01:46:40 AM
 #222

Nice work!

I'm most impressed by the plinko, that's really well done. It's really cool how it looks like a physics engine, but is totally predetermined too.

I found an old script I had, and verified the house edges. If anyone is interested in doing so, here's the js code:

Code:
let factorial = (() => {
  const cache = [];
  function f (n) {
    if (n == 0 || n == 1)
      return 1;
    if (cache[n] > 0)
      return cache[n];
    return cache[n] = f(n-1) * n;
  }
  return f
})()

function c(n, k) { return factorial(n) / factorial(n - k) / factorial(k) }

function houseEdge(payouts) {
  let t = 0;
  let p = 0;

  for (let i = 0; i < payouts.length; ++i) {
    let comb = c(payouts.length-1, i);
    t += comb;
    p += payouts[i] * comb
  }
  return 1 - p/t
}

console.log('low', houseEdge([ 10, 3, 1.6, 1.4, 1.1, 1.0, 0.5, 1, 1.1, 1.4, 1.6, 3.0, 10 ]) * 100 , '%')
console.log('medium', houseEdge([ 33, 11, 4, 2, 1.1, 0.6, 0.3, 0.6, 1.1, 2.0, 4.0, 11, 33 ]) * 100 , '%')
console.log('high', houseEdge([ 170, 24, 8.1, 2.0, 0.7, 0.2, 0.2, 0.2, 0.7, 2.0, 8.1, 24, 170 ]) * 100 , '%')

and should get:

Code:
low 1.0205078125000044 %
medium 1.0107421875000022 %
high 0.8837890624999956 %

Cheers RHaver!

--

Stake should be introducing happy hours down the track so stay tuned for that!
reymarkperry
Member
**
Offline Offline

Activity: 201
Merit: 10

https://rangersprotocol.com/


View Profile
September 05, 2017, 03:17:14 AM
 #223

your site look beautiful. I try to make some cool site like this

|   Facebook   |     Twitter     |                    R A N G E R S                    |    Discord    |    Medium    |
|    Telegram    |                    ─────     PROTOCOL     ─────                    |    Gitbook    |
████  ███  ██  █          VIRTUAL WORLDS BLOCKCHAIN INFRASTRUCTURE          █  ██  ███  ████
Stunna (OP)
Legendary
*
Offline Offline

Activity: 3192
Merit: 1278


Primedice.com, Stake.com


View Profile
September 05, 2017, 04:36:07 AM
 #224

Nice work!

I'm most impressed by the plinko, that's really well done. It's really cool how it looks like a physics engine, but is totally predetermined too.

I found an old script I had, and verified the house edges. If anyone is interested in doing so, here's the js code:

Code:
let factorial = (() => {
  const cache = [];
  function f (n) {
    if (n == 0 || n == 1)
      return 1;
    if (cache[n] > 0)
      return cache[n];
    return cache[n] = f(n-1) * n;
  }
  return f
})()

function c(n, k) { return factorial(n) / factorial(n - k) / factorial(k) }

function houseEdge(payouts) {
  let t = 0;
  let p = 0;

  for (let i = 0; i < payouts.length; ++i) {
    let comb = c(payouts.length-1, i);
    t += comb;
    p += payouts[i] * comb
  }
  return 1 - p/t
}

console.log('low', houseEdge([ 10, 3, 1.6, 1.4, 1.1, 1.0, 0.5, 1, 1.1, 1.4, 1.6, 3.0, 10 ]) * 100 , '%')
console.log('medium', houseEdge([ 33, 11, 4, 2, 1.1, 0.6, 0.3, 0.6, 1.1, 2.0, 4.0, 11, 33 ]) * 100 , '%')
console.log('high', houseEdge([ 170, 24, 8.1, 2.0, 0.7, 0.2, 0.2, 0.2, 0.7, 2.0, 8.1, 24, 170 ]) * 100 , '%')

and should get:

Code:
low 1.0205078125000044 %
medium 1.0107421875000022 %
high 0.8837890624999956 %

Haha, was definitely a struggle to get plinko physics to work without tolerance.

Cheers for verifying the edge Smiley



Okay that looks pretty awesome gaming site. But I have few questions, apart from the bitcoin do you accept any other altcoin. Looking at the name stakes, it seems you can do that. I have not read much about it but please let me know the open options. What have you added as new technology? The provably fair gambling is published in each sites so just wanna know what's the difference in your code. :-)

Just Bitcoin at this moment, considering other options.

With regards to the fairness, most 'bitcoin casinos' have no fairness or pretty shit provably fair which require you to change client seed every bet or the system can be undetectably rigged.

Stake.com Fastest growing crypto casino & sportsbook
Primedice.com The original bitcoin instant dice game
Stunna (OP)
Legendary
*
Offline Offline

Activity: 3192
Merit: 1278


Primedice.com, Stake.com


View Profile
September 05, 2017, 05:09:44 AM
 #225



Highly requested autobet, coming soon! Most games will be getting auto-bet starting with mines, diamond poker within the next day or two. We'll probably make it so you can cap out maximum win or loss so you can walk away and leave it running.

Stake.com Fastest growing crypto casino & sportsbook
Primedice.com The original bitcoin instant dice game
Bazinga!
Sr. Member
****
Offline Offline

Activity: 625
Merit: 252



View Profile
September 05, 2017, 05:57:09 AM
 #226



Highly requested autobet, coming soon! Most games will be getting auto-bet starting with mines, diamond poker within the next day or two. We'll probably make it so you can cap out maximum win or loss so you can walk away and leave it running.

Yay! this will be very convenient update ,especially in diamond poker! Looking forward to test it out and for more updtes! Thanks!

christopher009
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 05, 2017, 09:39:41 AM
 #227

https://i.imgur.com/JRpKPLf.png

Highly requested autobet, coming soon! Most games will be getting auto-bet starting with mines, diamond poker within the next day or two. We'll probably make it so you can cap out maximum win or loss so you can walk away and leave it running.

thank you for updating my favorite game. i will check it how it works.
gekon
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
September 05, 2017, 10:14:13 AM
 #228

Wow , nice working, this website is next level of gambling website. Good luck with your project guys.
poplolnman
Legendary
*
Offline Offline

Activity: 1442
Merit: 1008



View Profile
September 05, 2017, 10:28:37 AM
 #229

glad to see another bitcoin gambling business come up and managed by one of the trusted member around forum. we have more place to play now! the site well made , the interface so colorful and it would be a good place for kids playing there  Grin  Tongue , keep up the good work and i wish there's a mature version of stake.com stunna  Grin , goodluck.

I'm in 400,000 euros debt , dont help me , i rather die
poordeveloper
Hero Member
*****
Offline Offline

Activity: 896
Merit: 527


₿₿₿₿₿₿₿


View Profile WWW
September 05, 2017, 03:43:19 PM
 #230

Have you fixed diamond poker?

🎰 Bitcoin Casinos ⭐⭐⭐⭐⭐
.
🔵 Buy Bitcoin (Visa / Mastercard / SEPA / Bank Transfer / Western Union / MoneyGram / RIA)
icey
Legendary
*
Offline Offline

Activity: 1578
Merit: 1000


May the coin be with you..


View Profile
September 05, 2017, 07:23:46 PM
 #231

Popped by recently and played some Blackjack on stake.com, was a great experience to be fair. The only let down was a slight bit of lag that I saw a few people in chat mention also. Overall positive experience and I'm sure I'll be back soon! Split bets on roulette would be nice also
adaseb
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
September 05, 2017, 08:09:26 PM
 #232

I played most of the games and I most say that I am pretty impressed that such a big name such as PD runs this site. Makes my BTC feel secure and everything.

There are a few bugs here and there. The most annoying I would have to say would be the choppyness and laggyness I get from time to time. Makes it seem like I am running Windows 95.

Hopefully with enough optimizations the problem will go away.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
rortan75
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 06, 2017, 07:47:24 AM
 #233

That's great. now we can auto bet .. that's great update.
Aengus
Full Member
***
Offline Offline

Activity: 182
Merit: 100


Edward Miroslav


View Profile
September 07, 2017, 06:03:58 AM
 #234

Auto betting this weekend!
veleten
Legendary
*
Offline Offline

Activity: 2016
Merit: 1106



View Profile
September 07, 2017, 04:03:50 PM
 #235

If you guys are considering Ethereum why don't you add BitcoinCash as an option. Since many of us already own our stake in BitcoinCash it should be more attractive than Ethereum even since many of us here are usually either Pro Bitcoin or Pro Ethereum.

I dont know why are you trying to suggest bitcoincash to be added on some gambling sites while the site itself does not even support the coin. In this case, stake is under the same management with primedice IMO while Micro has clearly stated that Primedice does not support BCH. Do you think that BCH will give great effect on this great site?



We'll keep an open mind, it's not something I'm a major fan of but we'd already have the bankroll for it. Instead of just limiting ourselves to adding ethereum we'll consider adding a few different coins.

I suggest adding litecoins,etherium and doge first thing
this is the big three of any decent gambling site,along with bitcoin,of course
after that any coin that has demand by the community,maybe even post a poll
and incentivise people to pick any altcoin they want to see added at stake(like randomly picked posts recieve 0.001 or somthing like that)

          ▄▄████▄▄
      ▄▄███▀    ▀███▄▄
   ▄████████▄▄▄▄████████▄
  ▀██████████████████████▀
▐█▄▄ ▀▀████▀    ▀████▀▀ ▄▄██
▐█████▄▄ ▀██▄▄▄▄██▀ ▄▄██▀  █
▐██ ▀████▄▄ ▀██▀ ▄▄████  ▄██
▐██  ███████▄  ▄████████████
▐██  █▌▐█ ▀██  ██████▀  ████
▐██  █▌▐█  ██  █████  ▄█████
 ███▄ ▌▐█  ██  ████████████▀
  ▀▀████▄ ▄██  ██▀  ████▀▀
      ▀▀█████  █  ▄██▀▀
         ▀▀██  ██▀▀
.WINDICE.████
██
██
██
██
██
██
██
██
██
██
██
██
████
      ▄████████▀
     ▄████████
    ▄███████▀
   ▄███████▀
  ▄█████████████
 ▄████████████▀
▄███████████▀
     █████▀
    ████▀
   ████
  ███▀
 ██▀
█▀

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

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


▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀
iePlay NoweiI
I
I
I
[/t
adaseb
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
September 07, 2017, 06:34:50 PM
 #236

If you guys are considering Ethereum why don't you add BitcoinCash as an option. Since many of us already own our stake in BitcoinCash it should be more attractive than Ethereum even since many of us here are usually either Pro Bitcoin or Pro Ethereum.

I dont know why are you trying to suggest bitcoincash to be added on some gambling sites while the site itself does not even support the coin. In this case, stake is under the same management with primedice IMO while Micro has clearly stated that Primedice does not support BCH. Do you think that BCH will give great effect on this great site?



We'll keep an open mind, it's not something I'm a major fan of but we'd already have the bankroll for it. Instead of just limiting ourselves to adding ethereum we'll consider adding a few different coins.

I suggest adding litecoins,etherium and doge first thing
this is the big three of any decent gambling site,along with bitcoin,of course
after that any coin that has demand by the community,maybe even post a poll
and incentivise people to pick any altcoin they want to see added at stake(like randomly picked posts recieve 0.001 or somthing like that)


I think the reason  why many want to see bitcoincash is for a few reasons.

One of them is, if you held a balance on PD on Aug 1st you should be entitled to those coins.

Another is that its almost exactly like bitcoin so its very easy to implentment instead of something like Ethereum.

Lastly most of us already own bitcoin cash and how many of us bitcoin hodlers actually own ETH? LTC? Not many.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
icey
Legendary
*
Offline Offline

Activity: 1578
Merit: 1000


May the coin be with you..


View Profile
September 07, 2017, 07:40:45 PM
Last edit: September 07, 2017, 08:05:01 PM by icey
 #237

Stunna, the lag is really becoming an issue. You've got a great site here but this kills the experience badly. Anything being done to address this?

Edit:
During the lag, I've somehow managed to bet 0.0BTC and my blackjack is stuck now, cant get passed the error
adaseb
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
September 07, 2017, 09:14:08 PM
 #238

Stunna, the lag is really becoming an issue. You've got a great site here but this kills the experience badly. Anything being done to address this?

Edit:
During the lag, I've somehow managed to bet 0.0BTC and my blackjack is stuck now, cant get passed the error


Yeah I am avoiding this site until they really fix this lag issue. There is nothing worse than playing these games and then getting this lag, it makes it pointless pretty much.

This is like playing World of Warcraft and you got constant lag, would you keep playing or just go to a different website and gamble there?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Stunna (OP)
Legendary
*
Offline Offline

Activity: 3192
Merit: 1278


Primedice.com, Stake.com


View Profile
September 08, 2017, 05:11:52 AM
Last edit: September 08, 2017, 05:47:28 AM by Stunna
 #239

Stunna, the lag is really becoming an issue. You've got a great site here but this kills the experience badly. Anything being done to address this?

Edit:
During the lag, I've somehow managed to bet 0.0BTC and my blackjack is stuck now, cant get passed the error


Yeah I am avoiding this site until they really fix this lag issue. There is nothing worse than playing these games and then getting this lag, it makes it pointless pretty much.

This is like playing World of Warcraft and you got constant lag, would you keep playing or just go to a different website and gamble there?

This weekend we're pushing an update that completely changes how we process/store bets and should fix this lag issue. I completely understand why you feel that way and I don't blame you guys but we are working hard and will have a fix very soon!

Stake.com Fastest growing crypto casino & sportsbook
Primedice.com The original bitcoin instant dice game
YOLO_LIFE
Member
**
Offline Offline

Activity: 162
Merit: 16


View Profile
September 08, 2017, 11:09:03 AM
 #240

Most of the available dice sites offer 1% house of edge ( bitsler,duckdice,yolodice....). 999dice 0.1% house of edge. Do you have any valid reason why people should choose stake (here dice house of edge is very high 2%) over other dice sites.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 972 »
  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!