Lightning Raffle
Verify the draw →

Series I· Drawn by Bitcoin

The draw is in. See the winning ticket & proof →
One winner takes

1 month of Claude Max (20x)

$200 value
✦ ✦ ✦
The draw happens at block #954,818
days
:
hrs
:
min
:
sec
current block —
How the draw works
1

You buy in

Every paid ticket gets a number — they start at #69420 and climb from there, one per ticket. Your ticket lands in your inbox the moment payment clears.

2

We name a block in advance

Before the draw, we publish one Bitcoin block height (#954,818) that hasn't been mined yet. Until that block exists, its hash is pure unknown — to us, to you, to anyone on earth.

3

Bitcoin picks the winner

When that block is mined, its hash is run through SHA-256 and divided by the number of tickets sold. The remainder points to exactly one ticket. Same block, same answer — there's no house and no random-number generator to take on faith.

4

You check it yourself

That block hash is public forever. Run a single line of code against it; if our winner doesn't match, we cheated. It will match — and the result page shows the exact numbers to confirm.

The winning ticket, in one line
winner = 69420 + ( sha256(block_hash) mod tickets_sold )