Sign inSign up

deckersu/komodo-chainparams

By deckersu

Updated over 2 years ago

`komodo-chainparams` is a small utility designed to determine the P2P and RPC of Komodo chains.

Image
Integration & delivery
0

526

deckersu/komodo-chainparams repository overview

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 .

Sources: https://github.com/DeckerSU/komodo-chainparams

Tag summary

Content type

Image

Digest

sha256:9cdab6c2b

Size

4.5 MB

Last updated

over 2 years ago

docker pull deckersu/komodo-chainparams