Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.39 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.39 KB

!Znodes

Znodes is currently being developed to estimate the size of the Zcash network by finding all the reachable nodes in the network. The current methodology involves sending getaddr messages recursively to find all the reachable nodes in the network, starting from a set of seed nodes. Znodes uses Zcash protocol version 170002 (i.e. >= /MagicBean:1.0.0/), so nodes running an older protocol version will be skipped.

Znodes is a fork of Bitnodes for Zcash See Provisioning Bitnodes Network Crawler for steps on setting up a machine to run Znodes. The Redis Data contains the list of keys and their associated values that are written by the scripts in this project. In the near future we will be able to grant access to the data, e.g. network snapshots, collected using this project, in a way that's compatible with Bitnodes API v1.0.