Author

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

copper member
Activity: 240
Merit: 125
Seed settings not working.... how we change CLIENT SEED if that not working  Roll Eyes

Telling ppl that it fair but can't change it, that so bad. Plz fix it for now and the future.



You could change it after 3 rounds (you could use the free coins)
member
Activity: 359
Merit: 61
︻┳デ═—
Seed settings not working.... how we change CLIENT SEED if that not working  Roll Eyes

Telling ppl that it fair but can't change it, that so bad. Plz fix it for now and the future.

copper member
Activity: 240
Merit: 125
iTech Labs has evaluated the Random Number Generator (RNG) by

http://BC.Game and found that the RNG complies with the relevant standards.

https://itechlabs.com/certificates/BCGame/RNG_Certificate_BC_Game_UK_16Aug2019.pdf

iTech Labs is a world leading testing and certification laboratory for Online Gaming systems, operating since 2004.

Good Luck Have Fun!
copper member
Activity: 240
Merit: 125
sr. member
Activity: 1120
Merit: 279
My blockchain can beat up your blockchain
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.



Just triple posting this so it will be forever etched in stone.
copper member
Activity: 240
Merit: 125
At present, there is a bug in the online roulette random algorithm, which results in the probability that the number 36 appears in the hash calculation result is extremely low.
The system will be upgraded at 6:00 UTC-4 7th August 2019. The hash chain remains unchanged after the upgrade.
copper member
Activity: 240
Merit: 125
How long doe's it take to withdraw using Lightning Network ? It shows me status "processing" and that's it.
it should be done immediately
copper member
Activity: 240
Merit: 125
~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?
Yuuuup
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: 3696
Merit: 4343
Top Crypto Casino
~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: 240
Merit: 125
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: 2450
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: 240
Merit: 125
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: 240
Merit: 125
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: 240
Merit: 125
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: 2968
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: 240
Merit: 125
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.
Jump to: