Troubleshooting
Common build, peering, and runtime issues with their causes and fixes.
Fixing Common Issues
Build Problems
ed25519 key generation fails on macOS
ed25519 key generation fails on macOSbrew install openssl
/opt/homebrew/opt/openssl/bin/openssl genpkey -algorithm ed25519 -out private.pemGo 1.26+ build tag errors
Go 1.26+ build tag errorsGOTOOLCHAIN=go1.25.5 go build -o node ./cmd/node/go install golang.org/dl/go1.25.5@latest
go1.25.5 download
go1.25.5 build -o node ./cmd/node/Running the Node
Connection refused on port 9002
"Address already in use"
Peering and Connectivity
"No connected peers found"
Messages not arriving between local test nodes
Messages not arriving between machines
Python Client Issues
Dependencie Issues
urllib3 NotOpenSSLWarning
NotOpenSSLWarningQuick Reference
Symptom
Fix
Last updated