github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/zcash_testnet.json (about)

     1  {
     2    "coin": {
     3      "name": "Zcash Testnet",
     4      "shortcut": "TAZ",
     5      "label": "Zcash Testnet",
     6      "alias": "zcash_testnet"
     7    },
     8    "ports": {
     9      "backend_rpc": 18032,
    10      "backend_message_queue": 48332,
    11      "blockbook_internal": 19032,
    12      "blockbook_public": 19132
    13    },
    14    "ipc": {
    15      "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
    16      "rpc_user": "rpc",
    17      "rpc_pass": "rpc",
    18      "rpc_timeout": 25,
    19      "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
    20    },
    21    "backend": {
    22      "package_name": "backend-zcash-testnet",
    23      "package_revision": "satoshilabs-1",
    24      "version": "5.8.0",
    25      "binary_url": "https://z.cash/downloads/zcash-5.8.0-linux64-debian-bullseye.tar.gz",
    26      "verification_type": "sha256",
    27      "verification_source": "2b7f3654c3538cf465b9e37add0dffc1ac27ec8eee7890e0ce51f3972a875f05",
    28      "extract_command": "tar -C backend --strip 1 -xf",
    29      "exclude_files": [],
    30      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    31      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/testnet3/*.log",
    32      "postinst_script_template": "HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcash-fetch-params --testnet",
    33      "service_type": "forking",
    34      "service_additional_params_template": "Environment=\"HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend\"",
    35      "protect_memory": false,
    36      "mainnet": false,
    37      "server_config_file": "bitcoin_like.conf",
    38      "client_config_file": "bitcoin_like_client.conf",
    39      "additional_params": {
    40        "addnode": [
    41          "testnet.z.cash"
    42        ]
    43      }
    44    },
    45    "blockbook": {
    46      "package_name": "blockbook-zcash-testnet",
    47      "system_user": "blockbook-zcash",
    48      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    49      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    50      "explorer_url": "",
    51      "additional_params": "",
    52      "block_chain": {
    53        "parse": true,
    54        "mempool_workers": 4,
    55        "mempool_sub_workers": 8,
    56        "block_addresses_to_keep": 300,
    57        "xpub_magic": 70617039,
    58        "slip44": 1,
    59        "additional_params": {}
    60      }
    61    },
    62    "meta": {
    63      "package_maintainer": "IT Admin",
    64      "package_maintainer_email": "it@satoshilabs.com"
    65    }
    66  }