Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 25/04/2025, 12:28:37 UTC
how to edit for adress 19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG in WIFHunter.py


All the commands can be found here:
https://github.com/iceland2k14/secp256k1

Code:
       
                HEX = ice.btc_wif_to_pvk_hex(message)
                dec = int(HEX, 16)
                addc = ice.privatekey_to_address(0, True, dec)
                addu = ice.privatekey_to_address(0, False, dec)
                target_add = "19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG"
                if addc == target_add or addu == target_add:
Original archived Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
Scraped on 18/04/2025, 12:28:29 UTC
how to edit for adress 19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG in WIFHunter.py


All the commands can be found here:
https://github.com/iceland2k14/secp256k1

Code:
       
                HEX = ice.btc_wif_to_pvk_hex(message)
                dec = int(HEX, 16)
                addc = ice.privatekey_to_address(0, True, dec)
                addu = ice.privatekey_to_address(0, False, dec)
                target_add = "19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG"
                if addc == target_add or addu == target_add: