How can I generate my PPC vanity address?

vanitygen -X 55
Once the key is generated you can use ppcoind importprivkey to import it into your wallet.
(courtesy of dreamwatcher)

Hm, I am not good at programming. Could someone please give me a detailed guidance?

doesn’t seem to work in the current git

./vanitygen -X 55 Pxyz WARNING: Built with OpenSSL 0.9.8y 5 Feb 2013 WARNING: Use OpenSSL 1.0.0d+ for best performance Prefix 'Pxyz' not possible Hint: valid bitcoin addresses begin with "1"

try this:

./vanitygen -X 55 Pblah -k

(you need to add the -k switch to what you had)

Actually, the cause of problem is Peercoin address is more specific than Bitcoin, things like Pabc, Pk, P123 are not PPC address format,

./vanitygen -X 55 PABST

for example, works perfectly

more:

https://en.bitcoin.it/wiki/Vanitygen

You can build Vanitygen on Linux Mint running this in the Terminal:

$ git clone https://github.com/samr7/vanitygen.git
$ cd vanitygen
$ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libdb-dev libdb++-dev libboost-all-dev libpcre3 libpcre3-dev automake
$ make

[quote=“sandakersmann, post:5, topic:561”]You can build Vanitygen on Linux Mint running this in the Terminal:

$ git clone https://github.com/samr7/vanitygen.git $ cd vanitygen $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libdb-dev libdb++-dev libboost-all-dev libpcre3 libpcre3-dev automake $ make [/quote]

That’s the patched version we’ve got for PPC: https://github.com/FuzzyBearBTC/vanitygen

Guys, that was a late reply - the last post was from January 23, 2014 :wink:

Better late than never ;D