Skip to content

Commit

Permalink
Change default rpcuser
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranz5 committed Feb 8, 2014
1 parent e19ab50 commit 12fe9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoinrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ void ThreadRPCServer2(void* parg)
uiInterface.ThreadSafeMessageBox(strprintf(
_("%s, you must set a rpcpassword in the configuration file:\n %s\n"
"It is recommended you use the following random password:\n"
"rpcuser=bitcoinrpc\n"
"rpcuser=hobonickelsrpc\n"
"rpcpassword=%s\n"
"(you do not need to remember this password)\n"
"If the file does not exist, create it with owner-readable-only file permissions.\n"),
Expand Down

0 comments on commit 12fe9bb

Please sign in to comment.