whale69
- C-engine skipping RPC for P2P mempool dataOct 24, 2023
@NotATether & @ABCbits - Excellent questions. You both brought up the mining pool overlap, so I want to clarify the distinction between extracting fee value (what miners do) and extracting information value (what quants…
- C-engine skipping RPC for P2P mempool dataOct 22, 2023
@ABCbits - Good catch. That was a plain oversight on my end when initially pushing the boilerplate. I've just added the MIT license to the repository. Appreciate you pointing that out so devs can actually integrate it…
- C-engine skipping RPC for P2P mempool dataOct 19, 2023
Appreciate the thorough review, BattleDog. You raised some very valid points, let me clarify the architecture: 1. Terminology: You are completely right, "interception" is just marketing shorthand. Under the hood, it is…
- C-engine skipping RPC for P2P mempool dataOct 19, 2023
I've been digging into high-frequency on-chain data and hit a major latency wall. Regular Bitcoin Core RPC polling has too much disk activity and indexing issues for proper sub-50ms performance. To tackle this, I…