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

     1  {
     2    "coin": {
     3      "name": "Firo",
     4      "shortcut": "FIRO",
     5      "label": "Firo",
     6      "alias": "firo"
     7    },
     8    "ports": {
     9      "backend_rpc": 8050,
    10      "backend_message_queue": 38350,
    11      "blockbook_internal": 9050,
    12      "blockbook_public": 9150
    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-firo",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "firo",
    25      "version": "0.14.13.1",
    26      "binary_url": "https://github.com/firoorg/firo/releases/download/v0.14.13.1/firo-0.14.13.1-linux64.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "a6e763399cbe58ece0485232f44d1bedb9951995df437e005af3ef8a2a16aeba",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/firo-qt",
    32        "bin/firo-tx",
    33        "README.md"
    34      ],
    35      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/firod -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    36      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    37      "postinst_script_template": "",
    38      "service_type": "forking",
    39      "service_additional_params_template": "",
    40      "protect_memory": true,
    41      "mainnet": true,
    42      "server_config_file": "bitcoin_like.conf",
    43      "client_config_file": "bitcoin_like_client.conf",
    44      "additional_params": {
    45        "deprecatedrpc": "estimatefee"
    46      }
    47    },
    48    "blockbook": {
    49      "package_name": "blockbook-firo",
    50      "system_user": "blockbook-firo",
    51      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    52      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    53      "explorer_url": "",
    54      "additional_params": "",
    55      "block_chain": {
    56        "mempool_workers": 8,
    57        "mempool_sub_workers": 2,
    58        "block_addresses_to_keep": 300,
    59        "xpub_magic": 76067358,
    60        "slip44": 136,
    61        "additional_params": {}
    62      }
    63    },
    64    "meta": {
    65      "package_maintainer": "Putta Khunchalee",
    66      "package_maintainer_email": "putta@zcoin.io"
    67    }
    68  }