An open API service indexing awesome lists of open source software.

https://github.com/rpcpool/block-top

Tool to watch block production
https://github.com/rpcpool/block-top

Last synced: 7 months ago
JSON representation

Tool to watch block production

Awesome Lists containing this project

README

          

# block top

Continuously watch the block production from one or many (or all) leaders on solana.

Intended for quick and dirty observation of the block production statistics of a particular leader (or all).

Built on code from https://github.com/certusone/tpuproxy/blob/main/cmd/txcount/.

## Usage

**Watch all leaders:**

`go run ./cmd/block-top`

**Watch single key**

`go run ./cmd/block-top -leader DDnAqxJVFo2GVTujibHt5cjevHMSE9bo8HJaydHoshdp`

**Watch multiple keys**

`go run ./cmd/block-top -leader DDnAqxJVFo2GVTujibHt5cjevHMSE9bo8HJaydHoshdp -leader Certusm1sa411sMpV9FPqU5dXAYhmmhygvxJ23S6hJ24`

Pipe stderr to `/dev/null` to hide debug output.