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
- Host: GitHub
- URL: https://github.com/rpcpool/block-top
- Owner: rpcpool
- Created: 2022-01-24T08:58:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T13:22:35.000Z (about 4 years ago)
- Last Synced: 2025-05-12T19:49:16.441Z (11 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.