Browse Source
0.163121d76
doc: Update release notes for share/rpcauth/rpcauth.py rename (Henrik Jonsson)3fdb297
Rename rpcuser.py to rpcauth.py (Henrik Jonsson) Pull request description: This script creates `rpcauth` entries for bitcoin.conf, not the deprecated `rpcuser` entry, so this changes the name of the script to match. As discussed in #11830. Tree-SHA512: cd71c2a4043ef1381d3810b057cc83be3fac612df576b91b683ef91fdb7998c534b3b97a3313845eb867dc4bf7cc42a1250474d2261ab3f9ed2f884ca8ebd9f4
Wladimir J. van der Laan
7 years ago
6 changed files with 19 additions and 13 deletions
@ -0,0 +1,10 @@ |
|||||||
|
RPC Tools |
||||||
|
--------------------- |
||||||
|
|
||||||
|
### [RPCAuth](/share/rpcauth) ### |
||||||
|
|
||||||
|
Create login credentials for a JSON-RPC user. |
||||||
|
|
||||||
|
Usage: |
||||||
|
|
||||||
|
./rpcauth.py <username> |
Loading…
Reference in new issue