github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/groestlcoin.json (about)

     1  {
     2      "coin": {
     3          "name": "Groestlcoin",
     4          "shortcut": "GRS",
     5          "label": "Groestlcoin",
     6          "alias": "groestlcoin"
     7      },
     8      "ports": {
     9          "backend_rpc": 8045,
    10          "backend_message_queue": 38345,
    11          "blockbook_internal": 9045,
    12          "blockbook_public": 9145
    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-groestlcoin",
    23          "package_revision": "satoshilabs-1",
    24          "system_user": "groestlcoin",
    25          "version": "24.0.1",
    26          "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz",
    27          "verification_type": "sha256",
    28          "verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b",
    29          "extract_command": "tar -C backend --strip 1 -xf",
    30          "exclude_files": ["bin/groestlcoin-qt"],
    31          "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/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": true,
    37          "mainnet": true,
    38          "server_config_file": "bitcoin.conf",
    39          "client_config_file": "bitcoin_client.conf",
    40          "additional_params": {
    41              "deprecatedrpc": "estimatefee",
    42              "whitelist": "127.0.0.1"
    43          }
    44      },
    45      "blockbook": {
    46          "package_name": "blockbook-groestlcoin",
    47          "system_user": "blockbook-groestlcoin",
    48          "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    49          "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    50          "explorer_url": "",
    51          "additional_params": "",
    52          "block_chain": {
    53              "parse": true,
    54              "mempool_workers": 8,
    55              "mempool_sub_workers": 2,
    56              "block_addresses_to_keep": 300,
    57              "xpub_magic": 76067358,
    58              "xpub_magic_segwit_p2sh": 77429938,
    59              "xpub_magic_segwit_native": 78792518,
    60              "slip44": 17,
    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\": \"groestlcoin\", \"periodSeconds\": 900}"
    65              }
    66          }
    67      },
    68      "meta": {
    69          "package_maintainer": "Groestlcoin Development Team",
    70          "package_maintainer_email": "jackie@groestlcoin.org"
    71      }
    72  }