github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/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": "26.0",
    26          "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v26.0/groestlcoin-26.0-x86_64-linux-gnu.tar.gz",
    27          "verification_type": "sha256",
    28          "verification_source": "0e24be6c094c1d7ae75d9d99b9bfb067e75200ed43fd8fde94d307a6bbd8bd72",
    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          },
    43          "platforms": {
    44              "arm64": {
    45                  "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v26.0/groestlcoin-26.0-aarch64-linux-gnu.tar.gz",
    46                  "verification_source": "69c4f39699efe7a6c112aa2570ad061e90ff1a0128d07df318d2f2df29083dff"
    47              }
    48          }
    49      },
    50      "blockbook": {
    51          "package_name": "blockbook-groestlcoin",
    52          "system_user": "blockbook-groestlcoin",
    53          "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    54          "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    55          "explorer_url": "",
    56          "additional_params": "-enablesubnewtx -extendedindex",
    57          "block_chain": {
    58              "parse": true,
    59              "mempool_workers": 8,
    60              "mempool_sub_workers": 2,
    61              "block_addresses_to_keep": 300,
    62              "xpub_magic": 76067358,
    63              "xpub_magic_segwit_p2sh": 77429938,
    64              "xpub_magic_segwit_native": 78792518,
    65              "slip44": 17,
    66              "additional_params": {
    67                  "fiat_rates": "coingecko",
    68                  "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",
    69                  "fiat_rates_params": "{\"coin\": \"groestlcoin\", \"periodSeconds\": 900}",
    70                  "block_golomb_filter_p": 20,
    71                  "block_filter_scripts": "taproot-noordinals",
    72                  "block_filter_use_zeroed_key": true,
    73                  "mempool_golomb_filter_p": 20,
    74                  "mempool_filter_scripts": "taproot",
    75                  "mempool_filter_use_zeroed_key": false
    76              }
    77          }
    78      },
    79      "meta": {
    80          "package_maintainer": "Groestlcoin Development Team",
    81          "package_maintainer_email": "jackie@groestlcoin.org"
    82      }
    83  }