aboutsummaryrefslogtreecommitdiff
path: root/share/rpcauth/README.md
blob: 20d16f0a974f5b6c179b495de0fd3eb1bd6bfce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RPC Tools
---------------------

### [RPCAuth](/share/rpcauth) ###

Create login credentials for a JSON-RPC user.

Usage:

    ./rpcauth.py <username>

in which case the script will generate a password. To specify a custom password do:

    ./rpcauth.py <username> <password>