Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Bitcoin Network Crawler that attempts to find all available Bitcoin nodes.

Notifications You must be signed in to change notification settings

achow101/BitcoinNodeCrawler

Repository files navigation

BitcoinNodeCrawler

Bitcoin Network Crawler that attempts to find all available Bitcoin nodes. The crawler uses BitcoinJ to connect to the network. It searches for peers and lists all the peers. After finding the peers, it will get the addresses used by the peers and connect to those. The program writes out the addresses of all nodes that it has found to a text file.

Compiling

To compile, compile the program as a standard java program.

Usage

Run the program from the command line as a standard java .class program. The program requires that a network be specified. The network can be Regtest, Testnet, or Mainnet.

About

Bitcoin Network Crawler that attempts to find all available Bitcoin nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages