From e8bda6cabec8837f60c63c9d0365e078a1a3f059 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 30 Apr 2019 16:11:17 +0200 Subject: [PATCH] Update monetaryunit and polis config --- configs/coins/monetaryunit.json | 8 ++++++-- configs/coins/polis.json | 18 ++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/configs/coins/monetaryunit.json b/configs/coins/monetaryunit.json index 1e5c6e8c..ac6d35c3 100644 --- a/configs/coins/monetaryunit.json +++ b/configs/coins/monetaryunit.json @@ -27,7 +27,9 @@ "verification_type": "sha256", "verification_source": "1c6885f3e5bb1efcc8c84e7910ec57bf76573983f2026ea7c5a7a919b7abcc11", "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", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log", "postinst_script_template": "", @@ -53,6 +55,8 @@ "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, + "xpub_magic": 76067358, + "slip44": 31, "additional_params": {} } }, @@ -60,4 +64,4 @@ "package_maintainer": "sotblad", "package_maintainer_email": "swthrhs@protonmail.com" } -} +} \ No newline at end of file diff --git a/configs/coins/polis.json b/configs/coins/polis.json index 446e55da..6f9880da 100644 --- a/configs/coins/polis.json +++ b/configs/coins/polis.json @@ -1,9 +1,9 @@ { "coin": { - "name": "Polis", - "shortcut": "POLIS", - "label": "Polis", - "alias": "polis" + "name": "Polis", + "shortcut": "POLIS", + "label": "Polis", + "alias": "polis" }, "ports": { "backend_rpc": 8067, @@ -28,8 +28,8 @@ "verification_source": "c9d8c2ca3aaea699c129e0543f143cb35e5c00259ea55b0e2ed2b5dd76b28f3e", "extract_command": "tar -C backend --strip 1 -xf", "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", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log", "postinst_script_template": "", @@ -40,7 +40,7 @@ "server_config_file": "bitcoin_like.conf", "client_config_file": "bitcoin_like_client.conf", "additional_params": { - "mempoolexpiry": 72 + "mempoolexpiry": 72 } }, "blockbook": { @@ -56,6 +56,8 @@ "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, + "xpub_magic": 65166718, + "slip44": 1997, "additional_params": {} } }, @@ -63,4 +65,4 @@ "package_maintainer": "Cronos", "package_maintainer_email": "eabz@polispay.org" } -} +} \ No newline at end of file