2017-12-06 13:47:28 +01:00
|
|
|
RPC Tools
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
### [RPCAuth](/share/rpcauth) ###
|
|
|
|
|
2018-11-19 16:10:33 +01:00
|
|
|
```
|
|
|
|
usage: rpcauth.py [-h] username [password]
|
2017-12-06 13:47:28 +01:00
|
|
|
|
2018-11-19 16:10:33 +01:00
|
|
|
Create login credentials for a JSON-RPC user
|
2017-12-06 13:47:28 +01:00
|
|
|
|
2018-11-19 16:10:33 +01:00
|
|
|
positional arguments:
|
|
|
|
username the username for authentication
|
|
|
|
password leave empty to generate a random password or specify "-" to
|
|
|
|
prompt for password
|
2018-05-02 05:09:22 +02:00
|
|
|
|
2018-11-19 16:10:33 +01:00
|
|
|
optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
```
|