0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00
bitcoin-bitcoin-core/share/rpcauth
2018-07-27 07:15:02 -04:00
..
README.md rpcauth: Make it possible to provide a custom password 2018-05-02 05:29:22 +02:00
rpcauth.py Update copyright headers to 2018 2018-07-27 07:15:02 -04:00

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>