Skip to content

cyberspacepirates/bitcoin-lottery

Repository files navigation

Bitcoin Lottery

This website tries 50K keys from the puzzle 66

The range is 20000000000000000 to 3ffffffffffffffff.

Even if someone finds the key It's tough to redeem the funds because of Kangaroos! https://github.com/demining/Kangaroo-by-JeanLucPons

Requirements

  • Node.js
  • Rust cargo

Install

Make sure you have Node.js and Rust Installed

rm -rf ./src/wasm-bitcoin
npm run rust-build
npm install

Development

npm run dev

Build for deployment

npm run build