Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: pbies on May 27, 2022, 05:57:45 PM



Title: LTC brainwallet
Post by: pbies on May 27, 2022, 05:57:45 PM
I am looking for a way to convert any short text to private key (later WIF) for Litecoin.
Seems like it is different from BTC/Raven conversion.

Expected is Python script.


Title: Re: LTC brainwallet
Post by: vv181 on May 28, 2022, 04:38:02 PM
Here are the repositories I found that can be applied for LTC:
https://github.com/litecoin-project/liteaddress.org
https://github.com/dvdbng/memwallet

Unfortunately, both repository is not on Python. I guess you can try to see how they implement it and then convert it to Python, and also add/adjust some code for converting the raw private key to WIF corresponding to the LTC prefixes.