Clarify README; no need to resync.

This commit is contained in:
Neil Booth 2017-01-09 20:07:53 +09:00
parent 5784412393
commit c0cd452252

View File

@ -151,8 +151,8 @@ Version 0.10.3
Version 0.10.2 Version 0.10.2
-------------- --------------
* Note the **NETWORK** environment variable was renamed **NET** to * The **NETWORK** environment variable was renamed **NET** to bring it
bring it into line with lib/coins.py. into line with lib/coins.py.
* The genesis hash is now compared with the genesis hash expected by * The genesis hash is now compared with the genesis hash expected by
**COIN** and **NET**. This sanity check was not done previously, so **COIN** and **NET**. This sanity check was not done previously, so
you could easily be syncing to a network daemon different to what 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, versions of ElectrumX as long as you used an older bitcoind too,
such as 0.13.0 or Bitcoin Unlimited. such as 0.13.0 or Bitcoin Unlimited.
**Note**: for testnet, you need to set *NET** to *testnet-segwit* if **Note**: for testnet, you need to set **NET** to *testnet-segwit*
using recent RPC incompatible core bitcoinds, or *testnet* if using if using a recent Core bitcoind that broke RPC compatibility, or
older RPC compatible bitcoinds. *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 Version 0.10.1
-------------- --------------