Bitcoin Forum
May 07, 2024, 05:39:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Strongman Game Seeding Event - nitro.bet  (Read 79 times)
nitrobet (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
January 18, 2021, 09:42:12 AM
 #1

Welcome to our seeding event for Strongman launching next week.

We have generated a chain of 10 million SHA256 hashes, starting with a server secret that has been repeatedly fed the output of SHA256 back into itself 10 million times. The SHA256 of the final hash in the chain is: d0d99b3450ab0631ac2ef485f694829182bf410bf59377262db496fbcdb4da81, by publicising it here we are preventing any ability to pick an alternate SHA256 chain.

Strongman game will play through that chain of hashes, in reverse order, and use the hashes to determine the game outcome in a probably fair manner.

Code:
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 = X*100 + 1;

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

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 667000. This block has not been mined yet, proving that we have not deliberately picked a chain that is unfavourable for players.

Excited to show you the Strongman game very soon!
1715103584
Hero Member
*
Offline Offline

Posts: 1715103584

View Profile Personal Message (Offline)

Ignore
1715103584
Reply with quote  #2

1715103584
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715103584
Hero Member
*
Offline Offline

Posts: 1715103584

View Profile Personal Message (Offline)

Ignore
1715103584
Reply with quote  #2

1715103584
Report to moderator
nitrobet (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
January 18, 2021, 09:49:23 AM
 #2

Welcome to our seeding event for Strongman launching next week.

We have generated a chain of 10 million SHA256 hashes, starting with a server secret that has been repeatedly fed the output of SHA256 back into itself 10 million times. The SHA256 of the final hash in the chain is: d0d99b3450ab0631ac2ef485f694829182bf410bf59377262db496fbcdb4da81, by publicising it here we are preventing any ability to pick an alternate SHA256 chain.

Strongman game will play through that chain of hashes, in reverse order, and use the hashes to determine the game outcome in a probably fair manner.

Code:
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 = X*100 + 1;

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

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 667000. This block has not been mined yet, proving that we have not deliberately picked a chain that is unfavourable for players.

Excited to show you the Strongman game very soon!

Quoting. And saved to archive.is: https://archive.is/gTffQ

Also confirming that the current best bitcoin block is: 666592 and thus 667000 has not yet been mined.
alegotardo
Legendary
*
Offline Offline

Activity: 2408
Merit: 1141


☢️ alegotardo™️


View Profile
January 18, 2021, 03:02:13 PM
 #3

Quoting. And saved to archive.is: https://archive.is/gTffQ

Also confirming that the current best bitcoin block is: 666592 and thus 667000 has not yet been mined.

What is the guarantee of quoted the OP using the same newbie account here from bitcointalk?

I'm also quoting below. But in any case, the topic can also be verified by ninjastic.space here.
The current block of the Bitcoin blockchain is 666623

Welcome to our seeding event for Strongman launching next week.

We have generated a chain of 10 million SHA256 hashes, starting with a server secret that has been repeatedly fed the output of SHA256 back into itself 10 million times. The SHA256 of the final hash in the chain is: d0d99b3450ab0631ac2ef485f694829182bf410bf59377262db496fbcdb4da81, by publicising it here we are preventing any ability to pick an alternate SHA256 chain.

Strongman game will play through that chain of hashes, in reverse order, and use the hashes to determine the game outcome in a probably fair manner.

Code:
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 = X*100 + 1;

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

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 667000. This block has not been mined yet, proving that we have not deliberately picked a chain that is unfavourable for players.

Excited to show you the Strongman game very soon!

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
▄▄█▄▄░░▄▄█▄▄░░▄▄█▄▄
███░░░░███░░░░███
░░░░░░░░░░░░░
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░░░░███▄█░░░
░░██▌░░███░▀░░██▌
█░██░░███░░░██
█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀
.
REGIONAL
SPONSOR
███▀██▀███▀█▀▀▀▀██▀▀▀██
██░▀░██░█░███░▀██░███▄█
█▄███▄██▄████▄████▄▄▄██
██▀ ▀███▀▀░▀██▀▀▀██████
███▄███░▄▀██████▀█▀█▀▀█
████▀▀██▄▀█████▄█▀███▄█
███▄▄▄████████▄█▄▀█████
███▀▀▀████████████▄▀███
███▄░▄█▀▀▀██████▀▀▀▄███
███████▄██▄▌████▀▀█████
▀██▄█████▄█▄▄▄██▄████▀
▀▀██████████▄▄███▀▀
▀▀▀▀█▀▀▀▀
.
EUROPEAN
BETTING
PARTNER
nitrobet (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
January 19, 2021, 03:21:43 PM
 #4

Quoting. And saved to archive.is: https://archive.is/gTffQ

Also confirming that the current best bitcoin block is: 666592 and thus 667000 has not yet been mined.

What is the guarantee of quoted the OP using the same newbie account here from bitcointalk?

I'm also quoting below. But in any case, the topic can also be verified by ninjastic.space here.
The current block of the Bitcoin blockchain is 666623

Welcome to our seeding event for Strongman launching next week.

We have generated a chain of 10 million SHA256 hashes, starting with a server secret that has been repeatedly fed the output of SHA256 back into itself 10 million times. The SHA256 of the final hash in the chain is: d0d99b3450ab0631ac2ef485f694829182bf410bf59377262db496fbcdb4da81, by publicising it here we are preventing any ability to pick an alternate SHA256 chain.

Strongman game will play through that chain of hashes, in reverse order, and use the hashes to determine the game outcome in a probably fair manner.

Code:
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 = X*100 + 1;

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

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 667000. This block has not been mined yet, proving that we have not deliberately picked a chain that is unfavourable for players.

Excited to show you the Strongman game very soon!

Thank you for confirming the current block.
nitrobet (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
January 21, 2021, 12:42:30 PM
 #5

Welcome to our seeding event for Strongman launching next week.

We have generated a chain of 10 million SHA256 hashes, starting with a server secret that has been repeatedly fed the output of SHA256 back into itself 10 million times. The SHA256 of the final hash in the chain is: d0d99b3450ab0631ac2ef485f694829182bf410bf59377262db496fbcdb4da81, by publicising it here we are preventing any ability to pick an alternate SHA256 chain.

Strongman game will play through that chain of hashes, in reverse order, and use the hashes to determine the game outcome in a probably fair manner.

Code:
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 = X*100 + 1;

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

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 667000. This block has not been mined yet, proving that we have not deliberately picked a chain that is unfavourable for players.

Excited to show you the Strongman game very soon!

The hash of block 667000 is 0000000000000000000bfc4add1faa645bed3add5486882966c13b29b0e82cdd

Wenbing
Member
**
Offline Offline

Activity: 490
Merit: 31

There is gold in volatility..


View Profile
January 21, 2021, 04:03:26 PM
 #6

Wow, I see this casino or game to be very sophisticated, as it works like solving complex Mathematical problem of the btc mining process.

What I want to know is, what's the chance of one winning in this kind of complex game.?

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ★ ★ ★ ★ ★ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
PLINKO    |7| SLOTS     (+) ROULETTE    ▼ BIT SPINBITVESTPLAY or INVEST ║ ✔ Rainbot  ✔ Happy Hours  ✔ Faucet
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ★ ★ ★ ★ ★ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Pages: [1]
  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!