From 6928b251f874e5a73f2115f771b99e47c075a7fa Mon Sep 17 00:00:00 2001 From: Daniel McNally Date: Sun, 3 Jun 2018 01:43:37 -0400 Subject: [PATCH] Change COIN to BitcoinSegwit (#486) --- contrib/raspberrypi3/run_electrumx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/raspberrypi3/run_electrumx.sh b/contrib/raspberrypi3/run_electrumx.sh index 408e69d..fc28af0 100644 --- a/contrib/raspberrypi3/run_electrumx.sh +++ b/contrib/raspberrypi3/run_electrumx.sh @@ -4,7 +4,7 @@ ############### # configure electrumx -export COIN=Bitcoin +export COIN=BitcoinSegwit export DAEMON_URL=http://rpcuser:rpcpassword@127.0.0.1 export NET=mainnet export CACHE_MB=400