Author

Topic: 🔥🔥🔥 BC.GAME - CASINO AND SPORTSBOOK | $1,000 GIVEAWAY LIVE! 🔥🔥🔥 - page 126. (Read 60020 times)

member
Activity: 77
Merit: 18
How long doe's it take to withdraw using Lightning Network ? It shows me status "processing" and that's it.
legendary
Activity: 3528
Merit: 4042
~snip~

Fair check
https://bcsnproject.github.io/HashCheck/
800k given data is available on our website:
60% probability of result higher than 2x (theoretically 49.505%), in favor of the player betting higher than 2x.
19.9% probability of result higher than 5x (theoretically 19.8%), in favor of the player betting higher than 5x.
9.97% probability of result higher than 10x (theoretically 9.903%), in favor of the player betting higher than 10x.
1.02% probability of result higher than 100x (theoretically 0.99%), in favor of the player betting higher than 100x.

~snip~

We also welcome more specific analysis with data and algorithm worth 100ETH. You can run any test on GitHub. But opinion in one sentence is not enough.
https://github.com/BCSNProject/CheckCondition

The only advantage of seed choice is easier understanding for beginners; there is no effect on the fairness of the game. We are trying to use EOS+BTC seeds choices recently for players to make the seeds of this game more decentralized.


Very nice job dude! Really! I love who use and release stuff with Opensource licence!
Backend are written in Java?
copper member
Activity: 238
Merit: 111
LOL, one thing I don’t like is when I see posts like this and newbies are always the ones to rush in and say they like the site and they have been making use it. It makes everything look quite suspicious and I immediately lose interest in such sites. Reason I always feel like this is because some people will post a project or their business and then create a different accounts and use it to be commenting on that same posts, acting like they are someone else and when you check it will just be newbies that are claiming it’s a good project. Whatever, I already have one that I’m using.
Yuuup but we have another thread actually and it's funny without official bullshit lol
https://bitcointalksearch.org/topic/loldealer-blackjack-lose-to-platformswhy-not-lose-to-your-friend-5154214
Hope you like it
hero member
Activity: 2366
Merit: 605
LOL, one thing I don’t like is when I see posts like this and newbies are always the ones to rush in and say they like the site and they have been making use it. It makes everything look quite suspicious and I immediately lose interest in such sites. Reason I always feel like this is because some people will post a project or their business and then create a different accounts and use it to be commenting on that same posts, acting like they are someone else and when you check it will just be newbies that are claiming it’s a good project. Whatever, I already have one that I’m using.
copper member
Activity: 238
Merit: 111
What are the new updates on this games by me scrolling through the pages on this thread I observed the OP had some important information giving out. There is an option of imputing those information on the post it self by editing it so many users might not really scroll through the pages.
Thanks buddy!
full member
Activity: 280
Merit: 215
What are the new updates on this games by me scrolling through the pages on this thread I observed the OP had some important information giving out. There is an option of imputing those information on the post it self by editing it so many users might not really scroll through the pages.
copper member
Activity: 238
Merit: 111
We will apply it in the Roulette game
Block 582,678 is mined
https://btc.com/00000000000000000005bcf4bcfe3a699dd7833839e593127885e2b1e80ceb10
So our client seed will be
00000000000000000005bcf4bcfe3a699dd7833839e593127885e2b1e80ceb10
hero member
Activity: 1344
Merit: 507
copper member
Activity: 238
Merit: 111
This will reuse the idea posted by Ryan and used for Bustabit v2.

Starting with a secret I've generated a chain of 10,000,000 SHA256 hashes. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. The hash of the chain's last element is
f6c4a94c4a2dd2912fbef23fb68aa56488313a343c9cf6c95e52b8ef74230991 .

Every game maps to a hash in the chain: The 10,000,000th element of the chain is the hash of game #1 and the first element in the chain is the hash of game #10,000,000. To verify that a hash belongs to a game #n, simply hash it n times and compare the result with the terminating hash.

To calculate a game's result from its hash:

Code:
const crypto = require("crypto")

