blob: 1b3acb1dac164e462f0306d7d384f628540d39bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
-j, --json output data in json format
```
|