1
mirror of https://github.com/bitcoin/bitcoin synced 2024-09-29 09:20:01 +02:00
bitcoin/share/rpcauth
2023-02-13 17:11:15 -05:00
..
README.md rpcauth: Improve by using argparse and getpass modules 2018-11-21 22:30:07 +00:00
rpcauth.py Modernize rpcauth.py and its tests 2023-02-13 17:11:15 -05: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