mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
15 lines
177 B
Markdown
15 lines
177 B
Markdown
|
# lokinet key generator
|
||
|
|
||
|
requires:
|
||
|
|
||
|
* python3.7 or higher
|
||
|
* pynacl
|
||
|
|
||
|
usage:
|
||
|
|
||
|
```bash
|
||
|
./keygen.py --keyfile somekeyfile.private
|
||
|
```
|
||
|
|
||
|
this will overwrite the keyfile with new keys
|