Skip to content

Commit

Permalink
Merge remote-tracking branch 'ripple/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliot committed Jan 6, 2021
2 parents 69f8841 + 9cc3aa6 commit 211321a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [Moved to xpring-eng](https://github.com/xpring-eng/rippled-network-crawler)

If you are developing the instance of this project that is used with the [XRP Ledger Explorer](https://livenet.xrpl.org/), please use https://github.com/xpring-eng/rippled-network-crawler

# XRPL Network Crawler

The network crawler looks for all nodes on the XRPL network. The crawler starts with a single rippled IP address, and queries its `/crawl` endpoint to get other peers connected to it. All of these nodes are added to the list, and any that also have an IP listed via the endpoint is then queried to find more nodes. The process is repeated until no new nodes with IP addresses are found. The interval between network crawls is 2 minutes. The full results of each crawl are added to the `crawls` table.
Expand Down

0 comments on commit 211321a

Please sign in to comment.