File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
46
46
$(top_srcdir ) /contrib/rpm
47
47
DIST_SHARE = \
48
48
$(top_srcdir ) /share/genbuild.sh \
49
- $(top_srcdir ) /share/rpcuser
49
+ $(top_srcdir ) /share/rpcauth
50
50
51
51
BIN_CHECKS =$(top_srcdir ) /contrib/devtools/symbol-check.py \
52
52
$(top_srcdir ) /contrib/devtools/security-check.py
Original file line number Diff line number Diff line change 77
77
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
78
78
#
79
79
# The second method `rpcauth` can be added to server startup argument. It is set at initialization time
80
- # using the output from the script in share/rpcuser/rpcuser .py after providing a username:
80
+ # using the output from the script in share/rpcauth/rpcauth .py after providing a username:
81
81
#
82
- # ./share/rpcuser/rpcuser .py alice
82
+ # ./share/rpcauth/rpcauth .py alice
83
83
# String to be appended to bitcoin.conf:
84
84
# rpcauth=alice:f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae
85
85
# Your password:
Original file line number Diff line number Diff line change
1
+ RPC Tools
2
+ ---------------------
3
+
4
+ ### [ RPCAuth] ( /share/rpcauth ) ###
5
+
6
+ Create login credentials for a JSON-RPC user.
7
+
8
+ Usage:
9
+
10
+ ./rpcauth.py <username>
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments