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

     1  {
     2    "coin": {
     3      "name": "Litecoin Testnet",
     4      "shortcut": "tLTC",
     5      "label": "Litecoin Testnet",
     6      "alias": "litecoin_testnet"
     7    },
     8    "ports": {
     9      "backend_rpc": 18034,
    10      "backend_message_queue": 48334,
    11      "blockbook_internal": 19034,
    12      "blockbook_public": 19134
    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-litecoin-testnet",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "litecoin",
    25      "version": "0.21.2.2",
    26      "binary_url": "https://download.litecoin.org/litecoin-0.21.2.2/linux/litecoin-0.21.2.2-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "gpg",
    28      "verification_source": "https://download.litecoin.org/litecoin-0.21.2.2/linux/litecoin-0.21.2.2-x86_64-linux-gnu.tar.gz.asc",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/litecoin-qt"
    32      ],
    33      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/litecoind -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/testnet4/*.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      "platforms": {
    46        "arm64": {
    47          "binary_url": "https://download.litecoin.org/litecoin-0.21.2.1/linux/litecoin-0.21.2.1-aarch64-linux-gnu.tar.gz",
    48          "verification_source": "https://download.litecoin.org/litecoin-0.21.2.1/linux/litecoin-0.21.2.1-aarch64-linux-gnu.tar.gz.asc"
    49        }
    50      }
    51    },
    52    "blockbook": {
    53      "package_name": "blockbook-litecoin-testnet",
    54      "system_user": "blockbook-litecoin",
    55      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    56      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    57      "explorer_url": "",
    58      "additional_params": "",
    59      "block_chain": {
    60        "parse": true,
    61        "mempool_workers": 8,
    62        "mempool_sub_workers": 2,
    63        "block_addresses_to_keep": 300,
    64        "xpub_magic": 70617039,
    65        "xpub_magic_segwit_p2sh": 71979618,
    66        "xpub_magic_segwit_native": 73342198,
    67        "slip44": 1,
    68        "additional_params": {}
    69      }
    70    },
    71    "meta": {
    72      "package_maintainer": "IT",
    73      "package_maintainer_email": "it@satoshilabs.com"
    74    }
    75  }