Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: 1miau on April 14, 2024, 03:23:06 PM



Title: Open source tools to convert uncommon private keys
Post by: 1miau on April 14, 2024, 03:23:06 PM
I'm searching open source tools to convert uncommon Bitcoin private keys to different formats.
For example Mini private keys, as contained in original Casascius coins. 
A recent request was posted here in our German section: Physischen Bitcoin digitalisieren (https://bitcointalk.org/index.php?topic=5490706.0) (Digitalize physical Bitcoin)

So far, I only know Bitaddress.org from Pointbiz, can be downloaded here and run offline (https://github.com/pointbiz/bitaddress.org/releases)

https://www.talkimg.com/images/2024/04/10/jXBTC.png

Do you know more beginner-friendly open-source tools like Bitaddress.org from Pointbiz?
Looking forward to your responses.  :)


Title: Re: Open source tools to convert uncommon private keys
Post by: Yamane_Keto on April 14, 2024, 05:18:42 PM
https://github.com/Kimbatt/btc-address-generator might do the same thing.
Other alternatives are either scams or their developers have stopped updating.


Title: Re: Open source tools to convert uncommon private keys
Post by: Ambatman on April 14, 2024, 07:08:56 PM
I never even knew that there were different private keys format until I came across an RSA format from mycelium.
I used this in changing mine https://bitcoin-key-compression.com/ got it from their github here (https://github.com/bitcoin-key-compression-tool/bitcoin-private-key-converter).

https://github.com/Kimbatt/btc-address-generator might do the same thing.
Other alternatives are either scams or their developers have stopped updating.
I'm not sure the OP is asking for a tool in generating addresses or maybe it's a multipurpose tools.


Title: Re: Open source tools to convert uncommon private keys
Post by: _act_ on April 15, 2024, 08:23:32 AM
https://github.com/Kimbatt/btc-address-generator might do the same thing.
Other alternatives are either scams or their developers have stopped updating.
This works for private keys WIF that start from 6P, K or L. It does not work for the WIF that starts from 5. It does not work with mini private keys. The tool does not also show the details of other private keys.


Title: Re: Open source tools to convert uncommon private keys
Post by: satashi_nokamato on April 15, 2024, 12:22:04 PM
You could use the Bitcoin address utility used by Casascius (Caldwell). Does not exist anywhere but you could use internet archives to download the source code.


Title: Re: Open source tools to convert uncommon private keys
Post by: seoincorporation on April 15, 2024, 06:59:52 PM
Before anything, is important to remember there is a huge risk each time you put your privatekey on any site, so, be careful about it, that way you are compromising your Keys, and isn't a smart move at all.

Now, i would like to recommend this service for learning purposes. https://secretscan.org/PrivateKeyHex

That site not only lets us convert any kind of private key to the address, it gives us the value from each step of the conversion, and that is awesome. But never use a personal private key for it, that would be a big mistake.


Title: Re: Open source tools to convert uncommon private keys
Post by: odolvlobo on April 16, 2024, 08:33:27 PM
I'm searching open source tools to convert uncommon Bitcoin private keys to different formats.
For example Mini private keys, as contained in original Casascius coins.  

You could use the Bitcoin address utility used by Casascius (Caldwell). Does not exist anywhere but you could use internet archives to download the source code.

You can download Mike Caldwell's code supporting mini keys here: https://github.com/casascius/Bitcoin-Address-Utility


Title: Re: Open source tools to convert uncommon private keys
Post by: 1miau on April 18, 2024, 05:16:04 PM
Many thanks for all of your recommendation here, your advice is much appreciated.  :)
If I can find some time next weekend, I'll try to check all of your recommendations in my topic so far to see which one is coming closest to what's an optimal solution.
It seems like a converter of Mini private keys seems to be a frequently asked quation because at least in our German section, wh had someone asking about Mini private keys earlier as well.