00:04:17 https://www.reddit.com/r/Monero/comments/83eik6/choice_of_decoy_inputs/dvlcfs7/?utm_source=share&utm_medium=ios_app&utm_name=iossmf&context=3 00:07:01 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. 00:14:48 nikg83[m]: use your own node 00:15:33 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 00:17:59 selsta: Node will know same ip broadcasting a tx which has unknown (real) decoys 00:18:21 obviously the node will know the ip 00:18:27 selsta: Yah one day when cake supports tor nodes, as my node is behind nat 00:18:49 that's why you should either use your own node, or use a trusted node 00:18:58 selsta: I mean real spent on that tx 00:19:03 otherwise they can try to spy on you in various ways 00:19:53 I don't know whaat you mean with "broadcasting a tx which has unknown (real) decoys"; but that discussion is better for #monero 00:25:21 Ok 01:15:01 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. 01:20:44 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? 01:35:25 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. 01:35:57 https://moneroworld.com/#nodes - see active attack vector 01:36:12 * - see 'active attack, * attack vector ' 09:00:10 nikg83[m]: That has been patched as far as I know 09:00:42 cc anarkiocrypto[m] 17:16:54 "Since it is so difficult to..." <- Using Tor, you can create a tutanota email. 17:16:54 Once you have this tutanota address, use it to open a GH account. 17:49:00 hi, is this the right place to ask questions about swap issues? 17:50:42 #monero-swap:monero.social is the right place, I think 17:51:06 thx 19:13:07 .merges 19:13:07 Merge queue empty 22:04:47 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 23:30:26 yo 23:31:06 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. 23:31:33 Does anyone know how to disable that entire process and just verify all logins or make it use a 2FA app instead? 23:31:34 But anyways 23:31:48 https://github.com/monero-project/monero/issues/8058 23:32:00 I had some feedback for the UX when using the RPC wallet 23:32:10 the change is 1 or a couple LOC 23:33:04 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 23:33:28 would've saved me 5+ hours and will definitely save other developers a lot of time! 23:49:27 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? 23:49:54 for example "simplewallet.cpp", is that relatively self contained? it looks quite complete.