tadd bitcoind section - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 619875a14d3d25c07995f48b47d6a078a9843f7e DIR parent 9f4eb222ac6a645c730b477c897f993290679138 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 23 Dec 2011 13:20:18 +0300 add bitcoind section Diffstat: M server/electrum.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) --- DIR diff --git a/server/electrum.conf.sample b/server/electrum.conf.sample t@@ -17,3 +17,10 @@ database = electrum.sqlite # type = psycopg2 # database = electrum + +[bitcoind] +host = localhost +port = 8332 +# user and password from bitcoin.conf +user = user +password = password