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

     1  {
     2    "coin": {
     3      "name": "NULS",
     4      "shortcut": "NULS",
     5      "label": "NULS",
     6      "alias": "nuls"
     7    },
     8    "ports": {
     9      "backend_rpc": 8053,
    10      "backend_message_queue": 38353,
    11      "blockbook_internal": 9053,
    12      "blockbook_public": 9153
    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-nuls",
    23      "package_revision": "1.0-1",
    24      "system_user": "nuls",
    25      "version": "1.2.1",
    26      "binary_url": "http://47.52.78.92/nuls-wallet/NULS-Wallet-linux64-1.2.1.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "8732e94415e9b6d51e9c7e1921002b4e43d78e2b12f2de636af53a562b4f4381",
    29      "extract_command": "tar -C backend --strip 0 -xf",
    30      "exclude_files": [],
    31      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/nuls.sh --port {{.Ports.BackendRPC}} --dataDir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --pid-file /run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    32      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    33      "postinst_script_template": "",
    34      "service_type": "forking",
    35      "service_additional_params_template": "",
    36      "protect_memory": false,
    37      "mainnet": true,
    38      "server_config_file": "bitcoin_like.conf",
    39      "client_config_file": "bitcoin_like_client.conf",
    40      "additional_params": {
    41        "addnode": [
    42          "mainnet.nuls"
    43        ]
    44      }
    45    },
    46    "blockbook": {
    47      "package_name": "blockbook-nuls",
    48      "system_user": "blockbook-nuls",
    49      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    50      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    51      "explorer_url": "",
    52      "additional_params": "-resyncindexperiod=11000",
    53      "block_chain": {
    54        "parse": true,
    55        "mempool_workers": 4,
    56        "mempool_sub_workers": 8,
    57        "block_addresses_to_keep": 300,
    58        "xpub_magic": 76067358,
    59        "slip44": 8964,
    60        "additional_params": {}
    61      }
    62    },
    63    "meta": {
    64      "package_maintainer": "NULS Core Team",
    65      "package_maintainer_email": "ln@nuls.io"
    66    }
    67  }