NEEDLESPACE
The 160/#144

#144

Unsolved14.4 BTC

Still unsolved, and the public key is not known either — so the only approach is generating keys through the interval one at a time and comparing addresses. There are 2143 keys in the interval, so sweeping all of it costs that many attempts (on average, half).

Address

1NevxKDYuDcCh1ZMMi6ftmWwGrZKC6j7Ux

mempool.space
Key range (hex)

0x800000000000000000000000000000000000 ~ 0xffffffffffffffffffffffffffffffffffff

Interval size

2^143 = 1.1×10^43

Balance

14.40000000 BTC · 3 tx

snapshot from 2026-08-23

Method of attack
Address brute force
work ≈ 1.1×10^43 (2^143)
Browser (JS, 1 thread)the search tool on this site2.0×10^31 years — 1.4×10^21× the age of the universe
CPU · keyhunt, 8 threads4.4×10^28 years — 3.2×10^18× the age of the universe
CPU · keyhunt, 16 threads2.2×10^28 years — 1.6×10^18× the age of the universe
GTX 10601.8×10^27 years — 1.3×10^17× the age of the universe
RTX 30704.4×10^26 years — 3.2×10^16× the age of the universe
RTX 30902.4×10^26 years — 1.7×10^16× the age of the universe
RTX 40901.4×10^26 years — 1.0×10^16× the age of the universe
RTX 50908.8×10^25 years — 6.4×10^15× the age of the universe
RTX 4090 × 101.4×10^25 years — 1.0×10^15× the age of the universe
RTX 4090 × 1001.4×10^24 years — 1.0×10^14× the age of the universe
RTX 4090 × 1,000the scale of a large pool1.4×10^23 years — 1.0×10^13× the age of the universe
All approximate. Implementation, clocks and target count move these by multiples, so read the order of magnitude and nothing finer. The calculator lets you put your own rate in.
Finding it is not the same as keeping it

A transaction moving puzzle funds carries the public key and the signature. The moment it reaches the mempool, bots take the same coins with a higher fee. That is exactly how #66 and #69 were lost. How to prevent it

Doing it

How to actually run this puzzle

Recommended: BitCrack (GPU)

With no public key there is nothing to do but generate addresses one at a time and compare. BitCrack does that on the GPU. On NVIDIA that means the CUDA build, cuBitCrack.

0. Build (Linux · CUDA)
git clone https://github.com/brichard19/BitCrack
cd BitCrack
make BUILD_CUDA=1
# On Windows, open BitCrack.sln in Visual Studio and build the cuKeyFinder project
# to get cuBitCrack.exe. macOS is not supported.
Run
./cuBitCrack -d 0 -b 288 -t 256 -p 1024 -c --keyspace 800000000000000000000000000000000000:ffffffffffffffffffffffffffffffffffff --continue progress-144.txt -o found-144.txt 1NevxKDYuDcCh1ZMMi6ftmWwGrZKC6j7Ux
Watch out for
  • The best values for -b/-t/-p differ per GPU. Run it once at the defaults, look at the rate, then adjust.
  • Always include --continue. It keeps your position across restarts.
  • To split across machines, turn on “split the work” above. --share divides the range without overlap.
  • This shard covers 800000000000000000000000000000000000 ~ ffffffffffffffffffffffffffffffffffff.
Other options

CPU only. Handles both addresses and public keys, and is the easiest to install — good for learning and for checking your setup.

Kangaroonot usable

This puzzle's public key is not exposed. There is no discrete logarithm to solve.

A reality check

On a single RTX 4090 this takes 1.4×10^26 years — 1.0×10^16× the age of the universe. That is not “eventually”; in most cases it means “no”. Doing it anyway means accumulating GPUs or joining a pool.