Search content
Sort by

Showing 6 of 6 results by CriptoGiga
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 19/06/2025, 21:48:24 UTC
For old wallets (2009-2017) there is not much to do beside having "performance counter data" which can lead to guessing private keys.

If you have this old perfdata you can generate old private keys and take the balance.

Seems like the only way to steal funds from these old addresses.

My best guess is that Satoshi wanted a pizza last September, and was out of cash.

Lucky delivery guy.

Now, where's the OG satoshi mining app used in Jan 2009?


https://satoshi.nakamotoinstitute.org/code/
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 28/05/2025, 11:33:49 UTC
Hi everyone. Can anyone share the private key they found in range #71 starting with f6f5431d25bbf7... or less characters.
Thanks for your help!   Roll Eyes

0000000000000000000000000000000000000000000000500000000304615F9C 1PWo3JeF5pJr8BDtMN6QFQmjs8p6gj5KgU 1475739525909722521500 f6f5431d2a99ce4fa2fd37a38586529fb9df8682
0000000000000000000000000000000000000000000000600000000DEEE121A7 1PWo3Je7tFEUnDZRvcaJokKFoW1VyucA6z 1770887431135959261607 f6f5431d21b0e2d35f05cd9f91ed2d8aac510571
000000000000000000000000000000000000000000000070000000176EC8012B 1PWo3Je8FDc3uMyWnFQgqLGGirVp98SyVG 2066035336356112630059 f6f5431d2223713ae7827b5e2d82ce0d331de076
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 17/04/2025, 14:20:59 UTC
#Has anyone ever searched for hidden messages within hashes?

import base58

addr = '18bsqCiFJRy6iLQuomV9uQWuJG2TCzkK3h' 
h160 = base58.b58decode_check(addr)[1:]
print (h160)

addr = '1Ax1Ske5KLG8NuBbhVQ3594DViop8RMPUC' 
h160 = base58.b58decode_check(addr)[1:]
print (h160)

addr = '1BX5TLkQe5YEHYfQAFXEKnWgVmqTSGZhsF' 
h160 = base58.b58decode_check(addr)[1:]
print (h160)
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 17/04/2025, 14:02:16 UTC
The pubkey is there so the private key can be found in a few seconds.

How?


000000000000000000000000000000000000000000000017724AFA4320DAF4A7

He assumed the address was within 69.

Good morning, but how did you get the private key for address 19vkiEajfhnHnZjGpogP6Rv8sUQFvF7PiS, having only the public key?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 17/04/2025, 13:55:02 UTC
i dont have Github, my program is not Final. your CPU will melted, need to run with GPU.

Never run your hardware at maximum speed for a long time, in order to spare it...
And 100k keys/second it not much for 12 cores.

Good morning, but how did you get the private key for address 19vkiEajfhnHnZjGpogP6Rv8sUQFvF7PiS, having only the public key?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
CriptoGiga
on 17/04/2025, 13:30:41 UTC
Good morning, but how did you get the private key for address 19vkiEajfhnHnZjGpogP6Rv8sUQFvF7PiS, having only the public key?