Browse Source

README update

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

2
README.md

@ -84,7 +84,7 @@ Vanity generation adress. @@ -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.) |

2
vanitygen.cpp

@ -225,7 +225,7 @@ void usaging(void){ @@ -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);
}

Loading…
Cancel
Save