function gameResult(seed, salt) {
  const nBits = 52 // number of most significant bits to use

  // 1. HMAC_SHA256(key=salt, message=seed)
  const hmac = crypto.createHmac("sha256", salt)
  hmac.update(seed)
  seed = hmac.digest("hex")

  // 2. r = 52 most significant bits
  seed = seed.slice(0, nBits/4)
  const r = parseInt(seed, 16)

  // 3. X = r / 2^52
  let X = r / Math.pow(2, nBits) // uniformly distributed in [0; 1)

  // 4. X = 99 / (1-X)
  X = 99 / (1 - X)

  // 5. return max(trunc(X), 100)
  const result = Math.floor(X)
  return Math.max(1, result / 100)

Before being used to calculate the corresponding result, each game hash is salted with the lowercase, hexadecimal string representation of the hash of bitcoin block 582,678 .
This block has not been mined yet at the time of starting the provably fair seeding event, proving that I have not deliberately picked a chain that is unfavorable for players.

hero member
Activity: 882
Merit: 595
i just play the HashDice on your website but i don't know if this a bug or just a glitch because every time i make a bet when it wins my balance just increase while the dices still rolling
hero member
Activity: 2842
Merit: 605

it looks like an interesting site there are various ways to win and we can even invest on it, i think i'll try it in depth let's see if i find some bugs to win the 100 eth...
copper member
Activity: 238
Merit: 111
Turtlecoin(http://turtlecoin.lol)has been listed on BC.Game
You can get 5 TRTL for free

You are listing very good coins. That turtle coin I have only heard of now because of this post you made. I missed the train though when it was cheap. It has done very well. Maybe you can add the Ann thread link too?

https://bitcointalksearch.org/topic/ann-trtl-turtlecoin-cowabunga-dudes-2872287
Thanks buddy! Cool
Could you tell me about your username in bc.game?
I will tip you some fresh turtle coin as a thanks.
hero member
Activity: 924
Merit: 501
Turtlecoin(http://turtlecoin.lol)has been listed on BC.Game
You can get 5 TRTL for free

You are listing very good coins. That turtle coin I have only heard of now because of this post you made. I missed the train though when it was cheap. It has done very well. Maybe you can add the Ann thread link too?

https://bitcointalksearch.org/topic/ann-trtl-turtlecoin-cowabunga-dudes-2872287
copper member
Activity: 238
Merit: 111
I think there is a bug, I have a notification that I received 5 Turtle coins for free after I log in but it's not appearing in my balances?
And refresh?

I did also have this kind of  problem, I tried to refresh and re log in my account but upon checking my balance there's no 5 turtle coin to be seen.
Thank you for your feedback, maybe there are something wrong.
Could you tell me your username?I will tip you some free ETH as an apology.
copper member
Activity: 238
Merit: 111
I think there is a bug, I have a notification that I received 5 Turtle coins for free after I log in but it's not appearing in my balances?
Thank you for your feedback, maybe there are something wrong.
Could you tell me your username?I will tip you some free ETH as an apology.
member
Activity: 113
Merit: 10
I think there is a bug, I have a notification that I received 5 Turtle coins for free after I log in but it's not appearing in my balances?
And refresh?

I did also have this kind of  problem, I tried to refresh and re log in my account but upon checking my balance there's no 5 turtle coin to be seen.
copper member
Activity: 238
Merit: 111
I think there is a bug, I have a notification that I received 5 Turtle coins for free after I log in but it's not appearing in my balances?
And refresh?
sr. member
Activity: 1162
Merit: 268
50% bonus on your First Topup
I think there is a bug, I have a notification that I received 5 Turtle coins for free after I log in but it's not appearing in my balances?
copper member
Activity: 238
Merit: 111
BC.Game  has released a new version.
Do you like it?
Present your suggestion to Coco!
The adopted recommendations will be rewarded~
Play Crash Blackjack Hashdice with #lightningnetwork #Bitcoin
copper member
Activity: 238
Merit: 111
Turtlecoin(http://turtlecoin.lol)has been listed on BC.Game
You can get 5 TRTL for free
Jump to: