Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@deadlock-delegate/crawler

Crawler scans the ARK network to get information about the peers in the network.

ark acosystem, network, scanner, blockchain

readme

Crawler

Crawler scans the ARK network to get information about the peers in the network.

❤️ Support maintenance and development of plugins

If you find this or other plugins useful please consider

  • voting for deadlock delegate
  • donating to AWtgFYbvtLDYccJvC5MChk4dpiUy2Krt2U

to support development new plugins and tools for Ark's Ecosystem and maintenance of existing ones. Full list of contributions can be found on https://arkdelegatesio/delegate/deadlock/. 🖖

Installation

npm install

Usage

npm start http://<ip>:<port>

For port use the p2p port, which is 4001 for Ark's mainnet or 4002 for Ark's devnet.

Credits

License

MIT © roks0n

changelog

Changelog

[1.4.5] - 2020-10-24

  • handle socket onDisconnect

[1.4.4] - 2020-10-17

  • check if connection exists before disconnecting

[1.4.3] - 2020-10-17

  • disconnect from peer on error

[1.4.2] - 2020-10-17

  • bug fixes and performance improvements

[1.4.1] - 2020-10-16

  • bug fixes

[1.4.0] - 2020-10-15

  • Add support for core v3
  • Removes delay stats (this data isn't provided from core anymore)

[1.3.1] - 2020-09-23

  • Fetch node version from headers

[1.2.10] - 2019-08-06

  • Lower socketcluster client timeout from 10s to 2s