1 2018-03-06 06:50:44 <esotericnonsense> well the problem is that unless it's consensus the miner just rips out that code right.
2 2018-03-06 06:51:32 <esotericnonsense> but it's already a thing in some way in mining software. there exists closed source eth miners and stuff that redirect to the developer's pool every now and then to extract a few % (people run them because they are more than that n% better than the next one)
3 2018-03-06 17:35:41 <xyxxy> have there been any notable articles or papers published pertaining to a security code review of bitcoin core?
4 2018-03-06 21:10:09 <jredondo> Hi all again. How could I know when a just-broadcasted transaction was received by my local node?
5 2018-03-06 21:31:00 <CubicEarths> jredondo: a transaction sending to you?
6 2018-03-06 21:32:18 <jredondo> No. I'm already listening TXs on ZMQ socket. When a TX comes in I know when it was received by my node, but can't be sure about when it was broadcasted to the net.
7 2018-03-06 21:32:24 <jredondo> Makes sense?
8 2018-03-06 21:32:50 <jredondo> I would like to know when it was broadcasted.
9 2018-03-06 21:40:23 <jredondo> ?