aboutsummaryrefslogtreecommitdiff
path: root/share/rpcauth/README.md
blob: 6f627b867bca0546a9301332865eec3e9389abb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  ```