tmp22/cli/README.md

25 lines
504 B
Markdown
Raw Normal View History

2021-02-28 23:45:19 +05:30
<div align="center">
<h1>mCaptcha PoW CLI</h1>
<p>
<strong>mCaptcha - PoW based DoS protection</strong>
</p>
## 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
```