https://github.com/0xsharma/txpool-snapshot
This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.
https://github.com/0xsharma/txpool-snapshot
ethereum maticnetwork txpool
Last synced: 24 days ago
JSON representation
This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.
- Host: GitHub
- URL: https://github.com/0xsharma/txpool-snapshot
- Owner: 0xsharma
- Created: 2022-02-22T21:26:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T21:58:50.000Z (over 4 years ago)
- Last Synced: 2025-03-01T15:57:00.548Z (over 1 year ago)
- Topics: ethereum, maticnetwork, txpool
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TxPool-Snapshot
###### This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.
#
### Pre-Requisites
HTTPS RPC on localhost:8545
> You can also change in the code `var HTTPSWEB3 = `
#
### Install dependencies
Use `npm install` to download and install all dependencies.
#
### Run the code
`node index.js`