Verify round winners
These standalone Node.js utilities reproduce the public draw algorithm, check the ticket ledger for gaps or overlaps, and identify the winning slip from a round verification JSON file.
Online Calculator
Browser onlyWinning ticket
Pending
Message
Pending
SHA-256
Pending
Digest integer
Pending
Run Locally
Download the raw scripts above, then point the round verifier at the public JSON for any settled round.
curl -s https://www.hookedin.com/api/rounds/24/verification -o round-verification.json
node verify-round-winner.cjs round-verification.jsonThe round verification JSON is also available from each round page. The script accepts a local file path, a URL, or stdin.
Round JSON Fetcher
Open rawnode get-round-info.cjs https://www.hookedin.com 24View source
Loading source...Winning Ticket Calculator
Open rawnode verify-winning-ticket.cjs --round-number 24 --closing-block-hash 75295b7231421a9f4f01aadfa943d033f1b90b9854f1be28bad102df1bcc3500 --sold-ticket-count 332View source
Loading source...Round Winner Verifier
Open rawnode verify-round-winner.cjs https://www.hookedin.com/api/rounds/24/verificationView source
Loading source...