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

Ask about transactions that see remote nodes #9471

Open
wipedlifepotato opened this issue Sep 5, 2024 · 1 comment
Open

Ask about transactions that see remote nodes #9471

wipedlifepotato opened this issue Sep 5, 2024 · 1 comment

Comments

@wipedlifepotato
Copy link

wipedlifepotato commented Sep 5, 2024

Hello. I get information that if enable set_log +daemon.rpc:DEBUG on monerod node, then node can see transaction. Them transactions that see node. Do see node Amount/Who send/Who receive? Or is see only IP + TXs encrypted broadcasting string, that only can be decrypted by Who send/Who receive?

I tried to found something in source code, but there I found only encrypt for payment_id, and leave this and want to just ask in issue. If someone can show that part in source code I will be happy

If I use local node, then network not see who send transaction?

@selsta
Copy link
Collaborator

selsta commented Sep 6, 2024

The node you are connected to does not see "Amount/Who send/Who receive", but it does see your IP address.

If I use local node, then network not see who send transaction?

Since monero is a P2P network, other nodes will see your IP address if your node broadcasts a transaction. To mitigate that, monero uses Dandelion++ https://dl.acm.org/doi/pdf/10.1145/3292040.3219620

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

3 participants