Add note about new NET assignments.

This commit is contained in:
Neil Booth 2017-08-21 20:57:59 +09:00
parent 7442bad66c
commit ab62092afc
3 changed files with 8 additions and 0 deletions

View File

@ -136,6 +136,9 @@ ChangeLog
Version 1.0.16
--------------
- updated server lists for post-fork. If you are on the Segwit chain
you should have NET be "bitcoin-segwit", and if on the Bitcoin Cash chain
continue to use "mainnet".
- binding address fix for multi-homed machines (mmouse)
- listen to IPv4 and IPv6 local interfaces
- add Fujicoin (fujicoin), Crown (Extreemist), RegTest (RCasatta),

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`_.
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`.

View File

@ -341,6 +341,8 @@ class Bitcoin(Coin):
'bch.kokx.org s t',
'abc.vom-stausee.de t52001 s52002',
'abc1.hsmiths.com t60001 s60002',
'ELECTRUM.not.fyi p1000 s t',
'electrum.hsmiths.com s t',
]