Author

Topic: Blazebetbr Crash seeding event (Read 32 times)

legendary
Activity: 3276
Merit: 3537
Nec Recisa Recedit
December 24, 2024, 01:58:06 PM
#4
https://bitcointalksearch.org/topic/jonbetbr-crash-seeding-event-5524037
There is a connection with this other topic? These are pretty identical despite they generated a different seed.
I have never seen a previous topic about this casino BLAZEBETBR . Why not introduce first? It would be reciprocally helpful Smiley

I don't know if I like this provably Fair system at all... I know a lot of casinos work It that way, but the fact that the user can't selecto a user seed is what I don't like at all.

I know we can verify the fairness by hashing the past game seed and see the previos result, but personally I like to be able to selecto my user seed on my bets and change It if I feel bad luck on that seed.

There are some missing points or at least most details should be provided... maybe some demo or an explanation?
legendary
Activity: 3388
Merit: 3154
December 24, 2024, 01:09:10 PM
#3
I don't know if I like this provably Fair system at all... I know a lot of casinos work It that way, but the fact that the user can't selecto a user seed is what I don't like at all.

I know we can verify the fairness by hashing the past game seed and see the previos result, but personally I like to be able to selecto my user seed on my bets and change It if I feel bad luck on that seed.
?
Activity: -
Merit: -
December 24, 2024, 09:07:21 AM
#2
Site's URL: https://blaze.bet.br/games/en/games/crash

Archived post: https://archive.ph/3YasX

Client seed has been mined!
00000000000000000000f5e31596aac52b3764f532c1b105e626293e127d86f4


https://www.blockchain.com/es/explorer/blocks/btc/876175
?
Activity: -
Merit: -
December 24, 2024, 08:52:41 AM
#1
We’re excited to announce that we’re releasing Crash game in Blazebetbr, so we welcome you to our seeding event for Crash which we would be releasing soon on the new website.

As part of our fairness we generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash. Being the last hash in the chain: 6f6b11ee8527b53c1a85abe66e84eb60d88a1d61ad8b58d56513817631d788d2


Script to calculate Crash  point:
Code:
const divisible = (hash, mod) => {
  const value = parseInt(hash.slice(0, 13), 16); // Use first 13 hex chars
  return value % mod === 0; // Single modulus operation at the end
};

const calculateCrashPointFromHash = function (hash) {
  if (divisible(hash, 15)) return 0;

  const crashPointBytes = hash.slice(13, 26); // Next 13 hex chars
  const h = parseInt(crashPointBytes, 16);
  const e = Math.pow(2, 52);

  return (Math.floor((100 * e - h) / (e - h)) / 100).toFixed(2);
};

// these will be the 10M pre generated rolls to be used
const hashChain = ['random1', 'random2'];

const gameHash = hashChain.pop();

// It's the hash we're gonna be using of the result of a yet to be mined block on the blockchain #876,175
const blockHash = '';

const hash = createHmac('sha256', gameHash).update(blockHash).digest('hex');

const crashPoint = calculateCrashPointFromHash(hash);

console.log({ crashPoint });

We’re gonna be using a BlockHash that hasn’t been mined at the time of this post, we’re expecting to use Bitcoin block 876,175 this to prove we have no influence over the outcome of the game. Please guys feel free to quote this post so this will be all set in stone.

Looking forward to show you guys Crash very soon!
Jump to: