Author

Topic: [GUIDE] Raspberry Pi Full Nodes, added background vanity address creation. (Read 279 times)

jr. member
Activity: 55
Merit: 2
The added functionality for Vanity address creation extends to:

  • Dogecoin
  • Securecoin
  • Litecoin
  • Namecoin
  • Bitcoin

So I've been busy again over at http://pinode.co.uk because I am frequently asked when I announce the completion of one of the node guides on Reddit questions like, "Can I mine Bitcoin on the Node?" or "How much money does it make?" and things like that.

The nodes are of course essential to each network, but it's a rather humble task. The owner doesn't really benefit.... Until now!

How would you like your own personalized vanity address?

​This guide is a simple implementation of samr7's (this forum) VanityGen program.

The direct link to the guide is:

http://pinode.weebly.com/bitcoin-vanity-address.html

And is a supplementary add-on to the guides on the rest of my site. Very easy to add.
So now put those spare CPU threads to work and generate your personalized address!


**I've not yet typed up for Doge, Secure and Name but the command settings are:

./vanitygen -t 2 -i -X 48 L                      For a Litecoin address

./vanitygen     -runs the program
-t 2                -designates how many CPU threads to use (1 or 2 recommended on the pi)
-i                   -case insensitive on result
-X 48             -designates the version of address. [Litecoin is dec 48 (0x30) on mainnet]
L          -replace with the string/custom text (AbC) or numbers (123) you want to find

Others:

-X 52 N    For Namecoin
-X 30 D    For Dogecoin
-X 125 S  For Securecoin
Jump to: