BTCP-Rebase/share/rpcauth
DrahtBot eb7daf4d60 Update copyright headers to 2018 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

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>