support Bitcoin Cash Node v28.0.1
This commit is contained in:
parent
54ff658207
commit
424253b1e7
2 changed files with 2 additions and 2 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', 28000000, '28.0.0')
|
||||
daemon_data = _dd('Bitcoin Cash Node', 28000100, '28.0.1')
|
||||
exec_fn = 'bitcoind-bchn'
|
||||
cli_fn = 'bitcoin-cli-bchn'
|
||||
rpc_ports = _nw(8432, 18432, 18543) # use non-standard ports (core+100)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "bitcoin-cash-node";
|
||||
version = "v28.0.0";
|
||||
version = "v28.0.1";
|
||||
src = fetchGit {
|
||||
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
|
||||
ref = "refs/tags/${version}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue