Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
nomachine
on 18/04/2025, 11:17:14 UTC
how did you launch it?

By running the python script.

Downloads\WIFHunter-main(1)\WIFHunter-main/ice_secp256k1.dll not found
Traceback (most recent call last):
  File "---------Downloads\WIFHunter-main(1)\WIFHunter-main\WIFHunter.py", line 1, in <module>
    import secp256k1 as ice
  File "---------\Downloads\WIFHunter-main(1)\WIFHunter-main\secp256k1.py", line 94, in <module>
    ice.scalar_multiplication.argtypes = [ctypes.c_char_p, ctypes.c_char_p]   # pvk,ret
    ^^^
NameError: name 'ice' is not defined

Uploaded that dll to git. Try again.

WIFHunter-main(1)\WIFHunter-main>python WIFHunter.py
[2025-04-18 13:43:07] Starting scan for prefix: KxGJhe
[2025-04-18 13:43:07] [E] Unexpected error: [WinError 193] %1 нe являeтcя пpилoжeниeм Win32
[2025-04-18 13:43:07] Script execution ended



You might have compiled a 32-bit version but are trying to run it on 64-bit Windows (or vice versa)

The executable might be corrupted or not properly compiled

P.S. I use this only on Debian Linux because I don't like dealing with Windows.
You might have compiled a 32-bit version but are trying to run it on 64-bit Windows (or vice versa)

The executable might be corrupted or not properly compiled