etc: 1.11.20 → 1.11.22

pull/579/head
vdovhanych 2021-02-23 10:45:15 +01:00 committed by Martin
parent 37c7f4fbd1
commit 099a158f8c
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@
"package_name": "backend-ethereum-classic",
"package_revision": "satoshilabs-1",
"system_user": "ethereum-classic",
"version": "1.11.20",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.20/core-geth-linux-v1.11.20.zip",
"version": "1.11.22",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.22/core-geth-linux-v1.11.22.zip",
"verification_type": "sha256",
"verification_source": "47352c287af52a3b8b7d0f668178620dbb3a8e13935423bba8249eccbc76861a",
"verification_source": "e54208511d928afe0acc7c6977217a688d37dc80883b32780f3d9b1b37bdc338",
"extract_command": "unzip -d backend",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38337 --ws --wsaddr 127.0.0.1 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8137 -rpcaddr 127.0.0.1 --rpccorsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",