Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
roks0n committed Jun 17, 2019
1 parent 2b9be2c commit 244b50e
Show file tree
Hide file tree
Showing 3 changed files with 1,508 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Crawler scans the ARK network to get information about the peers in the network.

**Branches**
- master: is for Ark v2.4 node which **uses websockets** for p2p instead of api
- master: is for Ark v2.4 node and higher which **uses websockets** for p2p instead of api
- v2.3: is for any Ark node that's lower than v2.4 which **does not use websockets** yet

## Installation
Expand All @@ -14,7 +14,7 @@ Crawler scans the ARK network to get information about the peers in the network.

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

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

## Credits

Expand Down
Loading

0 comments on commit 244b50e

Please sign in to comment.