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

     1  {
     2    "coin": {
     3      "name": "Koto",
     4      "shortcut": "KOTO",
     5      "label": "Koto",
     6      "alias": "koto"
     7    },
     8    "ports": {
     9      "backend_rpc": 8051,
    10      "backend_message_queue": 38351,
    11      "blockbook_internal": 9051,
    12      "blockbook_public": 9151
    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-koto",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "koto",
    25      "version": "4.5.1",
    26      "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz",
    27      "verification_type": "gpg",
    28      "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz.asc",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/koto-qt"
    32      ],
    33      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/kotod -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": "HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/koto-fetch-params",
    36      "service_type": "forking",
    37      "service_additional_params_template": "Environment=\"HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend\"",
    38      "protect_memory": false,
    39      "mainnet": true,
    40      "server_config_file": "bitcoin_like.conf",
    41      "client_config_file": "bitcoin_like_client.conf",
    42      "additional_params": {
    43        "addnode": [
    44          "dnsseed.ko-to.org"
    45        ]
    46      }
    47    },
    48    "blockbook": {
    49      "package_name": "blockbook-koto",
    50      "system_user": "blockbook-koto",
    51      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    52      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    53      "explorer_url": "",
    54      "additional_params": "",
    55      "block_chain": {
    56        "parse": true,
    57        "mempool_workers": 4,
    58        "mempool_sub_workers": 8,
    59        "block_addresses_to_keep": 300,
    60        "xpub_magic": 76067358,
    61        "slip44": 510,
    62        "additional_params": {}
    63      }
    64    },
    65    "meta": {
    66      "package_maintainer": "WO",
    67      "package_maintainer_email": "wo@kotocoin.info"
    68    }
    69  }