Author

Topic: CrashDoge.com Launch Announcement (Read 314 times)

newbie
Activity: 66
Merit: 0
March 30, 2019, 11:38:45 AM
#9
"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
member
Activity: 277
Merit: 10
March 08, 2019, 05:46:24 PM
#8
Why do i have a strange (bad?) feeling about this?
sr. member
Activity: 385
Merit: 251
March 08, 2019, 04:31:49 PM
#7
fishy right there ?
member
Activity: 79
Merit: 15
March 08, 2019, 03:55:49 PM
#6
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://bitcointalksearch.org/topic/topic-closed-5118239
newbie
Activity: 66
Merit: 0
March 08, 2019, 01:57:49 PM
#5
<3 stack.  Being underage sucks, doesn't it?
full member
Activity: 434
Merit: 101
YouTuber, gambler, and scam-buster.
March 08, 2019, 11:43:22 AM
#4
Fair warning: CrashDoge.com is a scam.

https://bitcointalksearch.org/topic/--5118237

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.
newbie
Activity: 66
Merit: 0
February 12, 2019, 09:28:16 PM
#3
UPDATE:  We will be using the block hash from block 563,000 for the provably fair seeding event for crashingbitcoin.com
newbie
Activity: 66
Merit: 0
January 13, 2019, 08:42:15 AM
#2
Block 2,555,666 has now been mined and we will use hash 6a056048c9db59cddbb46e059d65e79aeff1ecc23b0a6853495bc10502e761ad for the provably fair seeding event. 
newbie
Activity: 66
Merit: 0
January 12, 2019, 02:22:25 PM
#1
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
Jump to: