This adds the functionality to specify a custom password to `rpcauth.py`, as well as makes the code (IMO) easier to understand. |
||
|---|---|---|
| .. | ||
| README.md | ||
| rpcauth.py | ||
README.md
RPC Tools
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>