You don't need slipstream. You can just email or send hex over telegram. And plenty of people could develop slipstream. It accepts some hex. Does some checks and then is inserted into a mempool.

Replies (2)

jb55's avatar
jb55 _@jb55.com 3 months ago
Someone could also create an entirely new relay/gossip network that bypasses node relay entirely. Would be a decentralized way to get around filters that miners would be incentivized to connect to
You mean like this:
vnprc's avatar vnprc
I published my first rust library yesterday: https://crates.io/crates/bitcoin-nostr-relay You can test it out in this playground environment: https://github.com/vnprc/tx-relay-playground I think this approach solves the filter debate by dismantling the bitcoin core architecture into separate components. Bitcoin core should be used only for blocks and blockchain consensus. It is bad architecture to combine TX relay and block relay into a single binary with a single peer-to-peer network. It opens the node to many DOS attack vectors. It open the developers to social attack vectors. And it forces unnecessary constraints on bitcoin transactions (mempool policy) that severely limit what developers can accomplish with off-chain protocols like lightning. Why continue down this path when alternatives are available? I intend to continue developing permissionless software solutions to enable sovereign pool operators to meet and exceed the capabilities of large, closed source pool operators.
View quoted note →