forked from wigy-opensource-developer/hydra-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcfa4e9
commit 3ea7761
Showing
6 changed files
with
68 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
# Crawler | ||
# Hydra 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/](https://arkdelegates.io/delegate/deadlock/contributions/). 🖖 | ||
Hydra Crawler scans the Hydra network to get information about the peers in the network. | ||
This is a fork of the [ARK Crawler](https://github.com/deadlock-delegate/crawler/) so make sure | ||
you sponsor them for their hard work. | ||
|
||
## Installation | ||
|
||
`npm install` | ||
|
||
## Usage | ||
|
||
`npm start http://<ip>:<port>` | ||
`node . http://<ip>:<port>` | ||
|
||
For port use the p2p port, which is 4001 for Ark's mainnet or 4002 for Ark's devnet. | ||
For port use the p2p port, which is 4701 for [Hydra mainnet](http://hydra.iop.global/) or | ||
4702 for [Hydra devnet](http://dev.hydra.iop.global/). | ||
|
||
## Credits | ||
|
||
- [roks0n](https://github.com/roks0n) | ||
- [dmvt](https://github.com/dmvt) | ||
- [All Contributors](../../../../contributors) | ||
- [wigy](https://github.com/wigy-opensource-developer/) | ||
- [All Contributors](../../contributors) | ||
|
||
## License | ||
|
||
[MIT](LICENSE) © roks0n | ||
ARK Delegate: [MIT](LICENSE) © roks0n | ||
Hydra patches: [MIT](LICENSE) © Decentralized Society Foundation, Panama |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters