I want to run a so called Vanity Generator on my Ubuntu VPS to generate a custom address. The problem is: You start the program with java genacc and after this you have to enter a target (the custom string you want in your generated address). So after the program starts it asks for the string and then you can't use CustomString > logfile.txt because the script would think I want to generate an address which contains CustomString > logfile.txt and that doesn't work.
1) download http://blockexplore.in/static/nemGenVanity.zip
2) unzip to your desktop
3) open a command prompt and type cd Desktop/nemGenVanity
4) then type java genacc
5) pick the target that you would like in your address
Three letter words should come really fast, four letter still quickly, five letter words might take a some minutes, six letter words might take some hours, and seven letter words will take days.
README.txt
To Run: java genacc
To compile from source: javac genacc.java
Creates accounts until it finds your target string. If someone has the > private key, they have your account. So keep it safe.
General remark on addresses:
1) All mainnet addresses start with a 'N' followed by 'A', 'B', 'C', or 'D'. So you won't find addresses that start with 'NE' or 'NN' or 'N4'.
2) The digits '0', '1', '8' and '9' are not part of base32 and therefore will not appear in any address.