0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00
bitcoin-bitcoin-core/share/rpcauth/README.md

15 lines
276 B
Markdown
Raw Normal View History

RPC Tools
---------------------
### [RPCAuth](/share/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>