Skip to content

Instantly share code, notes, and snippets.

View zcrash's full-sized avatar

nekoz zcrash

View GitHub Profile
@zcrash
zcrash / zcrash_200k_bonus_1261542.txt
Created August 31, 2017 05:21
zcrash bonus trigger: 200k crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
***** zcrash.io 200k club *****
In honor of a 200k+ crash game we've trigged a zcrash.io special bonus!
1) The highest betting player in the game, Bebesha will get 200k zooks
2) all other players in that game get 100k zooks
3) players on chat but not betting during the game will each get 50k
@zcrash
zcrash / quickstart.txt
Last active September 6, 2017 15:17
Ⓩcrash.io quick start
1. Game is played with zcash (ZEC)
2. WTF is a Zook? - A Zook is 1/1,000,000 of a Zcash (ZEC) coin and it's the main unit of play at zcrash
3. Where can I get ZEC? You can get zcash on most exchanges, or you can shapeshift/changelly other cryptos into ZEC
4. Chat is unmoderated at times - use `/ignore dumbAss`(without backticks) if someone is bothering you
5. please don't loan to people you meet in chat. it's the internet! you will get scammed
6. WTF is ZECExchange and how do I use it to get off chain (read faster, cheaper) deposits? See below...
zcrash is run by a small team of people:
@zcrash
zcrash / keybase.md
Last active January 25, 2018 01:35

Keybase proof

I hereby claim:

  • I am zcrash on github.
  • I am nekoz (https://keybase.io/nekoz) on keybase.
  • I have a public key whose fingerprint is 797B C783 B3FB 9DCF 5016 FC8F 0019 E20D 5BCB 5215

To claim this, I am signing this object:

@zcrash
zcrash / RAINBOT.MD
Last active July 20, 2018 15:00
ethcrash.io rainbot guide

Ethcrash.io RainBot guide 💧

RainBot is a way for players (and the house!) to make it rain coins on the other players in chat. First, we'll start with the basics on how you can use the bot to make it rain:

  1. Send the coins that you want to rain with to RainBot using the sites transfer page

  2. Once your coins have successfully be transfered to the RainBot you can use this command from spam channel to see your blance:

#rainbot balance

....
exports.genGameHash = function(serverSeed) {
return crypto.createHash('sha256').update(serverSeed).digest('hex');
};
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;