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 \
4646 $(top_srcdir ) /contrib/rpm
4747DIST_SHARE = \
4848 $(top_srcdir ) /share/genbuild.sh \
49- $(top_srcdir ) /share/rpcuser
49+ $(top_srcdir ) /share/rpcauth
5050
5151BIN_CHECKS =$(top_srcdir ) /contrib/devtools/symbol-check.py \
5252 $(top_srcdir ) /contrib/devtools/security-check.py
Original file line number Diff line number Diff line change 7777#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
7878#
7979# 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:
8181#
82- # ./share/rpcuser/rpcuser .py alice
82+ # ./share/rpcauth/rpcauth .py alice
8383# String to be appended to bitcoin.conf:
8484# rpcauth=alice:f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae
8585# 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