Bitcoin Forum
May 07, 2024, 02:18:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Project Development / Re: python-hd-wallet-scanner - scan for HD Wallet master private key and addresses on: April 20, 2021, 08:18:19 PM
You are already searching an impossible to find needle in a haystack so why are you making your own job harder by doing the search using the HD key derivation function? Why not just search for private keys and avoid all the extra overhead of the key derivation?!
If you were able to find a private key to steal other people's money (which you would never be able to) it doesn't matter if that key was derived from a master key or was found at random.

It is like wanting to find z from x+y=z but instead of first adding x and y you go ahead and compute pow, sqr, sqrt, cos, sin, sin-1,... of both x and y then finally add x and y to find z.

True but I was trying to get the HD derivation xprv and xpub also. It is all pretty new to me so correct me if I am wrong but with the xpriv I can find other keys derived from that wallet?
22  Bitcoin / Project Development / Re: python-hd-wallet-scanner - scan for HD Wallet master private key and addresses on: April 15, 2021, 05:11:56 PM
The btc_top_100000.bin file appears to be a binary file that is input to the BloomFilter class. In that case, I think that it would be useful if you modify your program to have another script that reads a file full of addresses, and writes a bloom filter containing them so it can be used with arbitrary addresses.

I have that already I just did not provide. I will upload now.

Uploaded and have described how to use every known BTC address with a balance from downloading from https://bitkeys.work/download.php
23  Economy / Digital goods / Open Source - HD Wallet Collision Finder | Crack private keys easily on: April 15, 2021, 12:16:13 AM
Hello,

Source: https://github.com/AFedelmid/python-hd-wallet-scanner

A HD Wallet scanner that searches hash160 addresses from the top 100000 bitcoin addresses in a bloom filter with a positive balance looking for a collision, when a collision is found the script will provide you with xprv, xpub, wif and address.

dotenv file to add details so that you can receive alerts in a discord webhook or on pushover when collision is found

https://imgur.com/a/iUK6OqN
24  Bitcoin / Project Development / Re: python-hd-wallet-scanner - scan for HD Wallet master private key and addresses on: April 14, 2021, 10:30:16 PM
Today I have started to add GPU support with CUDA. Any other ideas would be most welcome but the product is finding private keys with a balance, Only found one so far with a change address so not much.
25  Bitcoin / Bitcoin Technical Support / Re: recover keys from seed on: April 13, 2021, 06:07:25 PM
Could it have been an Armory recovery phrase?
26  Bitcoin / Bitcoin Technical Support / Re: recover keys from seed on: April 13, 2021, 05:35:10 PM
Try this. https://iancoleman.io/bip39/

Although being that old I do not think BIP32 was around?

Choose 24 words at the top and BIP32 as Derivation path.
27  Bitcoin / Project Development / python-hd-wallet-scanner - scan for HD Wallet master private key and addresses on: April 13, 2021, 01:16:51 PM
Hello,

My first Python project.

Source: https://github.com/AFedelmid/python-hd-wallet-scanner

A HD Wallet scanner that searches hash160 addresses from the top 100000 bitcoin addresses in a bloom filter with a positive balance looking for a collision, when a collision is found the script will provide you with xprv, xpub, wif and address.

dotenv file to add details so that you can receive alerts in a discord webhook or on pushover when collision is found

https://imgur.com/a/iUK6OqN

- Any criticism is welcome.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!