mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
Rename rpcuser.py to rpcauth.py
This script creates `rpcauth` entries for bitcoin.conf, not the deprecated `rpcuser` entry, so this changes the name of the script to match.
This commit is contained in:
10
share/rpcauth/README.md
Normal file
10
share/rpcauth/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
RPC Tools
|
||||
---------------------
|
||||
|
||||
### [RPCAuth](/share/rpcauth) ###
|
||||
|
||||
Create login credentials for a JSON-RPC user.
|
||||
|
||||
Usage:
|
||||
|
||||
./rpcauth.py <username>
|
||||
@@ -1,10 +0,0 @@
|
||||
RPC Tools
|
||||
---------------------
|
||||
|
||||
### [RPCUser](/share/rpcuser) ###
|
||||
|
||||
Create an RPC user login credential.
|
||||
|
||||
Usage:
|
||||
|
||||
./rpcuser.py <username>
|
||||
Reference in New Issue
Block a user