tmp22/cli/README.md
2021-03-02 18:02:06 +05:30

26 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
```