Re: [bitcoin-dev] Proposal to Remove BIP35 P2P 'mempool' Message

2023-05-01 Thread 0xB10C via bitcoin-dev
Hi Will, I shared some numbers and feedback as comment [0] on your PR wanted to answer question 1. for completeness here too. > Its original intention was to be publicly callable, but it is now (in Bitcoin Core) gated behind stricter Net Permissions which make it accessible to trusted peers only.

Re: [bitcoin-dev] Announcement: Full-RBF Miner Bounty

2022-12-10 Thread 0xB10C via bitcoin-dev
On 12/9/22 22:16, Peter Todd wrote: >> For further monitoring, I've set-up a mempoolfullrbf=1 node and are >> logging replacement events with [0]. I filter the full-RBF replacements >> and list the replaced and replacement transactions here: > Question: are you taking any special steps to peer that

Re: [bitcoin-dev] Announcement: Full-RBF Miner Bounty

2022-12-09 Thread 0xB10C via bitcoin-dev
Hi AJ and list, > This seems to be pretty good evidence that we currently don't have any > significant hashrate mining with fullrbf policies (<0.5% if there was a > high fee replacement available prior to every block having been mined), > despite the bounty having been collected. For further moni

Re: [bitcoin-dev] Trying to patch Core ZMQ "rawtx" topic to only publish unconfirmed transactions: How?

2021-11-29 Thread 0xB10C via bitcoin-dev
Hi Ali, I've run into this multiple times myself. I've opened a draft PR [0] adding a rawmempooltx publisher. You're right. In zmq/zmqnotificationinterface.cpp the CZMQNotificationInterface is notified about TransactionAddedToMempool. Currently, this calls NotifyTransaction() (the publisher with

Re: [bitcoin-dev] Taproot activates - A time/block line

2021-11-24 Thread 0xB10C via bitcoin-dev
Thanks, Michael, for writing this up. I agree that it's good to archive events like, for example, soft-fork activations in an ML post. All bigger pools have now included multiple P2TR spends in their blocks. I have a few comments on what happened at F2Pool and to some extend also at AntPool. These

[bitcoin-dev] Reorgs on SigNet - Looking for feedback on approach and parameters

2021-09-07 Thread 0xB10C via bitcoin-dev
Hello, tl;dr: We want to make reorgs on SigNet a reality and are looking for feedback on approach and parameters. One of the ideas for SigNet is the possibility for it to be reliably unreliable, for example, planned chain reorganizations. These have not been implemented yet. My summerofbitcoin.o