Author

Topic: LTC brainwallet (Read 56 times)

legendary
Activity: 1932
Merit: 1273
May 28, 2022, 12:38:02 PM
#2
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.
full member
Activity: 244
Merit: 126
May 27, 2022, 01:57:45 PM
#1
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.
Jump to: