wigy-opensource-developer / hydra-crawler

Crawler scrapes the Hydra networks to get information about the peers in the network.

Home Page:https://iop.global/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydra Crawler

Hydra Crawler scans the Hydra network to get information about the peers in the network. This is a fork of the ARK Crawler so make sure you sponsor them for their hard work.

Installation

npm install

Usage

  • Hydra mainnet

    node . hyd-mainnet.json

  • Hydra devnet

    node . hyd-devnet.json

  • ARK mainnet

    node . ark-mainnet.json

  • ARK devnet

    node . ark-devnet.json

  • If you think the seed nodes for the networks has changed since we downloaded them, just run the download script using curl on your system to refresh them from github

    ./download.sh

Credits

License

  • ARK Delegate: MIT © roks0n
  • Hydra patches: MIT © Decentralized Society Foundation, Panama

About

Crawler scrapes the Hydra networks to get information about the peers in the network.

https://iop.global/

License:MIT License


Languages

Language:JavaScript 96.1%Language:Shell 3.9%