blockbook/configs/coins/pivx_testnet.json

67 lines
2.3 KiB
JSON

{
"coin": {
"name": "PIVX Testnet",
"shortcut": "tPIVX",
"label": "PIVX Testnet",
"alias": "pivx_testnet"
},
"ports": {
"backend_rpc": 18049,
"backend_message_queue": 48349,
"blockbook_internal": 19049,
"blockbook_public": 19149
},
"ipc": {
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
"rpc_user": "rpc",
"rpc_pass": "pivxrpc",
"rpc_timeout": 25,
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
},
"backend": {
"package_name": "backend-pivx",
"package_revision": "satoshilabs-1",
"system_user": "pivx",
"version": "4.0.0",
"binary_url": "https://github.com/PIVX-Project/PIVX/releases/download/v4.0.0/pivx-4.0.0-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256",
"verification_source": "6cb1f608ec0e106ea6bbb455ec8b85c7cad05ca52ab43011d3db80557816b79e",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/pivx-qt"
],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/pivxd -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": "",
"service_type": "forking",
"service_additional_params_template": "",
"protect_memory": true,
"mainnet": false,
"server_config_file": "bitcoin_like.conf",
"client_config_file": "bitcoin_like_client.conf",
"additional_params": {
"whitelist": "127.0.0.1"
}
},
"blockbook": {
"package_name": "blockbook-pivx-testnet",
"system_user": "blockbook-pivx",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "",
"additional_params": "",
"block_chain": {
"parse": true,
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 300,
"xpub_magic": 981492128,
"slip44": 1,
"additional_params": {}
}
},
"meta": {
"package_maintainer": "PIVX team",
"package_maintainer_email": "random.zebra@protonmail.com"
}
}