BitStarz.com - Εκδήλωση Crash Seding!
"Τι είναι μια εκδήλωση σποράς;" μπορεί να αναρωτηθείτε. Λοιπόν, δεν σε κατηγορούμε. Είναι ουσιαστικά μια κουβέντα για κρυπτοσπασίκλες για επαληθεύσιμη απόδειξη ότι το ίδιο το παιχνίδι είναι δίκαιο.
Όσο για το τι είναι το Crash, είναι ένα νέο παιχνίδι από την BitStarz Originals που λανσάρουμε αργότερα αυτή την εβδομάδα και το οποίο είμαστε πολύ ενθουσιασμένοι. Αν δεν σας ενδιαφέρει η τεχνική εξήγηση, δεν χρειάζεται να διαβάσετε το παρελθόν. Όσο για τα υπόλοιπα, ορίστε πώς θα το κάνουμε:
Ο τρόπος με τον οποίο το βλέπουμε είναι αρκετά παρόμοιος με όλα τα άλλα καζίνο, επομένως τίποτα δεν πρέπει να είναι ασυνήθιστο.
Δημιουργήσαμε μια αλυσίδα 10.000.000 κατακερματισμών SHA256 για να αποδείξουμε τη δικαιοσύνη μας. Κάθε κατακερματισμός είναι ο κατακερματισμός της δεκαεξαδικής αναπαράστασης του προηγούμενου κατακερματισμού. Εδώ είναι ο τελευταίος κατακερματισμός στην αλυσίδα:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Μέρος του Κώδικα για τη δημιουργία του αποτελέσματος του παιχνιδιού:
res(n) = hmac(hash(n),blockHash);
Συμβολοσειρά hex8 = res(n).substring(0, 8);
BigInteger intNum = νέος BigInteger(hex8,16);
διπλό rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0,04));
διπλό crashPoint = Math.min(rawResult, 100000);
Το BlockHash που χρησιμοποιείται είναι το μπλοκ Bitcoin 744.840, το οποίο δεν έχει εξορυχθεί τη στιγμή που δημοσιεύουμε αυτό. Χρησιμοποιούμε τον κατακερματισμό ενός μελλοντικού μπλοκ bitcoin ως σπόρο πελάτη, ώστε όλοι οι παίκτες να είναι σίγουροι ότι δεν επιλέξαμε ένα προς όφελος του σπιτιού. Επομένως, θα ήταν φοβερό αν κάποιος μπορούσε να απαντήσει στο νήμα και να το παραθέσει αυτό, ώστε να απαθανατιστεί στο interwebz.
Και πάλι, είμαστε πολύ ενθουσιασμένοι που σας δείχνουμε αυτό το crash παιχνίδι και αν υπάρχει κάποιο άλλο στυλ παιχνιδιού που σας λείπει στο BitStarz, απλώς ενημερώστε μας!
BitStarz.com - Crash Seeding Event!
"What is a Seeding Event?" you might ask yourself. Well, we don’t blame you. It’s essentially crypto nerd talk for verifiably showing that the game itself is fair.
As for what Crash is, it’s a new game from BitStarz Originals that we’re launching later this week that we’re really excited about. Unless you’re interested in the technical explanation, no need to read past this. As for the rest, here’s how we’ll do it:
The way we’re seeding this is pretty similar to all other casinos so nothing should be out of the ordinary.
We have generated a chain of 10,000,000 SHA256 hashes to prove our fairness. Each hash is the hash of the hexadecimal representation of the previous hash. Here’s the last hash in the chain:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Part of the Code for generating the game result:
res(n) = hmac(hash(n),blockHash);
String hex8 = res(n).substring(0, 8);
BigInteger intNum = new BigInteger(hex8,16);
double rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0.04));
double crashPoint = Math.min(rawResult, 100000);
The BlockHash used is Bitcoin block 744,840 which has not been mined at the time we’re posting this. We are using the hash of a future bitcoin block as a client seed so all players can be sure that we did not pick one in the house's favor. Therefore it would be awesome if someone could reply in the thread and quote this so it’s immortalized on the interwebz.
Again, we’re super excited to show you this crash game and if there’s any other style of game you miss at BitStarz, just let us know!