How to create a RIC vanity address
Download and compile the modified vanitygen from here:
https://github.com/cryptapus/vanitygen
run:
vanitygen -X 60 -Y 128 -i <prefix>
where <prefix> is an address you are interested in. They must start with "R" and the second character can be between A-Y or 9 (not capitol I or O, as those are not base58)
An example:
vanitygen -X 60 -Y 128 -i Rcrypt
ran for a while, and gave me my new address of:
Address:
RCrYPTotHCHNLMyTNdRmMkGqqpNvS97cnv
Privkey: <the_private_key>
You can then import that address into riecoin-qt from the console with:
importprivkey <the_private_key>