support Bitcoin Cash Node v27.1.0
This commit is contained in:
parent
a0eb2871f9
commit
e029a5413c
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class bitcoin_core_daemon(CoinDaemon):
|
|||
return e.args[0]
|
||||
|
||||
class bitcoin_cash_node_daemon(bitcoin_core_daemon):
|
||||
daemon_data = _dd('Bitcoin Cash Node', 27000000, '27.0.0')
|
||||
daemon_data = _dd('Bitcoin Cash Node', 27010000, '27.1.0')
|
||||
exec_fn = 'bitcoind-bchn'
|
||||
cli_fn = 'bitcoin-cli-bchn'
|
||||
rpc_ports = _nw(8432, 18432, 18543) # use non-standard ports (core+100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue