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

     1  {
     2    "coin": {
     3      "name": "Daps",
     4      "shortcut": "DAPS",
     5      "label": "Daps",
     6      "alias": "daps"
     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-daps",
    23      "package_revision": "polispay",
    24      "system_user": "daps",
    25      "version": "1.0.5.8",
    26      "binary_url": "https://github.com/DAPSCoin/DAPSCoin/releases/download/1.0.5.8/dapscoin-v1.0.5.8-linux.zip",
    27      "verification_type": "sha256",
    28      "verification_source": "8b92e4fbaaebf79e487cb0086763f497b448cc03080871659b564ce7b187e064",
    29      "extract_command": "unzip -j -d backend",
    30      "exclude_files": [
    31        "dapscoin-tx",
    32        "dapscoin-qt"
    33      ],
    34      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/dapscoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
    35      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    36      "postinst_script_template": "",
    37      "service_type": "forking",
    38      "service_additional_params_template": "",
    39      "protect_memory": true,
    40      "mainnet": true,
    41      "server_config_file": "bitcoin_like.conf",
    42      "client_config_file": "bitcoin_like_client.conf",
    43      "additional_params": {
    44        "deprecatedrpc": "estimatefee"
    45      }
    46    },
    47    "blockbook": {
    48      "package_name": "blockbook-daps",
    49      "system_user": "blockbook-daps",
    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        "xpub_magic": 76067358,
    60        "slip44": 358,
    61        "additional_params": {}
    62      }
    63    },
    64    "meta": {
    65      "package_maintainer": "",
    66      "package_maintainer_email": ""
    67    }
    68  }