03:47:29 xmrpow: yes 13:31:59 I think I remember from the dev meeting that an issue about naming the new release should go up. Will this be here? https://github.com/monero-project/meta/issues 13:48:12 Nitrogen... ? 13:50:33 Nitwit 14:01:04 nitrogen nebula? 14:13:23 Nitrogen Nemesis, after the asteroid: https://en.wikipedia.org/wiki/128_Nemesis We will revenge any attempt to deanonymize :) 14:17:01 Will make a meta issue later 14:17:07 Alright :) 14:45:59 when opening a wallet and entering wrong password, wasn't it before saying "wrong password"? Maybe I misremember 14:46:48 now it's "Error: failed to load wallet: std::exception" 14:47:46 binaryFate: fixed in latest master 14:47:58 coolio :) 15:43:17 With a viewkey can I prove a integrated address/subaddr belongs to the associated public address? Preferably via an explorer or such a website 15:46:15 Don't think so. The viewkey allows to see and decode incoming transactions. If you have no transaction to the subaddress you want to prove ownership off, I would say you are out of luck 15:46:46 azy: integrated address can always be converted to normal address. 15:47:38 without any view key 15:48:30 How so? 15:50:52 type `integrated_address address` into CLI 16:01:45 Ty both 16:26:08 moneromooo: You mentioned testing dandelion++, how does one verify whether it is actually working properly? 16:33:46 One could check logs (net.p2p.msg:INFO would do it) to check that txes go to one (or two ?) peers only if they're in stem phase. 16:34:11 Send a tx, check it's received on another node not connected to the first one. 16:34:22 vtnerd might have better ways. 16:35:14 On the real network, a tx marked as stem will be seen as a normla tx, so you won't get long stem paths, most likely one hop from your node. 16:36:03 Would be interesting also to modify a node to drop all dandelion txes, to check the first node hits the timeout and fluffs it. 16:37:31 Thanks 16:42:41 moneromooo: the black hole attack? 16:42:48 it would 16:44:56 Context ? 16:53:26 You mean simulating a malicious node that tries to block propagation by ignoring stems 16:53:42 and ensuring that the transaction eventually gets fluffed despite this "black-hole" node 16:53:49 (the paper calls this a black hole attack) 16:56:01 Yes. 16:57:44 roger 16:58:07 Yes, that's an important test, since D++ is supposed to fall back to fluffing in the worst-case scenario 17:44:30 fluffing ;) 18:04:39 luigi1111w: when you have time, could you please take a look on ccs servers? The funding required page has not been updated since you merged my proposal 19:16:59 netrik182[m]: I left you a comment on your proposal. 19:17:17 Can you please remake your proposal. Something funky happened and it didn't work. 19:17:40 Please pay super attention to formatting and look at other proposals that got it correct. If you need help message me (on Matrix as I see you have it). 19:17:50 @rehrar:matrix.org 19:19:17 Doing it right nowrehrar: 19:20:45 Epic. Thanks. 20:02:09 Testing 0.16, the only weird thing is that monero-wallet-cli says this everytime you send to a normal 4* address: "NOTE: this transaction uses an encrypted payment ID: consider using subaddresses instead" 20:02:30 I'm not specifying a payment ID, isn't that just the one that's added to all Tx now? 20:03:04 That ought to have been fixed. Can you detail what you're doing exactly ? 20:03:30 I noticed that message with most outputs when syncing wallet from 0, and then I get it everytime I send to my own normal address 20:03:39 Let me grab exact command 20:04:35 oops wallet autolocked, thats quick 0.0 20:04:40 Lost the command history 20:04:45 I'll retry what I think caused it before 20:05:49 The message is displayed when the output I send from "sweep_all well, didn't happen this time 20:08:17 Maybe I just had an input in the first sweep it didn't like? 20:08:22 I'll keep trying to reproduce. 20:27:58 moneromooo reproduced it. 20:28:10 Sending using "donate 0.1" gives this output once the Tx confirms: 20:28:17 NOTE: this transaction uses an encrypted payment ID: consider using subaddresses instead 20:28:39 But it doesn't appear that the "donate" command actually specifies a payment ID (idk why it would) 20:36:20 OK, I'll try to see/fix. 20:36:30 Want me to open an issue for it? 20:38:00 Might as well. 20:38:07 Ok! 20:39:51 Ah, it triggers on change. 20:40:06 https://github.com/monero-project/monero/issues/6523 20:51:18 Verified sending to another 4-addr with the same issue 20:55:12 https://github.com/moneromooo-monero/bitmonero/commit/a90e9bf4cfed3e126751e0c6ec65deacda065d41 should fix it. Won't get built for a while, two VMs building atm. 20:57:22 That's a quick turnaround 0.0 20:57:36 Nice work, I'll rebuild with that later tonight 20:58:12 Again, it's not even built yet.