https://github.com/bbenzikry/ethnodeinfo
Simple script to get node data from an ethstats url
https://github.com/bbenzikry/ethnodeinfo
Last synced: about 1 year ago
JSON representation
Simple script to get node data from an ethstats url
- Host: GitHub
- URL: https://github.com/bbenzikry/ethnodeinfo
- Owner: bbenzikry
- Created: 2023-01-27T01:32:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T00:14:49.000Z (over 3 years ago)
- Last Synced: 2025-04-07T17:47:23.429Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethnodeinfo
An extremely stupid script to output node data to JSON via ethstats wss connection
## Usage
```sh
# Goerli demo
go run . --addr "wss://stats.goerli.net/primus/" > nodes.json
```
