00:08:30 .merge+ 8016 00:08:31 Added 00:09:55 rbrunner: I'll try to bisect the issue 00:37:38 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? 01:23:52 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 01:24:32 you have to squash it before we can merge it 03:45:57 ok i will do so once everything is ok 08:07:24 selsta: the RPi4 test on master is still ongoing. 11:01:14 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. 11:21:22 https://krebsonsecurity.com/2021/11/trojan-source-bug-threatens-the-security-of-all-code/ 11:29:23 oh that's so evil. Has anyone scanned Monero codebase for Unicode characters? 12:54:47 ɱ 14:05:16 selsta: the RPi4 test on master failed almost the same way. Logs in 8031. I'm afraid, that it requires some deeper investigation. 14:05:29 luigi1111: Re ^, got time for some ... mergy-mergy? 14:05:32 https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/266#note_11755 15:48:08 Hi all 15:49:55 I have this error while I try to compile monero on ubuntu 18 15:49:58 -- Found GTest: /usr/local/lib/libgtest.a 15:49:58 Traceback (most recent call last): 15:49:59 File "", line 1, in 15:49:59 ModuleNotFoundError: No module named 'psutil' 15:50:00 CMake Warning at tests/functional_tests/CMakeLists.txt:79 (message): 15:50:00 functional_tests_rpc and check_missing_rpc_methods skipped, needs the 15:50:01 'requests', 'psutil' and 'monotonic' python modules 15:50:01 Wallet crypto bench is using cn;amd64-64-24k;amd64-51-30k 15:50:02 -- Not building debug utilities 15:50:02 Doxygen: graphviz not found - graphs disabled 15:50:03 -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot 15:50:03 CMake Error: The following variables are used in this project, but they are set to NOTFOUND. 15:50:04 Please set them or make sure they are set and tested correctly in the CMake files: 15:50:04 SODIUM_LIBRARY 15:50:05 linked by target "cncrypto" in directory /home/x/Documents/tmp/monero/src/crypto 15:50:05 linked by target "device_trezor" in directory /home/x/Documents/tmp/monero/src/device_trezor 15:50:06 -- Configuring incomplete, errors occurred! 15:50:06 See also "/home/x/Documents/tmp/monero/build/Linux/master/release/CMakeFiles/CMakeOutput.log". 15:54:29 missing dependencies? 15:54:30 mj-xmr[m] soon 15:58:17 I'm checking dependencies now 16:27:20 Hello all, dumb question I know but is there a maximum amount of addresses you can generate with one single wallet? 16:28:32 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 16:37:53 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) 16:37:55 * RustyLumberjack[ uploaded an image: (40KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/PeGoyXGywWRIJqbTKEArJapT/image.png > 16:38:12 but does anyone is this is the same for the monero network? 16:38:22 * does anyone know is this 16:47:23 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 16:48:31 Should be quite easy to actually test out using `monero-wallet-rpc` and a suitable Python script 16:50:24 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 16:51:07 s/a/and/ 16:51:43 RustyLumberjack: What is your use-case you have in mind? Generating new addresses can be important for privacy. 16:52:02 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) :) 16:52:27 Rucknium[m]: I am looking to manage individual wallets/balances for each user that signs up for my application 16:53:06 RustyLumberjack: Generating addresses locally on your computer doesn't affect the network. 16:54:25 oh really? i did not know that. for some reason I thought every new address was "registered" or something with the network 16:54:55 RustyLumberjack[: by just generating address you are not stressing the monero network, but your local node 16:55:41 ... or even only the wallet you are working with right then 16:57:16 RustyLumberjack: no need, Collisions of addresses is 'impossible' 16:58:27 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 16:59:06 best case i can just generate a new address for each user, we will see 🙏 16:59:33 my guess is that this should be possible ... 16:59:54 good luck :D 17:00:27 RustyLumberjack[: At a minimum, you should do this. You could even generate a new address each time a user deposits. 17:03:12 Rucknium[m]: this is what I am hoping to do, and then I guess all the stale/idle addresses will just sit there? 17:03:51 RustyLumberjack: yes, addresses remain valid even if unused 17:05:04 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. 17:10:15 Just checked: 50 accounts and 200 addresses. 17:10:39 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. 17:11:00 Means, it goes forward in blocks of 200 addresses until it only draws empty 17:11:46 rbrunner: is that 200 addresses per account btw? (Just making sure) 17:12:50 I think so, yes. 17:23:33 .merges 17:23:33 -xmr-pr- 8013 8014 8016 8017 8020 8029 8030 17:27:36 Hey Everyone, I'm new here, joined with the help of someone over Reddit. Nice to meet you! 17:29:07 s/new/a/, s/here/full stack software engineer/ 17:31:03 Hi! Welcome! 18:19:08 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 18:19:32 Thus I would guess it occurs if the wallet is not synced plus some other, as far unknown circumstance. 18:19:40 I mean I can reproduce the error message 18:19:40 I think we can put that away. 18:19:50 but I can't find a commit without it 18:19:54 You can? 18:20:17 Surprising. 18:20:43 You need to open a synchronized wallet 18:20:49 otherwise it doesn't show 18:21:12 You mean close and reopen during the same block? 18:21:43 hatter: Could you give more information about your skillset so devs can help brainstorm about how you could help Monero? 18:26:27 rbrunner: just wait until the wallet is refreshed then close, delete log file and reopen. 18:29:28 Ok, tried that already with testnet. Maybe not enough happening there, somehow, did not trigger. Will try with mainnet. 18:30:40 I am somehow glad the problem is real and I did not just carelessly waste your time ... 19:04:52 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 19:05:55 *now 19:16:20 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. 19:17:36 luigi1112: please allow CI on this PR https://github.com/monero-project/monero/pull/8033/commits 19:28:13 done 20:39:40 vtnerd: you started a review of https://github.com/monero-project/monero/pull/7170, is it ready to merge in your eyes or are you still reviewing it? 21:56:07 "hatter: Could you give more..." <- Sure, I have experience using the following: 21:56:07 React, Redux, Flask, Django, REST, GraphQL, HTML, CSS, Javascript, Java, C++, JSON, MongoDB, DynamoDB, S3, PostgreSQL, jUnit, Mockito, Bootstrap. 21:57:52 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. 22:00:04 Thanks, I’ll check it out. 22:00:45 Those devs that work on Monero how do you find the time? 22:01:28 hatter: And join #monero-recruitment:monero.social and #monero-bounties:monero.social as well :)