From 32afd174079e33b85f3439bb02b7dcea2efad9b3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 Aug 2013 17:23:01 -0300 Subject: Adding rpcuser parameter --- templates/bitcoin.conf.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/bitcoin.conf.erb b/templates/bitcoin.conf.erb index 1e68b85..14f359f 100644 --- a/templates/bitcoin.conf.erb +++ b/templates/bitcoin.conf.erb @@ -34,6 +34,7 @@ maxconnections=<%= maxconnections %> # You must set rpcuser and rpcpassword to secure the JSON-RPC api #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_385593 +rpcuser=<%= rpcuser %> rpcpassword=<%= rpcpassword %> # By default, only RPC connections from localhost are allowed. Specify -- cgit v1.2.3