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

     1  {
     2    "coin": {
     3      "name": "Dogecoin Testnet",
     4      "shortcut": "DOGETEST",
     5      "label": "Dogecoin Testnet",
     6      "alias": "dogecoin_testnet"
     7    },
     8    "ports": {
     9      "backend_rpc": 18038,
    10      "backend_message_queue": 48338,
    11      "blockbook_internal": 19038,
    12      "blockbook_public": 19138
    13    },
    14    "ipc": {
    15      "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
    16      "rpc_user": "rpc",
    17      "rpc_pass": "rpcp",
    18      "rpc_timeout": 25,
    19      "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
    20    },
    21    "backend": {
    22      "package_name": "backend-dogecoin-testnet",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "dogecoin",
    25      "version": "1.14.7",
    26      "binary_url": "https://github.com/dogecoin/dogecoin/releases/download/v1.14.7/dogecoin-1.14.7-x86_64-linux-gnu.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "9cd22fb3ebba4d407c2947f4241b9e78c759f29cdf32de8863aea6aeed21cf8b",
    29      "extract_command": "tar -C backend --strip 1 -xf",
    30      "exclude_files": [
    31        "bin/dogecoin-qt"
    32      ],
    33      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/dogecoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid -rest",
    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": false,
    39      "mainnet": false,
    40      "server_config_file": "bitcoin_like.conf",
    41      "client_config_file": "bitcoin_like_client.conf",
    42      "additional_params": {
    43        "discover": 0,
    44        "rpcthreads": 16,
    45        "upnp": 0,
    46        "whitelist": "127.0.0.1"
    47      },
    48      "platforms": {
    49        "arm64": {
    50              "binary_url": "https://github.com/dogecoin/dogecoin/releases/download/v1.14.7/dogecoin-1.14.7-aarch64-linux-gnu.tar.gz",
    51              "verification_source": "b8fb8050b19283d1ab3c261aaca96d84f2a17f93b52fcff9e252f390b0564f31",
    52          "exclude_files": []
    53        }
    54      }
    55    },
    56    "blockbook": {
    57      "package_name": "blockbook-dogecoin-testnet",
    58      "system_user": "blockbook-dogecoin",
    59      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    60      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    61      "explorer_url": "",
    62      "additional_params": "-resyncindexperiod=30011 -resyncmempoolperiod=2011",
    63      "block_chain": {
    64        "parse": true,
    65        "mempool_workers": 8,
    66        "mempool_sub_workers": 2,
    67        "block_addresses_to_keep": 300,
    68        "xpub_magic": 70617039,
    69        "slip44": 1,
    70        "additional_params": {}
    71      }
    72    },
    73    "meta": {
    74      "package_maintainer": "IT Admin",
    75      "package_maintainer_email": "it@satoshilabs.com"
    76    }
    77  }