https://github.com/veox/eth-monitor-extradata
(BACKUP) Monitor Ethereum block field extradata for pre-defined text signatures
https://github.com/veox/eth-monitor-extradata
ethereum extradata web3py
Last synced: 11 days ago
JSON representation
(BACKUP) Monitor Ethereum block field extradata for pre-defined text signatures
- Host: GitHub
- URL: https://github.com/veox/eth-monitor-extradata
- Owner: veox
- License: mit
- Created: 2019-02-03T16:56:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:17:04.000Z (over 2 years ago)
- Last Synced: 2025-02-16T23:45:39.243Z (3 months ago)
- Topics: ethereum, extradata, web3py
- Language: Python
- Homepage: https://gitlab.com/veox/eth-monitor-extradata
- Size: 21.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `eth-monitor-extradata`
A simple `web3.py` script to monitor `extradata` field in Ethereum blocks for "votes".
ProgPoW votes in this particular example.Does not handle ommers yet! This skews stats, attributing the hashing power of those
producing an uncle to those including it as one.## License
"MIT". See `LICENSE.txt`.