Bump eCash node to Bitcoin ABC 0.27.3

Use the latest node release to be ready for the upcoming network upgrade (May 15th, 2023).
This commit is contained in:
PiRK 2023-04-19 16:20:00 +02:00 committed by Martin
parent a77f615e28
commit 9256a13fe6

View File

@ -22,10 +22,10 @@
"package_name": "backend-ecash",
"package_revision": "satoshilabs-1",
"system_user": "ecash",
"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",
"version": "0.27.3",
"binary_url": "https://download.bitcoinabc.org/0.27.3/linux/bitcoin-abc-0.27.3-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256",
"verification_source": "64c799b339b2aa03f50ac605f7df0586341ff5a2d74321b424f4fe35d37da0be",
"verification_source": "390329fa9ad9e88319f5cf5239385268584116710144d6bc156fbcca7514710a",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/bitcoin-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/bitcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
@ -51,7 +51,7 @@
"additional_params": "",
"block_chain": {
"parse": true,
"subversion": "/Bitcoin ABC:0.26.1(EB32.0)/",
"subversion": "/Bitcoin ABC:0.27.3(EB32.0)/",
"address_format": "cashaddr",
"mempool_workers": 8,
"mempool_sub_workers": 2,