Add note about new NET assignments.

This commit is contained in:
Neil Booth
2017-08-21 20:57:59 +09:00
parent 06fe5715c0
commit 2ddd3a1451
+3
View File
@@ -63,6 +63,9 @@ These environment variables are optional:
Must be a *NET* from one of the **Coin** classes in `lib/coins.py`_. Must be a *NET* from one of the **Coin** classes in `lib/coins.py`_.
Defaults to `mainnet`. 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: Note Bitcoin Core >= 0.13.1 requires a special *NET* for testnet:
`testnet-segwit`. `testnet-segwit`.