Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ik316m
on 03/08/2025, 15:08:38 UTC
Quote
I am also running 135 puzzles, and using bsgs to run some old lost mining addresses. I have been running for more than half a year in total, but I haven't earned a penny. Haha, I wish you good luck.

Are you using BSGS random to break a 256-bit Bitcoin address where the length of a private key is 64 characters long?  Smiley That's wasted energy and resources. Even puzzle 135 is almost impossible to crack by using BSGS random where the prv key is having only 34 chars in length.  
Good luck though, I'm currently scanning puzzle 135,  bsgs random with 260 exakeys/s and almost giving up.
Code:
[+] Random mode
[+] Stats output every 1 seconds
[+] Mode BSGS random
[+] Opening file 135.txt
[+] Added 1 points from file
[+] Range
[+] -- from : 0x4000000000000000000000000000000000
[+] -- to   : 0x4fffffffffffffffffffffffffffffffff
[+] N = 0x1000000000000
[+] Bloom filter for 274877906944 elements : 942249.56 MB
[+] Bloom filter for 8589934592 elements : 29445.30 MB
[+] Bloom filter for 268435456 elements : 920.17 MB
[+] Allocating 4096.00 MB for 268435456 bP Points
[+] Reading bloom filter from file keyhunt_bsgs_4_274877906944.blm .... Done!
[+] Reading bloom filter from file keyhunt_bsgs_6_8589934592.blm .... Done!
[+] Reading bP Table from file keyhunt_bsgs_2_268435456.tbl .... Done!
[+] Reading bloom filter from file keyhunt_bsgs_7_268435456.blm .... Done!
[+] Thread 0x4d0c36d8ff9468cc14ad1e038410891c47  conds: ~260 Ekeys/s (260967284607849559562 keys/s)

The 'Stats output every 1 seconds' give you wrong speed, to know the actual speed set the output to at least 10 seconds ( -s 10)