how to edit for adress 19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG in WIFHunter.py
All the commands can be found here:
https://github.com/iceland2k14/secp256k1
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: