github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/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": "2.16.3",
    26      "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.16.3/groestlcoin-2.16.3-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "f15bd5e38b25a103821f1563cd0e1b2cf7146ec9f9835493a30bd57313d3b86f",
    29      "extract_command": "mkdir -p backend/bin; tar -C backend/bin -xf",
    30      "exclude_files": [
    31          "bin/groestlcoin-qt"
    32      ],
    33      "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",
    34      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    35      "postinst_script_template": "",
    36      "service_type": "forking",
    37      "service_additional_params_template": "",
    38      "protect_memory": true,
    39      "mainnet": true,
    40      "server_config_file": "bitcoin_like.conf",
    41      "client_config_file": "bitcoin_like_client.conf",
    42      "additional_params": {
    43          "deprecatedrpc": "estimatefee",
    44          "whitelist": "127.0.0.1"
    45      }
    46    },
    47    "blockbook": {
    48      "package_name": "blockbook-groestlcoin",
    49      "system_user": "blockbook-groestlcoin",
    50      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    51      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    52      "explorer_url": "",
    53      "additional_params": "",
    54      "block_chain": {
    55        "parse": true,
    56        "mempool_workers": 8,
    57        "mempool_sub_workers": 2,
    58        "block_addresses_to_keep": 300,
    59        "additional_params": {}
    60      }
    61    },
    62    "meta": {
    63      "package_maintainer": "Groestlcoin team",
    64      "package_maintainer_email": "support@groestlcoin.org"
    65    }
    66  }