Update monetaryunit and polis config

This commit is contained in:
Martin Boehm 2019-04-30 16:11:17 +02:00
parent ae4cf6b029
commit e8bda6cabe
2 changed files with 16 additions and 10 deletions

View File

@ -27,7 +27,9 @@
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "1c6885f3e5bb1efcc8c84e7910ec57bf76573983f2026ea7c5a7a919b7abcc11", "verification_source": "1c6885f3e5bb1efcc8c84e7910ec57bf76573983f2026ea7c5a7a919b7abcc11",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/monetaryunit-qt"], "exclude_files": [
"bin/monetaryunit-qt"
],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/monetaryunitd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/monetaryunitd -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", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
"postinst_script_template": "", "postinst_script_template": "",
@ -53,6 +55,8 @@
"mempool_workers": 8, "mempool_workers": 8,
"mempool_sub_workers": 2, "mempool_sub_workers": 2,
"block_addresses_to_keep": 300, "block_addresses_to_keep": 300,
"xpub_magic": 76067358,
"slip44": 31,
"additional_params": {} "additional_params": {}
} }
}, },
@ -60,4 +64,4 @@
"package_maintainer": "sotblad", "package_maintainer": "sotblad",
"package_maintainer_email": "swthrhs@protonmail.com" "package_maintainer_email": "swthrhs@protonmail.com"
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"coin": { "coin": {
"name": "Polis", "name": "Polis",
"shortcut": "POLIS", "shortcut": "POLIS",
"label": "Polis", "label": "Polis",
"alias": "polis" "alias": "polis"
}, },
"ports": { "ports": {
"backend_rpc": 8067, "backend_rpc": 8067,
@ -28,8 +28,8 @@
"verification_source": "c9d8c2ca3aaea699c129e0543f143cb35e5c00259ea55b0e2ed2b5dd76b28f3e", "verification_source": "c9d8c2ca3aaea699c129e0543f143cb35e5c00259ea55b0e2ed2b5dd76b28f3e",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [ "exclude_files": [
"bin/polis-qt" "bin/polis-qt"
], ],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/polisd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/polisd -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", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
"postinst_script_template": "", "postinst_script_template": "",
@ -40,7 +40,7 @@
"server_config_file": "bitcoin_like.conf", "server_config_file": "bitcoin_like.conf",
"client_config_file": "bitcoin_like_client.conf", "client_config_file": "bitcoin_like_client.conf",
"additional_params": { "additional_params": {
"mempoolexpiry": 72 "mempoolexpiry": 72
} }
}, },
"blockbook": { "blockbook": {
@ -56,6 +56,8 @@
"mempool_workers": 8, "mempool_workers": 8,
"mempool_sub_workers": 2, "mempool_sub_workers": 2,
"block_addresses_to_keep": 300, "block_addresses_to_keep": 300,
"xpub_magic": 65166718,
"slip44": 1997,
"additional_params": {} "additional_params": {}
} }
}, },
@ -63,4 +65,4 @@
"package_maintainer": "Cronos", "package_maintainer": "Cronos",
"package_maintainer_email": "eabz@polispay.org" "package_maintainer_email": "eabz@polispay.org"
} }
} }