Skip to content

Commit

Permalink
Add note about new NET assignments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Aug 21, 2017
1 parent 7442bad commit ab62092
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -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),
Expand Down
3 changes: 3 additions & 0 deletions docs/ENVIRONMENT.rst
Expand Up @@ -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`.

Expand Down
2 changes: 2 additions & 0 deletions lib/coins.py
Expand Up @@ -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',
]


Expand Down

0 comments on commit ab62092

Please sign in to comment.