From f8e00b9dcda179286205b69f3e16e4281f2ba1f2 Mon Sep 17 00:00:00 2001 From: AlexCato Date: Sat, 28 Jan 2017 10:48:49 +0100 Subject: [PATCH] Switch blockr to electrum as default blockchain interface Rationale: blockr as default does not work for TAILS and other TOR users any more. This will reduce potential confusion, while at the same time not reducing privacy (blockr potentially has worse privacy implications, electrum is at least somewhat decentralized). --- joinmarket/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinmarket/configure.py b/joinmarket/configure.py index 1d35af0c..3606d2c3 100644 --- a/joinmarket/configure.py +++ b/joinmarket/configure.py @@ -84,7 +84,7 @@ def jm_single(): defaultconfig = \ """ [BLOCKCHAIN] -blockchain_source = blockr +blockchain_source = electrum #options: blockr, bitcoin-rpc, regtest, bc.i, electrum # for instructions on bitcoin-rpc read # https://github.com/chris-belcher/joinmarket/wiki/Running-JoinMarket-with-Bitcoin-Core-full-node