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

     1  {
     2    "coin": {
     3      "name": "Groestlcoin Regtest",
     4      "shortcut": "rGRS",
     5      "label": "Groestlcoin Regtest",
     6      "alias": "groestlcoin_regtest"
     7    },
     8    "ports": {
     9      "backend_rpc": 18046,
    10      "backend_message_queue": 48346,
    11      "blockbook_internal": 19046,
    12      "blockbook_public": 19146
    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-regtest",
    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/regtest/*.log",
    33      "postinst_script_template": "",
    34      "service_type": "forking",
    35      "service_additional_params_template": "",
    36      "protect_memory": true,
    37      "mainnet": false,
    38      "server_config_file": "bitcoin_regtest.conf",
    39      "client_config_file": "bitcoin_client.conf",
    40      "additional_params": {
    41        "deprecatedrpc": "estimatefee",
    42        "whitelist": "127.0.0.1"
    43      },
    44      "platforms": {
    45        "arm64": {
    46          "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-aarch64-linux-gnu.tar.gz",
    47          "verification_source": "ca316c369728348406778c30b2b567bb2ede1ebcc87fb0305c0bed3dacae762b"
    48        }
    49      }
    50    },
    51    "blockbook": {
    52      "package_name": "blockbook-groestlcoin-regtest",
    53      "system_user": "blockbook-groestlcoin",
    54      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    55      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    56      "explorer_url": "",
    57      "additional_params": "",
    58      "block_chain": {
    59        "parse": true,
    60        "mempool_workers": 8,
    61        "mempool_sub_workers": 2,
    62        "block_addresses_to_keep": 300,
    63        "xpub_magic": 70617039,
    64        "xpub_magic_segwit_p2sh": 71979618,
    65        "xpub_magic_segwit_native": 73342198,
    66        "slip44": 1
    67      }
    68    },
    69    "meta": {
    70      "package_maintainer": "Groestlcoin Development Team",
    71      "package_maintainer_email": "jackie@groestlcoin.org"
    72    }
    73  }