github.com/grupokindynos/coins-explorer@v0.0.0-20210507172551-fa8983d19250/configs/coins/polis.json (about)

     1  {
     2    "coin": {
     3      "name": "Polis",
     4      "shortcut": "POLIS",
     5      "label": "Polis",
     6      "alias": "polis"
     7    },
     8    "ports": {
     9      "backend_rpc": 8030,
    10      "backend_message_queue": 38330,
    11      "blockbook_internal": 9030,
    12      "blockbook_public": 9130
    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-polis",
    23      "package_revision": "polispay",
    24      "system_user": "polis",
    25      "version": "1.6.2",
    26      "binary_url": "https://github.com/polispay/polis/releases/download/v1.6.2/poliscore-1.6.2-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "ea0fe8bc78cb14d77c2a50b68d533d42d2a7a7a483a91b27dc2258ad5b524abd",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/polis-qt"
    32      ],
    33      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/polisd -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        "mempoolexpiry": 72
    44      }
    45    },
    46    "blockbook": {
    47      "package_name": "blockbook-polis",
    48      "system_user": "blockbook-polis",
    49      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    50      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    51      "explorer_url": "",
    52      "additional_params": "-dbcache=0 -workers=1",
    53      "block_chain": {
    54        "parse": true,
    55        "subversion": "/Polis Core:1.6.2/",
    56        "mempool_workers": 8,
    57        "mempool_sub_workers": 2,
    58        "block_addresses_to_keep": 300,
    59        "xpub_magic": 65166718,
    60        "slip44": 1997,
    61        "additional_params": {}
    62      }
    63    },
    64    "meta": {
    65      "package_maintainer": "Enrique Berrueta",
    66      "package_maintainer_email": "eabz@polispay.org"
    67    }
    68  }