torusJKL / cashnodes

Cashnodes is currently being developed to estimate the size of the Bitcoin Cash network by finding all the reachable nodes in the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CASHNODES Crawler

Cashnodes is currently being developed to estimate the size of the Bitcoin 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. Cashodes uses Bitcoin protocol version 70015 (i.e. >= Bitcoin ABC, Bitcoin XT and BUcash). Since Bitcoin Cash network use a different set of network magic bits we are certain to avoid inclusion of Bitcoin legacy nodes in the collected data.

Currently set of API and is currently providing

GET /snapshots
GET /snapshots/:timestamp

To deploy an instance of the crawler please have a look at the step necessary to set up a machine to run the backend code: Provisioning Bitcoin Network Crawler. The Redis Data contains the list of keys and their associated values that are written by the scripts in this project.

Both aforementioned documentations are tailored for bitnodes.earn.com code base, we are going to provide a Cash version of those wiki pages as soon as things settled.

If you wish to access the data, e.g. list of network snapshots, collected using this project, see the initial set of APIsi we are currently developing.

About

Cashnodes is currently being developed to estimate the size of the Bitcoin Cash network by finding all the reachable nodes in the network

License:MIT License


Languages

Language:Python 83.2%Language:Shell 16.8%