import secp256k1 as ice
from itertools import permutations
target = '0233709eb11e0d4439a729f21c2c443dedb727528229713f0065721ba8fa46f00e'
dd = ['804', 'E09', '77', '225', 'AC', '960', '33B', '7F0', 'E4', '6BB', '48']
p = '1C5'
for i in permutations(dd):
pvk = int(p + ''.join(i), 16)
pub = ice.scalar_multiplication(pvk)
addrpub = pub.hex()
addr = ice.to_cpub(addrpub)
if addr == target:
print(f'== Key is Found ==\n {hex(pvk)}')
print(f'{ice.btc_pvk_to_wif(pvk)}')
break
For a faster response... 👆
Ive been monitoring Retired Coder's latest posts for the past two days. Today, Im going somewhere, and this happened. Feeling so sad 😢. Anyway, congratulations to the winner!