Skip to content

Crawls rippled servers and tallies information on connected peers

License

Notifications You must be signed in to change notification settings

jscottbranson/rippled_peer_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rippled_peer_crawler

Crawls rippled servers and tallies information on connected peers, including geolocating IP addresses using a MaxMind City database.

Requires

pip install aiohttp dnspython geoip2

MaxMind DB must be downloaded manually and extracted.

Running the program

  1. Download and extract the MaxMind City DB.
  2. pip install -r reqirements.txt
  3. Check variables in crawl.py and tallies.py
  4. python3 crawl.py
  5. (optional) python3 tallies.py
  6. Do stuff with the JSON output from crawl.py and/or View the output file specified in tallies.py

About

Crawls rippled servers and tallies information on connected peers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages