Post
πŸ“… Original date posted:2021-10-27 πŸ“ Original message:On Tue, Oct 26, 2021 at 07:44:45PM -0400, Antoine Riard via bitcoin-dev wrote: > Such a list of endpoints couldn't be static otherwise it's an artificial > barrier to enter in the mining competition, and as such a centralization > vector. Dynamic, trust-minimized discovery of the mining endpoints assumes > an address-relay network, of which the robustness must be high enough > against sophisticated sybil attacks. One current defense mechanism in core > to achieve that is selecting outbound peers based in different /16 subnets > as it's harder for an attacker to obtain IP addresses. Replicating this > mechanism for the mining endpoints binds the mining topology to the > Internet one, which is downgrading the mining competition. I think a really simple way to put it is if we didn't have the mempool, it'd be good to create a free service that got transactions to miners in an equal opportunity, decentralized, way. A simple flood fill scheme would be a great way to do that... at which point you've re-invented the mempool. Nothing wrong with people running nodes that opt-out of transaction broadcasting, and it may even make sense for such nodes to preferentially peer with each other. But there's always going to be a need for a scheme like the existing mempool, so might as well just keep it. -- petertodd.org 'peter'[:-1]@petertodd.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20211027/237114b0/attachment.sig>
0
πŸ“… Original date posted:2021-10-27 πŸ“ Original message:Good Afternoon, No. This has been discussed previously and eliminated as there is no proof that the transaction can exist without population through the mempool. As a method of payment not hearing about a transaction until it is possibly mined three months later as I have experienced is non-functional, there were discussions in this mailing list. The purpose of the mempool is not gossip it is gossip and any node technically can mine if they do. KING JAMES HRMH Great British Empire Regards, The Australian LORD HIS EXCELLENCY JAMES HRMH (& HMRH) of Hougun Manor & Glencoe & British Empire MR. Damian A. James Williamson Wills et al. Willtech www.willtech.com.au www.go-overt.com duigco.org DUIGCO API and other projects m. 0487135719 f. +61261470192 This email does not constitute a general advice. Please disregard this email if misdelivered. ________________________________ From: bitcoin-dev <bitcoin-dev-bounces at lists.linuxfoundation.org> on behalf of lisa neigut via bitcoin-dev <bitcoin-dev at lists.linuxfoundation.org> Sent: Tuesday, 26 October 2021 1:56 PM To: bitcoin-dev at lists.linuxfoundation.org <bitcoin-dev at lists.linuxfoundation.org> Subject: [bitcoin-dev] death to the mempool, long live the mempool Hi all, In a recent conversation with @glozow, I had the realization that the mempool is obsolete and should be eliminated. Instead, users should submit their transactions directly to mining pools, preferably over an anonymous communication network such as tor. This can easily be achieved by mining pools running a tor onion node for this express purpose (or via a lightning network extension etc) Mempools make sense in a world where mining is done by a large number of participating nodes, eg where the block template is constructed by a majority of the participants on the network. In this case, it is necessary to socialize pending transaction data to all participants, as you don’t know which participant will be constructing the winning block template. In reality however, mempool relay is unnecessary where the majority of hashpower and thus block template creation is concentrated in a semi-restricted set. Removing the mempool would greatly reduce the bandwidth requirement for running a node, keep intentionality of transactions private until confirmed/irrevocable, and naturally resolve all current issues inherent in package relay and rbf rules. It also resolves the recent minimum relay questions, as relay is no longer a concern for unmined transactions. Provided the number of block template producing actors remains beneath, say 1000, it’d be quite feasible to publish a list of tor endpoints that nodes can independently + directly submit their transactions to. In fact, merely allowing users to select their own list of endpoints to use alternatively to the mempool would be a low effort starting point for the eventual replacement. On the other hand, removing the mempool would greatly complicate solo mining and would also make BetterHash proposals, which move the block template construction away from a centralized mining pool back to the individual miner, much more difficult. It also makes explicit the target for DoS attacks. A direct communication channel between block template construction venues and transaction proposers also provides a venue for direct feedback wrt acceptable feerates at the time, which both makes transaction confirmation timelines less variable as well as provides block producers a mechanism for (independently) enforcing their own minimum security budget. In other words, expressing a minimum acceptable feerate for continued operation. Initial feerate estimation would need to be based on published blocks, not pending transactions (as this information would no longer be available), or from direct interactions with block producers. ~niftynei -------------- next part -------------- An HTML attachment was scrubbed... URL: <lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20211027/e9782e39/attachment.html>
0