dash/share/rpcauth
2024-07-23 17:45:24 +00:00
..
README.md Merge #14756: Improve rpcauth.py by using argparse and getpass modules 2020-07-22 12:12:46 -05:00
rpcauth.py merge bitcoin#22633: Replace remaining binascii method calls 2024-07-23 17:45:24 +00:00

RPC Tools

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