10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
268 stars 94 forks source link

Implement different LTC address types #51

Closed clydesdales closed 1 year ago

clydesdales commented 1 year ago

Similar to bitcoin, it would be useful to select different LTC address types

P2PKH - Legacy. Address starts with a L. (Currently supported)

P2SH - SegWit compatible. Address starts with a M.

Bech32 - SegWit native. Address starts with ltc1.

10gic commented 1 year ago

Now, LTC Bech32 address is supported. However, there is no plan to support LTC SegWit compatible address.