-
nikg83[m]
-
nikg83[m]
This is bad, can’t the wallet itself select decoys while scanning blockchain and save it in a db locally ? Which can be used later on while sending payment; can also request decoys from remote node but use a mix of locally sorted decoys and ones sent from remote node.
-
selsta
nikg83[m]: use your own node
-
selsta
anyway, I think the node sends a list large list of decoys and the clients ends up selecting which ones it chooses, the reddit link is outdated
-
nikg83[m]
selsta: Node will know same ip broadcasting a tx which has unknown (real) decoys
-
selsta
obviously the node will know the ip
-
nikg83[m]
selsta: Yah one day when cake supports tor nodes, as my node is behind nat
-
selsta
that's why you should either use your own node, or use a trusted node
-
nikg83[m]
selsta: I mean real spent on that tx
-
selsta
otherwise they can try to spy on you in various ways
-
selsta
I don't know whaat you mean with "broadcasting a tx which has unknown (real) decoys"; but that discussion is better for #monero
-
nikg83[m]
Ok
-
anarkiocrypto[m]
Thanks for the info. I need to use onion remote nodes because I can't host my own node for multiple reasons. I already guessed remote nodes could see txid and possibly decoys, just wanted to know for sure.
-
Rucknium[m]
But can the remote node know which of the ring members are decoys and which are the real spends, or does the wallet query both types of ring members in the same way?
-
anarkiocrypto[m]
I heard some months ago, if the remote node says TX failed, don't try to resend it immediately because it could find out the real spend. IDK if this is still up-to-date.
-
monero-guides[m]
moneroworld.com/#nodes - see active attack vector
-
monero-guides[m]
* - see 'active attack, * attack vector '
-
dEBRUYNE
nikg83[m]: That has been patched as far as I know
-
dEBRUYNE
cc anarkiocrypto[m]
-
Halver[m]
<joe-molested-hun> "Since it is so difficult to..." <- Using Tor, you can create a tutanota email.
-
Halver[m]
Once you have this tutanota address, use it to open a GH account.
-
qumon[m]
hi, is this the right place to ask questions about swap issues?
-
Rucknium[m]
#monero-swap:monero.social is the right place, I think
-
qumon[m]
thx
-
selsta
.merges
-
xmr-pr
Merge queue empty
-
selsta
can someone review 8055 / 8056? it's a version bump for hidapi, we sometimes have strange issues with ledger not connecting on some systems, updating hidapi might help here
-
Elijah[m]1
yo
-
Elijah[m]1
How come the device verification for matrix has a shield without a border for the desktop app and a shield with a white border for the mobile app??? I clicked the shields were not the same the first time lmao and it said verification cancelled.
-
Elijah[m]1
Does anyone know how to disable that entire process and just verify all logins or make it use a 2FA app instead?
-
Elijah[m]1
But anyways
-
Elijah[m]1
-
Elijah[m]1
I had some feedback for the UX when using the RPC wallet
-
Elijah[m]1
the change is 1 or a couple LOC
-
Elijah[m]1
just a log message on the default log level that would let users of the wallet-rpc know that the wallet needs to be synced and is being synced rather than making us do hours of debugging
-
Elijah[m]1
would've saved me 5+ hours and will definitely save other developers a lot of time!
-
RustyIcicle
Hey guys :) I want to include official wallet code, namely blockchain scanning and transaction generation. does anyone have any experience with where to "cut" the codebase, or if it's even feasible?
-
RustyIcicle
for example "simplewallet.cpp", is that relatively self contained? it looks quite complete.