25 lines
511 B
Markdown
25 lines
511 B
Markdown
<div align="center">
|
|
<h1>mCaptcha PoW CLI</h1>
|
|
<p>
|
|
<strong>mCaptcha - PoW based DoS protection</strong>
|
|
</p>
|
|
</div>
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
mCaptcha PoW CLI 0.1.0
|
|
Aravinth Manivannan <realaravinth@batsense.net>
|
|
Generates PoW for mCaptcha
|
|
|
|
USAGE:
|
|
cli [OPTIONS]
|
|
|
|
FLAGS:
|
|
-h, --help Prints help information
|
|
-V, --version Prints version information
|
|
|
|
OPTIONS:
|
|
-d, --difficulty <INTEGER> Difficulty factor
|
|
-s, --secret <STRING> Secret over which PoW should be computed
|
|
```
|