`komodo-chainparams` is a small utility designed to determine the P2P and RPC of Komodo chains.
526
komodo-chainparams is a small utility designed to determine the P2P and RPC ports of Komodo assetchains without launching a Komodo daemon (komodod). It can be useful in scripts, GitHub Workflows, etc. The utility simply copies the original port number determination code from the daemon and is highly unoptimized. In other words, it is just a "cut off" version of the original komodod code, modified to launch separately.
Example:
docker pull deckersu/komodo-chainparams:latest
docker run --rm deckersu/komodo-chainparams:latest <chain_parameters> | jq .
Content type
Image
Digest
sha256:9cdab6c2b…
Size
4.5 MB
Last updated
over 2 years ago
docker pull deckersu/komodo-chainparams