github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/pivx_testnet.json (about)

     1  {
     2    "coin": {
     3      "name": "PIVX Testnet",
     4      "shortcut": "tPIVX",
     5      "label": "PIVX Testnet",
     6      "alias": "pivx_testnet"
     7    },
     8    "ports": {
     9      "backend_rpc": 18049,
    10      "backend_message_queue": 48349,
    11      "blockbook_internal": 19049,
    12      "blockbook_public": 19149
    13    },
    14    "ipc": {
    15      "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
    16      "rpc_user": "rpc",
    17      "rpc_pass": "pivxrpc",
    18      "rpc_timeout": 25,
    19      "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
    20    },
    21    "backend": {
    22      "package_name": "backend-pivx",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "pivx",
    25      "version": "4.0.0",
    26      "binary_url": "https://github.com/PIVX-Project/PIVX/releases/download/v4.0.0/pivx-4.0.0-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "6cb1f608ec0e106ea6bbb455ec8b85c7cad05ca52ab43011d3db80557816b79e",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/pivx-qt"
    32      ],
    33      "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",
    34      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    35      "postinst_script_template": "",
    36      "service_type": "forking",
    37      "service_additional_params_template": "",
    38      "protect_memory": true,
    39      "mainnet": false,
    40      "server_config_file": "bitcoin_like.conf",
    41      "client_config_file": "bitcoin_like_client.conf",
    42      "additional_params": {
    43        "whitelist": "127.0.0.1"
    44      }
    45    },
    46    "blockbook": {
    47      "package_name": "blockbook-pivx-testnet",
    48      "system_user": "blockbook-pivx",
    49      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    50      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    51      "explorer_url": "",
    52      "additional_params": "",
    53      "block_chain": {
    54        "parse": true,
    55        "mempool_workers": 8,
    56        "mempool_sub_workers": 2,
    57        "block_addresses_to_keep": 300,
    58        "xpub_magic": 981492128,
    59        "slip44": 1,
    60        "additional_params": {}
    61      }
    62    },
    63    "meta": {
    64      "package_maintainer": "PIVX team",
    65      "package_maintainer_email": "random.zebra@protonmail.com"
    66    }
    67  }