Add DigiByte and Dash mainnet bitcoin-family RPC nodes.

DigiByte uses a tarball-install digibyted.Dockerfile (v9.26.3); Dash uses
dashpay/dashd:23.1.7. Both follow the dogecoind bitcoind pattern for RPC
auth, ZMQ, traefik, and x-upstreams wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 13:51:15 +00:00
parent 21c01e8de8
commit d058fe1db1
4 changed files with 336 additions and 0 deletions

View File

@@ -1918,6 +1918,34 @@
"cronos-zkevm-testnet-external-node-pruned_db"
]
},
{
"chain": "mainnet",
"client": "dashd",
"compose_file": "dash/dashd/dash-mainnet-dashd-full",
"features": [],
"network": "dash",
"node": null,
"relay": null,
"stack": null,
"type": "full",
"volumes": [
"dash-mainnet-dashd-full"
]
},
{
"chain": "mainnet",
"client": "digibyted",
"compose_file": "digibyte/digibyted/digibyte-mainnet-digibyted-full",
"features": [],
"network": "digibyte",
"node": null,
"relay": null,
"stack": null,
"type": "full",
"volumes": [
"digibyte-mainnet-digibyted-full"
]
},
{
"chain": "mainnet",
"client": "dogecoind",