Skip to content

Commit

Permalink
Bump eCash node to Bitcoin ABC 0.26.1 (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiRK committed Oct 27, 2022
1 parent 8edcee0 commit b9bf68f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions configs/coins/ecash.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"package_name": "backend-ecash",
"package_revision": "satoshilabs-1",
"system_user": "ecash",
"version": "0.25.1",
"binary_url": "https://download.bitcoinabc.org/0.25.1/linux/bitcoin-abc-0.25.1-x86_64-linux-gnu.tar.gz",
"version": "0.26.1",
"binary_url": "https://download.bitcoinabc.org/0.26.1/linux/bitcoin-abc-0.26.1-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256",
"verification_source": "295183578ce67444fd6a504d2dcb85d07345454881ba4db5f52d82dd3a659bed",
"verification_source": "64c799b339b2aa03f50ac605f7df0586341ff5a2d74321b424f4fe35d37da0be",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/bitcoin-qt"
Expand All @@ -38,7 +38,11 @@
"protect_memory": true,
"mainnet": true,
"server_config_file": "bcash.conf",
"client_config_file": "bitcoin_like_client.conf"
"client_config_file": "bitcoin_like_client.conf",
"additional_params": {
"listen": 1,
"avalanche": 1
}
},
"blockbook": {
"package_name": "blockbook-ecash",
Expand All @@ -49,7 +53,7 @@
"additional_params": "",
"block_chain": {
"parse": true,
"subversion": "/Bitcoin ABC:0.24.9(EB32.0)/",
"subversion": "/Bitcoin ABC:0.26.1(EB32.0)/",
"address_format": "cashaddr",
"mempool_workers": 8,
"mempool_sub_workers": 2,
Expand Down

0 comments on commit b9bf68f

Please sign in to comment.