From 2ddd3a145192eb643bbe463fed4ecea880f45ca7 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 21 Aug 2017 20:57:59 +0900 Subject: [PATCH] Add note about new NET assignments. --- ENVIRONMENT.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ENVIRONMENT.rst b/ENVIRONMENT.rst index 9a52245..4c7bc9a 100644 --- a/ENVIRONMENT.rst +++ b/ENVIRONMENT.rst @@ -63,6 +63,9 @@ These environment variables are optional: Must be a *NET* from one of the **Coin** classes in `lib/coins.py`_. Defaults to `mainnet`. + Note: if you are using Bitcoin Core post the August 1st fork, you + should have NET be `bitcoin-segwit`, and if on the Bitcoin Cash + chain NET should be `mainnet`. Note Bitcoin Core >= 0.13.1 requires a special *NET* for testnet: `testnet-segwit`.