Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.21 KB

File metadata and controls

43 lines (29 loc) · 1.21 KB

dcrawl - Fast Ethereum Crawler

License: Apache License: MIT Stability: experimental

Introduction

Tool to crawl the Ethereum network, based on the nim language implementation of the Discovery v5 protocol, part of the nim-eth library.

Prerequisites

Thanks to the included nimbus-build-system, the library is almost self-contained, requiring only git and a C compiler to build and run.

Quick start

# download dependencies and build compiler
make -j4 update
# build the crawler
make -j4
# run the crawler with ethereum boot node
./run.sh

Configuration options:

./run.sh --help

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.