Skip to content

feat(discovery): add zcash.rotko.net to community ZEC servers#71

Open
hitchho wants to merge 1 commit into
zecrocks:mainfrom
hitchho:add-zcash-rotko-net
Open

feat(discovery): add zcash.rotko.net to community ZEC servers#71
hitchho wants to merge 1 commit into
zecrocks:mainfrom
hitchho:add-zcash-rotko-net

Conversation

@hitchho

@hitchho hitchho commented Jul 18, 2026

Copy link
Copy Markdown

Summary

Adds zcash.rotko.net:443 to the community ZEC server list. Operated by Rotko Networks.

Backend

  • zebrad 6.1.0 (state format 28.0.0, Ironwood-ready — NU6.3 activation at block 3,428,143)
  • zidecar v0.8.1 fronts the CompactTxStreamer surface on :443 (via haproxy). Optional --zidecar-rpc and --frost-relay surfaces are also enabled but do not conflict with the lwd probe hosh runs.

Verification

$ printf '\x00\x00\x00\x00\x00' | curl -k --http2-prior-knowledge \
    -H 'Content-Type: application/grpc' --data-binary @- \
    https://zcash.rotko.net/cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo
# → HTTP 200, protobuf reply carrying:
#   version=0.4.18, vendor=zidecar/rotkonetworks, chainName=main,
#   build=v0.8.1-907a3ed

Chain height reported by the backend matches network tip; verificationprogress = 99.99997%.

AI Disclosure

This PR was drafted with Claude assistance (repository research, diff generation, PR body). All content is human-reviewed.

- Zebra 6.1.0 (Ironwood-ready, state format 28.0.0)
- zidecar v0.8.1 fronting on :443 (lightwalletd surface + optional
  zidecar-rpc and frost-relay surfaces enabled)
- Currently at chain tip (99.99997% verification progress)
- Operator: Rotko Networks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant