Browse Source

Add note about new NET assignments.

master 1.0.16
Neil Booth 7 years ago
parent
commit
ab62092afc
  1. 3
      README.rst
  2. 3
      docs/ENVIRONMENT.rst
  3. 2
      lib/coins.py

3
README.rst

@ -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),

3
docs/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`.

2
lib/coins.py

@ -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',
]

Loading…
Cancel
Save