1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00: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>