-
hinto[m]
where does monero-wallet-cli source entropy for keys? in the context of linux
-
selsta
-
Guest27
I wrote a code in curiosity from ztm2 for point addition in python and at the end for point compression i just simply saw the x is even or odd and thought to change the highest bit according ztm2 but leave it i was here to ask that answer I am getting is in float how could I get in hexadecimal
-
Guest27
It would be greate help if you reply don't say it's not related to monero, it's the way i could understand it,i am by the way i am now part of this community.
-
Guest57
Hi! After hardfork can i generate transactions without view tags (this feature
monero-project/monero #8061) or is it required?
-
selsta
they are required
-
Guest57
Ty
-
Guest57
Can you point to changes in output scheme in PR? (I'm not familiar with C and monero repo) So i can add new field to transaction, when i send transaction via sendRawTransaction.
-
selsta
how do you create transactions currently?
-
sech1
he left
-
jberman[m]
-
jberman[m]
and a more pointed explanation on how to derive the view tag:
monero-project/monero #8406#issuecomment-1170110231
-
afungible[m]1
<UkoeHB> "afungible: I see, yes that would..." <- I updated my findings here:
monero-project/monero #8480
-
afungible[m]1
moneromooo so it indeed does look like a problem with the current wallet code.
-
moneromooo
I didn't expect that. Thanks for the detailed report.
-
moneromooo
Would you mind doing this with --log-level 2 in the wallet ? It logs a lot about what it's doing.
-
SanadaYukimura[m
Hi team, there was a paper that was published in 2020 to reduce proof size - ‘Omniring: Scaling Private Payments Without Trusted Setup’
-
SanadaYukimura[m
Was there any voting or feedback on this paper?
-
SanadaYukimura[m
-
SanadaYukimura[m
-
moneromooo
IIRC it was looked at by either sarang or surae, and it was determined that triptych was better overall.
-
sech1
Better ask it #monero-research-lab
-
moneromooo
Since then, seraphis was determied to be even better.
-
afungible[m]1
<moneromooo> "Would you mind doing this with -..." <- Sure, I just added the log as requested here (with --log-level 2):
-
afungible[m]1
-
moneromooo
Thanks. If I get you a patch with extra logs, can you try again with it ?
-
moneromooo
It's considering only two outputs, so I'll add logs to see why it's not considering the othe ones.
-
moneromooo
I posted the patch on the bug.
-
afungible[m]1
<moneromooo> "I posted the patch on the bug." <- Sure, saw it. Thanks. Let me add the patch, and get the detailed logs to you.
-
moneromooo
When spending from an account, and minors aren't specified, is monero supposed to spend for only one minor ?
-
moneromooo
I didn't think this was the case, but I see a "Spending from subaddress index X" when no minor is specified...
-
moneromooo
afungible[m]1: it considers all 12 outputs, but they're not in the same minor subaddress, so picks a random minor, and only spends that one.
-
moneromooo
I didn't think it was what it was meant to do, but I'm guessing it's for privacy.
-
moneromooo
It should send everything if you add this after sweep_all: index=0,1,2,3,4,5,6,7,8
-
moneromooo
I don't see a way to tell it "all". But assuming it's that way for privacy reasons, you mau not want to do that.
-
afungible[m]1
Let me try this.
-
moneromooo
Though the help says "indices" are chosen, not one index.
-
moneromooo
So, sorry, I don't know *why* it is done that way. Let's wait for someone who does.
-
afungible[m]1
Previously, I also tried what I did with GUI wallet providing (all) for amount. I reckon it uses sweep_all? I still had dust balance left. Let me try indices on console wallet & get back.
-
moneromooo
Spending from different addresses would probabilistically link them so it's a good reason not to, but for sweep_all, it seems counterintuituve.
-
moneromooo
I believe it does.
-
ofrnxmr[m]
moneromooo: sorry to change topics, but was wondering:
-
ofrnxmr[m]
Each time I open a wallet, It downloads 8.5mb from my node. While not "a lot", it does it everytime (even back to back).
-
ofrnxmr[m]
Is there a way to cache/reduce this data/usage? (As an efficiency improvement)
-
ofrnxmr[m]
Over lan, implies ~ 1 second to show "synched", but a 600kbps down (poor connection speeds or using an onion, etc) results in > 10 seconds to load a wallet. (Again, it downloads the days each time the wallet is opened)
-
ofrnxmr[m]
Tested using monerujo v18 and cake wallet v17 + my node v18
-
moneromooo
Yes, set FIRST_REFRESH_GRANULARITY to 1 in wallet2.cpp
-
moneromooo
Oh, or use --trusted-daemon.
-
Guest49
-
Guest49
If anyone sees it and replies about it it would be great thing for me.
-
UkoeHB
Convert to hex if you want to compare
-
ofrnxmr[m]
moneromooo: thanks a million
-
afungible[m]1
<moneromooo> "I don't see a way to tell it "..." <- Well 🙂
-
afungible[m]1
-
Guest38
UkobeHB: how could I? I tried to convert into hex in both py and c it's not happening. Do you have any method.
-
Guest38
I could do it for 8 bytes but not know how to do for 32 bytes
-
moneromooo
To convert N consecutive bytes from address A: epee::string_tools::buff_to_hex_nodelimer(std::string((const char*)A, N))
-
UkoeHB
I am not a python programmer
-
moneromooo
Or for (int i = 0; i < N; ++i) printf("%02x", A[i]); if non-epee code.
-
moneromooo
(if A points to bytes, cast if not)
-
sethforprivacy
binaryFate: Forgot to remind, please send monero-announce email ASAP!
-
sethforprivacy
sethforprivacy: (In reference to the v0.18.0.0 binary releases)
-
sech1
jberman[m]
github.com/Snipa22/node-cryptonote-util doesn't have viewtags support and many pools use it, it's kind of urgent
-
moneromooo
In a totally unrelated subject, I have found a good way to fight pools...
-
» netrik182 is curious
-
selsta
sethforprivacy: we did already send out a mail for v0.18.0.0
-
sethforprivacy
selsta: Hmm, must have missed it somehow then, sorry about that
-
selsta
can you check your email if you received it? I personally received it but not sure if everyone did
-
selsta
bF said the docker container crashed or so
-
sech1
I received the announce email on July 25th
-
sethforprivacy
I did not but looks like I might not be subscribed anymore with my current email addresses.
-
sethforprivacy
I'm sure it's just me 🙂
-
sethforprivacy
PEBCAK issue 😅
-
netrik182
I got the mail on 24th
-
sech1
It probably depends on your timezone
-
netrik182
Yes, it was 21:45 UTC
-
sech1
jberman[m] regarding node-cryptonote-util, I'm going to look into it tomorrow unless you start working on it first
-
jberman[m]
Will do it today
-
sech1
-
ragn4
hello anyone know why can't compile monero in aws vps? (ubuntu 2 cpu 4gb ram)
-
selsta
ragn4: what error do you get?
-
ragn4
after 18% the cpu load average become 500%
-
ragn4
and it crash, already tried on 3-4 different cpu type/config and same...
-
moneromooo
Are you using any kind of -j make flag ?
-
ragn4
yes
-
ragn4
make -j2
-
ragn4
ubuntu-jammy 22.04 x64
-
moneromooo
Then don't.
-
ragn4
ok i'll try without it
-
ragn4
yep working good without the -j2
-
hyc
4GB RAM isn't enough for parallel compile
-
hyc
it's about perfect for a serial compile tho. My laptop has 64GB RAM, make -j16 works fine here
-
hyc
(16 thread / 8 core Ryzen)
-
Epsilon
Powerful laptop.
-
hyc
life's too short to be waiting for compiles to finish
-
ofrnxmr[m]
17hr gitian build 🥲
-
hyc
core_rpc_server.cpp seems to be a long pole in the compile
-
hyc
but from a fresh "make clean" it takes 1m55s to build the tree, no tests
-
hyc
"time" claims max RSS was 2.5GB. so I guess make -j2 should work with at least 5GB of RAM
-
ragn4
yea but to pay vps the next size is 8gb and it's expensive :X
-
hyc
yeah, vps aren't really ideal for building
-
woodser[m]
I'm able to segfault monero-wallet-rpc and corrupt the wallet files by calling export_outputs then import_outputs with the result. the calls succeed, indicating 0 outputs were imported. but then these errors start appearing when the next transaction is sent. my tests send funds back to the original wallet so it might... (full message at
libera.ems.host/_matrix/media/r0/do…17827dbb6e76a1fde4194eb1612e03ad51c)
-
selsta
woodser[m]: can you revert
monero-project/monero #8179 and check if you are still able to reproduce the issue?