update bitcoin to 0.16.3 as 0.16.0 is no longer downloadable
This commit is contained in:
parent
89f4ec12e9
commit
543f533a68
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
__node_daemon__ = 'bitcoind'
|
||||
__node_cli__ = 'bitcoin-cli'
|
||||
__node_bin__ = 'bitcoin-0.16.0/bin'
|
||||
__node_bin__ = 'bitcoin-0.16.3/bin'
|
||||
__node_url__ = (
|
||||
'https://bitcoin.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0-x86_64-linux-gnu.tar.gz'
|
||||
'https://bitcoin.org/bin/bitcoin-core-0.16.3/bitcoin-0.16.3-x86_64-linux-gnu.tar.gz'
|
||||
)
|
||||
__electrumx__ = 'electrumx.lib.coins.BitcoinSegwitRegtest'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue