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

     1  {
     2    "coin": {
     3      "name": "VIPSTARCOIN",
     4      "shortcut": "VIPS",
     5      "label": "VIPSTARCOIN",
     6      "alias": "VIPSTARCOIN"
     7    },
     8    "ports": {
     9      "backend_rpc": 8056,
    10      "backend_message_queue": 38356,
    11      "blockbook_internal": 9056,
    12      "blockbook_public": 9156
    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-vipstarcoin",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "vipstarcoin",
    25      "version": "1.0.2",
    26      "binary_url": "https://github.com/y-chan/VIPSTARCOIN/releases/download/v1.0.2/VIPSTARCOIN-1.0.2-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "0bb608cf9103a896f2c1bf7f189db78f717019c2cc622f36581129876c65f131",
    29      "extract_command": "tar -C backend --strip 1 -xzvf",
    30      "exclude_files": [
    31        "VIPSTARCOIN-qt"
    32      ],
    33      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/VIPSTARCOINd -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": true,
    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-vipstarcoin",
    48      "system_user": "blockbook-vipstarcoin",
    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": 76067358,
    59        "xpub_magic_segwit_p2sh": 77429938,
    60        "xpub_magic_segwit_native": 78792518,
    61        "slip44": 1919,
    62        "additional_params": {}
    63      }
    64    },
    65    "meta": {
    66      "package_maintainer": "y-chan",
    67      "package_maintainer_email": "yuto_tetuota@yahoo.co.jp"
    68    }
    69  }