-
jtgrassie
xmrpow: yes
-
rbrunner
I think I remember from the dev meeting that an issue about naming the new release should go up. Will this be here?
github.com/monero-project/meta/issues
-
selsta
Nitrogen... ?
-
moneromooo
Nitwit
-
hyc
nitrogen nebula?
-
rbrunner
Nitrogen Nemesis, after the asteroid:
en.wikipedia.org/wiki/128_Nemesis We will revenge any attempt to deanonymize :)
-
selsta
Will make a meta issue later
-
rbrunner
Alright :)
-
binaryFate
when opening a wallet and entering wrong password, wasn't it before saying "wrong password"? Maybe I misremember
-
binaryFate
now it's "Error: failed to load wallet: std::exception"
-
selsta
binaryFate: fixed in latest master
-
binaryFate
coolio :)
-
azy
With a viewkey can I prove a integrated address/subaddr belongs to the associated public address? Preferably via an explorer or such a website
-
rbrunner
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
-
selsta
azy: integrated address can always be converted to normal address.
-
selsta
without any view key
-
azy
How so?
-
selsta
type `integrated_address address` into CLI
-
azy
Ty both
-
dEBRUYNE
moneromooo: You mentioned testing dandelion++, how does one verify whether it is actually working properly?
-
moneromooo
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.
-
moneromooo
Send a tx, check it's received on another node not connected to the first one.
-
moneromooo
vtnerd might have better ways.
-
moneromooo
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.
-
moneromooo
Would be interesting also to modify a node to drop all dandelion txes, to check the first node hits the timeout and fluffs it.
-
dEBRUYNE
Thanks
-
sarang
moneromooo: the black hole attack?
-
sarang
it would
-
moneromooo
Context ?
-
sarang
You mean simulating a malicious node that tries to block propagation by ignoring stems
-
sarang
and ensuring that the transaction eventually gets fluffed despite this "black-hole" node
-
sarang
(the paper calls this a black hole attack)
-
moneromooo
Yes.
-
sarang
roger
-
sarang
Yes, that's an important test, since D++ is supposed to fall back to fluffing in the worst-case scenario
-
fluffypony
fluffing ;)
-
netrik182[m]
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
-
rehrar
netrik182[m]: I left you a comment on your proposal.
-
rehrar
Can you please remake your proposal. Something funky happened and it didn't work.
-
rehrar
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).
-
rehrar
@rehrar:matrix.org
-
netrik182[m]
Doing it right nowrehrar:
-
rehrar
Epic. Thanks.
-
fort3hlulz
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"
-
fort3hlulz
I'm not specifying a payment ID, isn't that just the one that's added to all Tx now?
-
moneromooo
That ought to have been fixed. Can you detail what you're doing exactly ?
-
fort3hlulz
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
-
fort3hlulz
Let me grab exact command
-
fort3hlulz
oops wallet autolocked, thats quick 0.0
-
fort3hlulz
Lost the command history
-
fort3hlulz
I'll retry what I think caused it before
-
fort3hlulz
The message is displayed when the output I send from "sweep_all <default wallet address" is received by the wallet with the next block
-
fort3hlulz
well, didn't happen this time
-
fort3hlulz
Maybe I just had an input in the first sweep it didn't like?
-
fort3hlulz
I'll keep trying to reproduce.
-
fort3hlulz
moneromooo reproduced it.
-
fort3hlulz
Sending using "donate 0.1" gives this output once the Tx confirms:
-
fort3hlulz
NOTE: this transaction uses an encrypted payment ID: consider using subaddresses instead
-
fort3hlulz
But it doesn't appear that the "donate" command actually specifies a payment ID (idk why it would)
-
moneromooo
OK, I'll try to see/fix.
-
fort3hlulz
Want me to open an issue for it?
-
moneromooo
Might as well.
-
fort3hlulz
Ok!
-
moneromooo
Ah, it triggers on change.
-
fort3hlulz
-
fort3hlulz
Verified sending to another 4-addr with the same issue
-
moneromooo
moneromooo-monero/bitmonero a90e9bf should fix it. Won't get built for a while, two VMs building atm.
-
fort3hlulz
That's a quick turnaround 0.0
-
fort3hlulz
Nice work, I'll rebuild with that later tonight
-
moneromooo
Again, it's not even built yet.