etc 1.12.11 → 1.12.13
This commit is contained in:
parent
a139dd5d52
commit
04fa1df87a
@ -21,10 +21,10 @@
|
||||
"package_name": "backend-ethereum-classic",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "ethereum-classic",
|
||||
"version": "1.12.11",
|
||||
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.11/core-geth-linux-v1.12.11.zip",
|
||||
"version": "1.12.13",
|
||||
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.13/core-geth-linux-v1.12.13.zip",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "7a0f84b51b3d9928d255d55ddaf5155814c2d539fd3e53344d2130d969a1fbe8",
|
||||
"verification_source": "54b589cf0117b886a6acc941a6ebb2450d2259a002c3bd51f54b0a12e65a554b",
|
||||
"extract_command": "unzip -d backend",
|
||||
"exclude_files": [],
|
||||
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --txlookuplimit 0 --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --http --http.port {{.Ports.BackendHttp}} --http.addr 127.0.0.1 --http.corsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user