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

     1  {
     2    "coin": {
     3      "name": "DeepOnion",
     4      "shortcut": "ONION",
     5      "label": "DeepOnion",
     6      "alias": "deeponion"
     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-deeponion",
    23      "package_revision": "polispay",
    24      "system_user": "deeponion",
    25      "version": "2.0.5",
    26      "binary_url": "https://github.com/deeponion/deeponion/releases/download/v2.0.5/deeponion-2.0.5-x86_64-linux-gnu.tar.gz",
    27      "extract_command": "tar -C backend --strip 1 -xpf",
    28      "exclude_files": [
    29      ],
    30      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/DeepOniond -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    31      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    32      "postinst_script_template": "",
    33      "service_type": "forking",
    34      "service_additional_params_template": "",
    35      "protect_memory": true,
    36      "mainnet": true,
    37      "server_config_file": "deeponion.conf",
    38      "client_config_file": "bitcoin_like_client.conf",
    39      "additional_params": {
    40        "whitelist": "127.0.0.1"
    41      }
    42    },
    43    "blockbook": {
    44      "package_name": "blockbook-deeponion",
    45      "system_user": "blockbook-deeponion",
    46      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    47      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    48      "explorer_url": "",
    49      "additional_params": "-dbcache=0 -workers=1",
    50      "block_chain": {
    51        "parse": true,
    52        "subversion": "/DeepOnionCore:2.0.5/",
    53        "mempool_workers": 8,
    54        "mempool_sub_workers": 2,
    55        "block_addresses_to_keep": 300,
    56        "xpub_magic": 27108450,
    57        "xpub_magic_segwit_p2sh": 28471030,
    58        "xpub_magic_segwit_native": 78792518,
    59        "slip44": 305,
    60        "additional_params": {}
    61      }
    62    },
    63    "meta": {
    64      "package_maintainer": "DeepOnion",
    65      "package_maintainer_email": "info@deeponion.org"
    66    }
    67  }