README update

This commit is contained in:
wipedlife 2018-06-12 00:21:45 +07:00
parent f1ef9353de
commit 3f64d30a79
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ Vanity generation adress.
#### Usage
./vain privatekey.dat prefix <threads> <signature>
./vain --usage
#### Time to Generate on a 2.70GHz Processor
| characters| time to generate (approx.) |

View file

@ -225,7 +225,7 @@ void usaging(void){
"--signature -s (signature type)\n"
"-o --output output file(default private.dat)\n"
"--usage usaging\n"
"--prefix -p\n"
//"--prefix -p\n"
"";
puts(help);
}