-
selsta
.merge+ 8016
-
xmr-pr
Added
-
selsta
rbrunner: I'll try to bisect the issue
-
selsta
rbrunner: I went back until March and still get the `Invalid hashing blob` error. Are you sure it wasn't included in your 6 week old branch?
-
atomfried[m]
selsta: is it ok that i removed the unrelated indentation in a new commit? i guess the commits of the PR are getting squashed before the merge
-
selsta
you have to squash it before we can merge it
-
atomfried[m]
ok i will do so once everything is ok
-
mj-xmr[m]
selsta: the RPi4 test on master is still ongoing.
-
rbrunner
selsta: I will check tonight (in about 8 hours) when exactly I branched and whether I really don't have the error in my branch.
-
endogenic
-
sech1
oh that's so evil. Has anyone scanned Monero codebase for Unicode characters?
-
monerobull[m]
ɱ
-
mj-xmr[m]
selsta: the RPi4 test on master failed almost the same way. Logs in 8031. I'm afraid, that it requires some deeper investigation.
-
mj-xmr[m]
luigi1111: Re ^, got time for some ... mergy-mergy?
-
mj-xmr[m]
-
Guest68
Hi all
-
Guest499
I have this error while I try to compile monero on ubuntu 18
-
Guest499
-- Found GTest: /usr/local/lib/libgtest.a
-
Guest499
Traceback (most recent call last):
-
Guest499
File "<string>", line 1, in <module>
-
Guest499
ModuleNotFoundError: No module named 'psutil'
-
Guest499
CMake Warning at tests/functional_tests/CMakeLists.txt:79 (message):
-
Guest499
functional_tests_rpc and check_missing_rpc_methods skipped, needs the
-
Guest499
'requests', 'psutil' and 'monotonic' python modules
-
Guest499
Wallet crypto bench is using cn;amd64-64-24k;amd64-51-30k
-
Guest499
-- Not building debug utilities
-
Guest499
Doxygen: graphviz not found - graphs disabled
-
Guest499
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot
-
Guest499
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
-
Guest499
Please set them or make sure they are set and tested correctly in the CMake files:
-
Guest499
SODIUM_LIBRARY
-
Guest499
linked by target "cncrypto" in directory /home/x/Documents/tmp/monero/src/crypto
-
Guest499
linked by target "device_trezor" in directory /home/x/Documents/tmp/monero/src/device_trezor
-
Guest499
-- Configuring incomplete, errors occurred!
-
Guest499
See also "/home/x/Documents/tmp/monero/build/Linux/master/release/CMakeFiles/CMakeOutput.log".
-
UkoeHB
missing dependencies?
-
luigi1112
mj-xmr[m] soon
-
Guest499
I'm checking dependencies now
-
RustyLumberjack[
Hello all, dumb question I know but is there a maximum amount of addresses you can generate with one single wallet?
-
rbrunner
Don't think so. I would guess the only question is with how many addresses everything gets so slow (or needs so much memory) as to become unusable
-
RustyLumberjack[
I did find a stackoverflow answer where someone was doing it with the btc network, and was able to get up to 1.3mil with no problems (more than I would need for my application)
-
-
RustyLumberjack[
but does anyone is this is the same for the monero network?
-
RustyLumberjack[
* does anyone know is this
-
rbrunner
In principle, yes. But I would guess that Monero addresses as managed in a Monero wallet are much "heavier" than Bitcoin addresses, and thus things will turn ugly performence-wise and memory-wise earlier
-
rbrunner
Should be quite easy to actually test out using `monero-wallet-rpc` and a suitable Python script
-
RustyLumberjack[
rbrunner: thankyou for the response, so it is probably wiser performance-wise to use a maintain a set amount of addresses than to keep generating new ones
-
RustyLumberjack[
s/a/and/
-
Rucknium[m]
RustyLumberjack: What is your use-case you have in mind? Generating new addresses can be important for privacy.
-
RustyLumberjack[
Yeah i thought about just testing it real quick but figured i'd ask here, instead of putting unnecessary stress on monero network (i try to be conservative) :)
-
RustyLumberjack[
Rucknium[m]: I am looking to manage individual wallets/balances for each user that signs up for my application
-
Rucknium[m]
RustyLumberjack: Generating addresses locally on your computer doesn't affect the network.
-
RustyLumberjack[
oh really? i did not know that. for some reason I thought every new address was "registered" or something with the network
-
atomfried[m]
RustyLumberjack[: by just generating address you are not stressing the monero network, but your local node
-
rbrunner
... or even only the wallet you are working with right then
-
yggrasilnet[m]
RustyLumberjack: no need, Collisions of addresses is 'impossible'
-
RustyLumberjack[
okay thankyou all so much for the responses.. since this only affects my local node i will run a few tests to see how performance is
-
RustyLumberjack[
best case i can just generate a new address for each user, we will see 🙏
-
atomfried[m]
my guess is that this should be possible ...
-
atomfried[m]
good luck :D
-
Rucknium[m]
RustyLumberjack[: At a minimum, you should do this. You could even generate a new address each time a user deposits.
-
RustyLumberjack[
Rucknium[m]: this is what I am hoping to do, and then I guess all the stale/idle addresses will just sit there?
-
yggrasilnet[m]
RustyLumberjack: yes, addresses remain valid even if unused
-
yggrasilnet[m]
RustyLumberjack: although I believe the default cli wallet only scans the first 200 addresses generated if you restore from seed or keys. You can tell it to do otherwise if wanted.
-
rbrunner
Just checked: 50 accounts and 200 addresses.
-
rbrunner
But that does not mean it stops after 200 addresses. I think it only stops after it found no new address in such a 200-address range.
-
rbrunner
Means, it goes forward in blocks of 200 addresses until it only draws empty
-
yggrasilnet[m]
rbrunner: is that 200 addresses per account btw? (Just making sure)
-
rbrunner
I think so, yes.
-
luigi1112
.merges
-
xmr-pr
8013 8014 8016 8017 8020 8029 8030
-
hatter[m]
Hey Everyone, I'm new here, joined with the help of someone over Reddit. Nice to meet you!
-
hatter[m]
s/new/a/, s/here/full stack software engineer/
-
Rucknium[m]
Hi! Welcome!
-
rbrunner
selsta: I checked. Couldn't even reproduce, but I am quite sure now it has to with my mishap of knocking out syncing in the wallet
-
rbrunner
Thus I would guess it occurs if the wallet is not synced plus some other, as far unknown circumstance.
-
selsta
I mean I can reproduce the error message
-
rbrunner
I think we can put that away.
-
selsta
but I can't find a commit without it
-
rbrunner
You can?
-
rbrunner
Surprising.
-
selsta
You need to open a synchronized wallet
-
selsta
otherwise it doesn't show
-
rbrunner
You mean close and reopen during the same block?
-
Rucknium[m]
hatter: Could you give more information about your skillset so devs can help brainstorm about how you could help Monero?
-
selsta
rbrunner: just wait until the wallet is refreshed then close, delete log file and reopen.
-
rbrunner
Ok, tried that already with testnet. Maybe not enough happening there, somehow, did not trigger. Will try with mainnet.
-
rbrunner
I am somehow glad the problem is real and I did not just carelessly waste your time ...
-
rbrunner
selsta: Got it. Have it know in a master branch from end of July :) So whatever it is, it's probably with us for a long time already
-
rbrunner
*now
-
rbrunner
Alright, it's also in v0.17.1.8-release. Speaks for some over-eager error message IMHO, age unknown, overlooked because only going into wallet logs.
-
selsta
luigi1112: please allow CI on this PR
monero-project/monero #8033/commits
-
luigi1112
done
-
selsta
vtnerd: you started a review of
monero-project/monero #7170, is it ready to merge in your eyes or are you still reviewing it?
-
hatter[m]
<Rucknium[m]> "hatter: Could you give more..." <- Sure, I have experience using the following:
-
hatter[m]
React, Redux, Flask, Django, REST, GraphQL, HTML, CSS, Javascript, Java, C++, JSON, MongoDB, DynamoDB, S3, PostgreSQL, jUnit, Mockito, Bootstrap.
-
Rucknium[m]
hatter: Wow that's great :D . I would suggest also posting the same message in #haveno-dev:haveno.network since they are looking for developers.
-
hatter[m]
Thanks, I’ll check it out.
-
guzzi
Those devs that work on Monero how do you find the time?
-
Rucknium[m]
hatter: And join #monero-recruitment:monero.social and #monero-bounties:monero.social as well :)