Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Dec 25, 2017
1 parent 7f548c6 commit e7494e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
RaiBlocks Vanity Generator
==========================

A basic vanity address generator for RaiBlocks.

What is a vanity address?
-------------------------

A vanity address is an address that contains a word in it, e.g. xrb_3frank8kfb5e9p4cipm59u4k35qjecuh6dgn95kjcw7dgx5wm6gc7nezkgra.

This makes addresses easier to remember and makes requesting money from people easier as people can be more confident they have the correct address.

How do you make one?
--------------------

There's no way to influence what letters are in your address so the only way to make one is to create hundreds of thousands of random addresses until you randomly get the right word.

Are they less secure?
---------------------

No. Because they are created by generating thousands of completely random addresses, all the addresses are equally secure.

Features
========

At the moment it only supports simple prefixes, ignoring the first character (which is always a 1 or 3). By default it stops after the first matching address is found, but if you specify `--count=N` it will generate `N` matching addresses. (infinite if `N=0`).

It is practical to generate up to 7 letter words (with a decent CPU and a lot of patience). Note that the address alphabet does not contain `l` or `v`.

Usage
=====

Expand Down

0 comments on commit e7494e3

Please sign in to comment.