Skip to content
/ znodes Public
forked from ayeowch/bitnodes

znodes is currently being developed to estimate the size of the zcash network by finding all the reachable nodes in the network ·

License

Notifications You must be signed in to change notification settings

radix42/znodes

 
 

Repository files navigation

!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.

About

znodes is currently being developed to estimate the size of the zcash network by finding all the reachable nodes in the network ·

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%