Browse Source

README update

pull/57/head
wipedlife 7 years ago
parent
commit
3f64d30a79
  1. 2
      README.md
  2. 2
      vanitygen.cpp

2
README.md

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

2
vanitygen.cpp

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

Loading…
Cancel
Save