Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: crashingcrypto on January 12, 2019, 06:22:25 PM



Title: CrashDoge.com Launch Announcement
Post by: crashingcrypto on January 12, 2019, 06:22:25 PM
CrashingCrypto --

We are excited to announce the CrashingCrypto project. The CrashingCrypto project will be a network of crash games, licensed under the original Bustabit license.

In order to see our license, please visit the original Bustabit website at: https://bustabit.com/license.txt

This thread is the provably fair seeding event for the CrashDoge project.  We have taken the same approach as the original Bustabit website to illustrate “provably fair.” We have therefore picked blocks that have not yet been mined as part of the logic that derives game crash results, so there is no possible way that we could have “manipulated” any of the results for any game played on one of the CrashingCrypto sites. 

Starting with a secret, we have generated a chain of 10,000,000 SHA256 hashes for each respective site. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. Please see below to determine the hash of each chain's last element for each respective CrashingCrypto based website.

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 game #n (n=game number), simply hash it n times and compare the result with the terminating hash.


To calculate a game's result from its hash:

Code:

function crashPointFromHash(serverSeed, clientSeed) {
  function divisible(hash, mod) {
    // We will read in 4 hex at a time, but the first chunk might be a bit smaller
    // So ABCDEFGHIJ should be chunked like  AB CDEF GHIJ
    var val = 0;
   
    var o = hash.length % 4;
    for (var i = o > 0 ? o - 4 : 0; i < hash.length; i += 4) {
      val = ((val << 16) + parseInt(hash.substring(i, i+4), 16)) % mod;
    }

    return val === 0;
  }

  var hash = crypto.createHmac('sha256', serverSeed).update(clientSeed).digest('hex');

  /* In 1 of 101 games the game crashes instantly. */
  if (divisible(hash, 101))
     return 0;

  /* Use the most significant 52-bit from the hash
     to calculate the crash point */
  var h = parseInt(hash.slice(0,52/4),16);
  var e = Math.pow(2,52);

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

Before being used to calculate the corresponding result, each game hash is salted with the lowercase, hexadecimal string representation of following hashes for each respective site:

CrashDOGE: block #2,555,666 on the Dogecoin blockchain (https://dogechain.info)
CrashETH: block #TO BE ANNOUNCED on the Ethereum blockchain (https://etherscan.io)
CrashLTC: block #TO BE ANNOUNCED on the Litecoin blockchain (https://live.blockcypher.com/ltc/)
CrashBCH: block #TO BE ANNOUNCED on the Bitcoin Cash blockchain (https://explorer.bitcoin.com)
CrashingBitcoin: block #TO BE ANNOUNCED on the Bitcoin Core blockchain (https://blockchain.info)

By choosing blocks that have not yet been mined, we can prove that we have not deliberately picked an unfavorable chain for players or created a biased house edge.

CrashDoge will be live within 48 hours of this message being posted.  This gives us time to implement the hash chain (games) from the block once it is mined.  All of the other sites will be coming online one-by-one after CrashDoge is launched.  Cheers.

-CrashingCrypto Admin


Title: Re: CrashDoge.com Launch Announcement
Post by: crashingcrypto on January 13, 2019, 12:42:15 PM
Block 2,555,666 has now been mined and we will use hash 6a056048c9db59cddbb46e059d65e79aeff1ecc23b0a6853495bc10502e761ad for the provably fair seeding event. 


Title: Re: CrashDoge.com Launch Announcement
Post by: crashingcrypto on February 13, 2019, 01:28:16 AM
UPDATE:  We will be using the block hash from block 563,000 for the provably fair seeding event for crashingbitcoin.com


Title: Re: CrashDoge.com Launch Announcement
Post by: StackGambler on March 08, 2019, 03:43:22 PM
Fair warning: CrashDoge.com is a scam.

https://bitcointalk.org/index.php?topic=5118237.msg50068322#msg50068322

If you trust me, you can take my word for it. I have been scammed 4M Dogecoins. If you don't, please read the thread I linked above, have a look at my presented evidence, and read OP's reply. I hope everything becomes apparent; you guys can make your own decision. As you can see, a couple DT users already have.


Title: Re: CrashDoge.com Launch Announcement
Post by: crashingcrypto on March 08, 2019, 05:57:49 PM
<3 stack.  Being underage sucks, doesn't it?


Title: Re: CrashDoge.com Launch Announcement
Post by: Compr on March 08, 2019, 07:55:49 PM
Can confirm. I was scammed out of 600,000 DOGE By Crashdoge

Don't trust them or any other neighboring sites! ( crashbch.com, crashdoge.com, crasheth.com, crashingbitcoin.com, crashingcrypto.com, crashltc.com, crashnano.com )

https://bitcointalk.org/index.php?topic=5118239


Title: Re: CrashDoge.com Launch Announcement
Post by: Arnaud on March 08, 2019, 08:31:49 PM
fishy right there ?


Title: Re: CrashDoge.com Launch Announcement
Post by: CoinCowgirl on March 08, 2019, 09:46:24 PM
Why do i have a strange (bad?) feeling about this?


Title: Re: CrashDoge.com Launch Announcement
Post by: crashingcrypto on March 30, 2019, 03:38:45 PM
"StackGod" has made false accusations against our sites.  He in fact has now admitted to cheating and knowing the spins beforehand. 

https://bitcointalk.org/index.php?topic=5126052.0;all