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

     1  {
     2      "coin": {
     3          "name": "Bitcore",
     4          "shortcut": "BTX",
     5          "label": "Bitcore",
     6          "alias": "bitcore"
     7      },
     8      "ports": {
     9          "backend_rpc": 8054,
    10          "backend_message_queue": 38354,
    11          "blockbook_internal": 9054,
    12          "blockbook_public": 9154
    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-bitcore",
    23          "package_revision": "satoshilabs-1",
    24          "system_user": "bitcore",
    25          "version": "0.15.2.1",
    26          "binary_url": "https://github.com/dalijolijo/BitCore/releases/download/0.15.2.1/bitcore-0.15.2.1-x86_64-linux-gnu_no-wallet.tar.gz",
    27          "verification_type": "sha256",
    28          "verification_source": "4e47b33d5fa7d67151c9860f4cd19c99a55d42b27c170bd2391988c67aa24fc8",
    29          "extract_command": "tar -C backend -xf",
    30          "exclude_files": [
    31              "bin/bitcore-qt",
    32              "bin/test_bitcore-qt",
    33              "bin/bench_bitcore",
    34              "bin/test_bitcore"
    35          ],
    36          "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/bitcored -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    37          "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    38          "postinst_script_template": "",
    39          "service_type": "forking",
    40          "service_additional_params_template": "",
    41          "protect_memory": true,
    42          "mainnet": true,
    43          "server_config_file": "bitcoin_like.conf",
    44          "client_config_file": "bitcoin_like_client.conf",
    45          "additional_params": {
    46              "whitelist": "127.0.0.1"
    47          }
    48      },
    49      "blockbook": {
    50          "package_name": "blockbook-bitcore",
    51          "system_user": "blockbook-bitcore",
    52          "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    53          "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    54          "explorer_url": "",
    55          "additional_params": "",
    56          "block_chain": {
    57              "parse": true,
    58              "mempool_workers": 8,
    59              "mempool_sub_workers": 2,
    60              "block_addresses_to_keep": 300,
    61              "additional_params": {
    62                  "fiat_rates": "coingecko",
    63                  "fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
    64                  "fiat_rates_params": "{\"coin\": \"bitcore\", \"periodSeconds\": 900}"
    65              }
    66          }
    67      },
    68      "meta": {
    69          "package_maintainer": "LIMXTEC",
    70          "package_maintainer_email": "info@bitcore.cc"
    71      }
    72  }