Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 438 Bytes

Count the number of active addresses within a block height range.

An address is defined as active if it has made at least one transaction or received any token within the block height range.

Usage

Build:

go build .

Count the active address:

./active-address -s <start block height> -e <end block height> -rpc <rpc address>

Add -v if you also want to print the number of transactions of each address.