From d30a86a53819c7c36b1b336541a9dd5fe35e6e08 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 13 Jan 2014 15:01:41 -0200 Subject: [PATCH] rpcallowip is important --- src/bitcoinrpc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 24142968..db8515e7 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -759,6 +759,7 @@ void StartRPCThreads() "It is recommended you use the following password for now:\n" "rpcuser=user\n" "rpcpassword=pwd\n" + "rpcallowip=127.0.0.1\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file permissions.\n"