Ignore DeepOnion QT

pull/511/head
nezero 2020-11-05 09:55:52 +00:00 committed by Martin
parent ec79702bab
commit 214d0144ef
1 changed files with 3 additions and 2 deletions

View File

@ -22,10 +22,11 @@
"package_name": "backend-deeponion",
"package_revision": "satoshilabs-1",
"system_user": "deeponion",
"version": "2.0.5",
"version": "2.2.0",
"binary_url": "https://github.com/deeponion/deeponion/releases/download/v2.2.0/DeepOnion-2.2.0-x86_64-linux-gnu.tar.gz",
"extract_command": "tar -C backend --strip 1 -xpf",
"exclude_files": [
"bin/DeepOnion-qt"
],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/DeepOniond -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
@ -49,7 +50,7 @@
"additional_params": "",
"block_chain": {
"parse": true,
"subversion": "/DeepOnionCore:2.0.5/",
"subversion": "/DeepOnionCore:2.2.0/",
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 300,