You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
411 B
19 lines
411 B
3 years ago
|
RPC Tools
|
||
|
---------------------
|
||
|
|
||
|
### [RPCAuth](/share/rpcauth) ###
|
||
|
|
||
|
```
|
||
|
usage: rpcauth.py [-h] username [password]
|
||
|
|
||
|
Create login credentials for a JSON-RPC user
|
||
|
|
||
|
positional arguments:
|
||
|
username the username for authentication
|
||
|
password leave empty to generate a random password or specify "-" to
|
||
|
prompt for password
|
||
|
|
||
|
optional arguments:
|
||
|
-h, --help show this help message and exit
|
||
|
```
|