kristapsk/segvan

Litecoin M prefix

Opened this issue · 5 comments

Is this tool able to produce vanity Litecoin addresses starting with an M?

It relies on libbitcoin. If there is some Litecoin fork of that, it could be possible with simple changes.

What portion of libbitcoin is being used? There are several branches.

libbitcoin-system
libbitcoin-blockchain
libbitcoin-client
libbitcoin-consensus
libbitcoin-database
libbitcoin-explorer
libbitcoin-network
libbitcoin-node
libbitcoin-protocol
libbitcoin-server

According to https://medium.com/feathercoin/new-litecoin-full-node-as-a-gift-from-feathercoin-665e0cce52e4 libbitcoin is able to be configure for Litecoin so there's hope.

libbitcoin-system

How can I specify where the libraries are located?
I managed to build libbitcoin

Likely some modification of CMakeLists.txt is needed. Also, after getting that done, you will need to change address regexp in segvan.cpp.