From c0cd45225271766b0c2cac0fe77406453519c522 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 9 Jan 2017 20:07:53 +0900 Subject: [PATCH] Clarify README; no need to resync. --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cacb62a..cad07c1 100644 --- a/README.rst +++ b/README.rst @@ -151,8 +151,8 @@ Version 0.10.3 Version 0.10.2 -------------- -* Note the **NETWORK** environment variable was renamed **NET** to - bring it into line with lib/coins.py. +* The **NETWORK** environment variable was renamed **NET** to bring it + into line with lib/coins.py. * The genesis hash is now compared with the genesis hash expected by **COIN** and **NET**. This sanity check was not done previously, so you could easily be syncing to a network daemon different to what @@ -162,9 +162,11 @@ Version 0.10.2 versions of ElectrumX as long as you used an older bitcoind too, such as 0.13.0 or Bitcoin Unlimited. - **Note**: for testnet, you need to set *NET** to *testnet-segwit* if - using recent RPC incompatible core bitcoinds, or *testnet* if using - older RPC compatible bitcoinds. + **Note**: for testnet, you need to set **NET** to *testnet-segwit* + if using a recent Core bitcoind that broke RPC compatibility, or + *testnet* if using a bitcoind that maintains RPC compatibility. + Changing **NET** for Bitcoin testnet can be done dynamically; it is + not necessary to resync from scratch. Version 0.10.1 --------------