๐ŸŽ‰ PUZZLE #145 SOLVED!

The private key has been found and secured. Thank you to all pool contributors.

PUZZLE #145

14.5 BTC
target   19GpszRNUej5yYqxXoLnbZWKew3KdVLkXg  ยท  144-bit interval [2144, 2145)
0
GH/s
pool hashrate ยท expected work โ‰ˆ 272 ops
Workers Online
0
0 seen total
Total DPs
0
0 unique
Collisions
0
verified checks fired
Total Hops
0
0% of expected work
Status
HUNTING
uptime 00:00:00
Reward
14.5 BTC
โ‰ˆ $0 USD

Herd Balance ยท Distinguished Points

TAME
0
WILD 1
0
WILD 2
0
SOTA v2 method ยท K=1.15 ยท tame/wild split 33.3% tame ยท a solve fires when tame and wild DP land on same EC point

Keyspace ยท [2144, 2145)

21442145
range width
2144 โ‰ˆ 2.23ร—1043 keys
method
Pollard kangaroo ยท O(โˆšn) โ‰ˆ 272.3 ops
done hops
0
est. time (pool)
โ€”
progress is effectively flat at this scale โ€” collisions, not %, end it

Workers (0)

Worker Speed DPs Hops GPU Uptime Pool Share Status
No workers connected ยท Join the pool

Security & Transparency

Key never leaves the server
When a collision solves the puzzle, the private key is written only to FOUND_KEY.txt on the pool server. Workers receive {"type":"solved"} with no key data. The server operator (pool owner) is the only one who can access the key.
Workers submit DPs only
Workers send Distinguished Points โ€” random EC curve coordinates with no cryptographic value alone. No worker ever sees, computes, or transmits the private key. DPs are verified server-side before any collision check.
Open source & auditable
The pool server, worker client, and collision logic are all open source. The SOTA v2 Kangaroo kernel uses RetiredCoder's GPLv3-licensed RCKangaroo. You can inspect every line of the solve logic.
Collision verification
Every collision candidate is verified by computing candidate ร— G and checking it equals the target pubkey before declaring a solve. Spurious DP matches are silently discarded.

Join the Pool ยท Download Client

๐ŸชŸ Windows (WSL2)
Requires WSL2 + CUDA 12.2+. RTX GPU recommended. Includes RCKangaroo turbo kernel + pool worker.
Download for Linux/WSL2
๐Ÿง Linux (Ubuntu)
Ubuntu 22.04+ ยท CUDA 12.2+ ยท NVIDIA driver 525+. Same binary as WSL2 client.
Download for Linux
๐Ÿ“ฃ Telegram Group
Join the community. Get solve alerts, pool updates, and help getting started.
Join Telegram
โ˜๏ธ Cloud GPU
RunPod / Vast.ai one-liner. Paste into any CUDA container. RTX 4090 โ‰ˆ 6 GH/s at ~$0.44/hr.
Quick Start ยท After extracting
# Extract and run โ€” replace YOUR_NAME and YOUR_BTC_ADDRESS
tar xzf puzzle145-client-linux.tar.gz
cd puzzle145-client
./RCKangaroo -pool -gpu 0 -dp 20 -range 144 \
  -start 1000000000000000000000000000000000000 \
  -pubkey 03AFDDA497369E219A2C1C369954A930E4D3740968E5E4352475BCFFCE3140DAE5 \
  2>&1 | python3 worker.py --host puzzle145.com --port 5145 --name YOUR_NAME --btc YOUR_BTC_ADDRESS
uptime 00:00:00 updated โ€”