Add note about new NET assignments.
This commit is contained in:
parent
7442bad66c
commit
ab62092afc
@ -136,6 +136,9 @@ ChangeLog
|
|||||||
Version 1.0.16
|
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)
|
- binding address fix for multi-homed machines (mmouse)
|
||||||
- listen to IPv4 and IPv6 local interfaces
|
- listen to IPv4 and IPv6 local interfaces
|
||||||
- add Fujicoin (fujicoin), Crown (Extreemist), RegTest (RCasatta),
|
- add Fujicoin (fujicoin), Crown (Extreemist), RegTest (RCasatta),
|
||||||
|
|||||||
@ -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`.
|
||||||
|
|
||||||
|
|||||||
@ -341,6 +341,8 @@ class Bitcoin(Coin):
|
|||||||
'bch.kokx.org s t',
|
'bch.kokx.org s t',
|
||||||
'abc.vom-stausee.de t52001 s52002',
|
'abc.vom-stausee.de t52001 s52002',
|
||||||
'abc1.hsmiths.com t60001 s60002',
|
'abc1.hsmiths.com t60001 s60002',
|
||||||
|
'ELECTRUM.not.fyi p1000 s t',
|
||||||
|
'electrum.hsmiths.com s t',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user