Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xb10c/mempool-observer-fullrbf-ui
Quick and dirty custom static site generator showing full-RBF replacements and their block inclusions
https://github.com/0xb10c/mempool-observer-fullrbf-ui
Last synced: 5 days ago
JSON representation
Quick and dirty custom static site generator showing full-RBF replacements and their block inclusions
- Host: GitHub
- URL: https://github.com/0xb10c/mempool-observer-fullrbf-ui
- Owner: 0xB10C
- License: mit
- Created: 2022-12-07T12:57:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:03:42.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:20:13.970Z (almost 2 years ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mempool-observer-fullrbf-ui
Quick and dirty custom static site generator showing full-RBF replacements and their block inclusions.
Usage: `mempool-observer-fullrbf-ui `.
Takes an CSV file with replacements events in the following format as input and produces a set of HTML files showing information about the **full-RBF** replacement events.
```CSV
timestamp,replaced_txid,replaced_fee,replaced_vsize,replaced_entry_time,replaced_raw,replacement_txid,replacement_fee,replacement_vsize,replacement_raw
1670314778,732deec5209fdeee8136053fc67254e580e07dc52415ec28bca792bb0447004c,8354,110,1670310000,020000000001011580e7b64d77bee246ac3f241bdb277076e64b737f865eae65454df82f14133f1100000000fdffffff0199d4dc0400000000160014afde86add624371ad0d648387f56865d197e54eb024730440220602149230fbfc4abc265077d014a4eac94f40a46869386bd7305bf145c45e30f022009021d1f0068aba6860ba834f30d1d1f146d4363744351f4ad97ac92602423dd012102cc35398135669fe23e89d67acddb0b9dc227d384d5044cc41a87b932c2456efc00000000,ef3f9c361278eb12d5b0fe70911871fa114f969e2c3b96889df8bcc2be384551,12469,110,020000000001011580e7b64d77bee246ac3f241bdb277076e64b737f865eae65454df82f14133f1100000000fdffffff0186c4dc040000000016001416f15047033aff1809b75b39c190b7094af3bea00247304402204604a788f311045f4182609c9a3369f85f6c86a93ba6f2fa1b4ff257c96eec890220390f8a0bd537dc61edc651b295b28370abf93ae56137626d0fd4bc0cb8be99e3012102cc35398135669fe23e89d67acddb0b9dc227d384d5044cc41a87b932c2456efc00000000
```This is intended as a temporary installment and e.g. doesn't include proper error handling or setup instructions for others.