Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast a transaction to specific nodes #50

Open
ghost opened this issue Oct 3, 2022 · 1 comment
Open

Broadcast a transaction to specific nodes #50

ghost opened this issue Oct 3, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 3, 2022

Is your feature request related to a problem? Please describe.

It would be great if users could select a node for broadcasting transaction instead of all nodes. Recently @openoms wanted to do this : https://twitter.com/openoms/status/1573594264730312704

Describe the solution you'd like

A parameter in sendrawtransaction that could be used to select node with node id.

Describe alternatives you've considered

libbtc library: https://twitter.com/1440000bytes/status/1574225052240777216

Additional context

This would improve privacy and requires a new function in src\net_processing.cpp similar to RelayTransaction() or add some lines in the same function.

@MoneroArbo
Copy link

MoneroArbo commented Dec 14, 2022

I would use something like this to broadcast over tor / i2p while also connected to clearnet nodes, but it would be even more useful if I could set some sort of default instead of having to call sendrawtransaction each time.

Something like broadcast=i2p in the config file.

@luke-jr luke-jr added this to the 27.0 milestone Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants