DormantBitcoinHunter icon indicating copy to clipboard operation
DormantBitcoinHunter copied to clipboard

A Python script to generate random bitcoin private keys, extract their bitcoin addresses and compare against a list of addresses which have large amount of bitcoins (i.e., the Dormant List). It is a h...

Results 4 DormantBitcoinHunter issues
Sort by recently updated
recently updated
newest added

am not able to get this to work on an M1 MacBook Air. Any assistance would be appreciated! I pasted the what happens when I try to install bitcoinlib. I...

پسوند آدرس کیف پول

I have installed ecdsa with `pip install ecdsa` but when I run hunt.py it return ``` (base) C:\Users\keind\DormantBitcoinHunter>hunt.py Traceback (most recent call last): File "C:\Users\keind\DormantBitcoinHunter\hunt.py", line 7, in import ecdsa...

The addresses generated are starting with 'bc'. For that list of addresses you need to put `key = HDKey(private_key, witness_type='legacy')` right?