kristapsk / segvan

Bitcoin SegWit vanity address generator
23 stars 6 forks source link

Litecoin M prefix #6

Open MichielBruijn opened 2 years ago

MichielBruijn commented 2 years ago

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

kristapsk commented 2 years ago

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

MichielBruijn commented 2 years ago

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.

kristapsk commented 2 years ago

libbitcoin-system

MichielBruijn commented 2 years ago

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

kristapsk commented 2 years ago

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