github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/decred.json (about)

     1  {
     2    "coin": {
     3      "name": "Decred",
     4      "shortcut": "DCR",
     5      "label": "Decred",
     6      "alias": "decred"
     7    },
     8    "ports": {
     9      "backend_rpc": 8061,
    10      "backend_message_queue": 38361,
    11      "blockbook_internal": 9061,
    12      "blockbook_public": 9161
    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-decred",
    23      "package_revision": "decred-1",
    24      "system_user": "decred",
    25      "version": "1.7.5",
    26      "binary_url": "https://github.com/decred/decred-binaries/releases/download/v1.7.5/decred-linux-amd64-v1.7.5.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "8be1894e6e61e9d0392f158b16055b8cec81d96ec3d0725d3494bc0a306c362b",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [],
    31      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/dcrd --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --appdata={{.Env.BackendDataPath}}/{{.Coin.Alias}} -C={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf",
    32      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
    33      "postinst_script_template": "",
    34      "service_type": "simple",
    35      "service_additional_params_template": "",
    36      "protect_memory": false,
    37      "mainnet": true,
    38      "server_config_file": "decred.conf",
    39      "client_config_file": "decred_client.conf",
    40      "additional_params": {
    41        "rpcmaxclients": 16,
    42        "upnp": 0,
    43        "whitelist": "127.0.0.1"
    44      }
    45    },
    46    "blockbook": {
    47      "package_name": "blockbook-decred",
    48      "system_user": "blockbook-decred",
    49      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    50      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    51      "explorer_url": "https://dcrdata.decred.org/",
    52      "additional_params": "-resyncindexperiod=300111 -resyncmempoolperiod=60111",
    53      "block_chain": {
    54        "parse": true,
    55        "subversion":"/Decred dcrd:1.7.5",
    56        "mempool_workers": 8,
    57        "mempool_sub_workers": 2,
    58        "block_addresses_to_keep": 30,
    59        "xpub_magic": 50178342,
    60        "slip44": 42,
    61        "additional_params": {}
    62      }
    63    },
    64    "meta": {
    65      "package_maintainer": "dmigwi",
    66      "package_maintainer_email": "migwindungu0@gmail.com"
    67    }
    68  }