Operations
Networking
libp2p stack: Kademlia, gossipsub, request-response.
Stack
Cipher uses libp2p with Kademlia for peer discovery, gossipsub for broadcast and request-response for direct queries. The peer registry pins known validators and bootstraps new nodes.
Gossip topics
cipher/blocks/1— block headerscipher/votes/1— validator votescipher/compute/1— compute job results
Ports
| Port | Use |
|---|---|
| 30303/tcp,udp | libp2p |
| 8899/tcp | JSON-RPC |
| 8900/tcp | gRPC |