solana vote monitor with real-time tvc (timely vote credits) tracking.
- real-time vote monitoring via yellowstone grpc
- tvc efficiency tracking and performance metrics
- interactive dashboard with latency visualization
- automatic poor performance detection and logging
- optimized for low resource usage
# clone and build
git clone https://github.com/1000xsh/voteperfx
cd voteperfx
cargo build --release
# configure
nano config.toml
# edit config.toml with your grpc endpoint and vote account# interactive dashboard (default)
./target/release/voteperfx
# simple logging mode
./target/release/voteperfx --simple
# help
./target/release/voteperfx --helpedit config.toml to set:
grpc_url: your yellowstone grpc endpointvote_account: validator vote account to monitorperformance_logging: filters for logging poor performance events