root@toorbet:~#

// you SSH'd into a casino. place your bets.

$ ./buyin

1 ShadyBuck = 100 credits. The bank runs authorize + capture. Each buy-in needs a fresh OTP.

Got a code but no bucks yet? Claim ₿2 to play now — you'll need to deposit once before you can cash out.

$ ls /casino

BIT FLIP

guess the bit. win pays 1.98× your wager.

?

/dev/slots

spin three reels from /dev/urandom.

?
?
?
$ cat paytable.txt
loading…

BUFFER OVERFLOW

multiplier climbs. cash out before it segfaults.

1.00×
idle

$ ./invite --affiliate

Share your code. When someone buys in with it, you earn 10% of their deposits as bonus credits — and they get a ₿2 welcome bonus.

your invite code
referrals0
affiliate earned₿0.00
bonus in balance₿0.00

$ ./verify --provably-fair

server_seed_hash
client_seed
nonce

// how to verify

Every settled bet returns a proof: {server_seed_hash, client_seed, nonce}.

Outcome bytes are derived as:

HMAC_SHA256(
  key = server_seed,
  msg = "client_seed:nonce:cursor"
)

The server commits to server_seed up front by publishing its sha256. After you rotate, the old seed is revealed: confirm sha256(revealed) == server_seed_hash, then replay each nonce through the HMAC to reproduce every result. No trust required.

$ ./cashout

Cash out your entire balance to your card via the bank.

payout: ₿0.00