Skip to content

bitcoincore-dev/bitcoin-network-crawler-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The early stages of a test program I'm using to get up-to-speed in Rust's async/await.

The program connects to as many bitcoin nodes as possible, stays connected by sending pong messages to the pings, and asks each node for any other nodes it knows about. The program then connects to those nodes and does the same thing.

This is in a bit of a rough state right now, but throwing it up on GitHub anyway, in case it's useful to anybody else.

Usage:

# testnet
cargo +beta run testnet-seed.bitcoin.jonasschnelli.ch:18333 --network testnet3

# main
cargo +beta run seed.bitcoin.sprovoost.nl:8333 --network main

About

A program that crawls the bitcoin network. Hastily thrown together to learn rust's async/await.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%