04:49:53 are there regular dev meetings 05:12:32 There's meetings every Monday to discuss Seraphis development in #no-wallet-left-behind, and meetings every Wednesday in #monero-research-lab 05:29:06 sweet 10:40:50 hello 14:26:19 "...we need to interoperability of wallet2 API. There have been suggestions like rewriting it from scratch or exposing C-style API from wallet2 C++ code." 14:27:12 we've got a wrapper around wallet2_api.h that can be called using C api in the works 14:31:42 Any chance this can be a wrapper around wallet2.h instead ? wallet2_api is a pointless wrapper (and one that has a different API even) really. 14:33:42 i can check, we are using it to base the new version of our wallet on 16:22:03 selsta, is there any command to run benchmark ? or i need to sync twice and then compare sync time? 16:22:48 comparing sync time would be best 16:23:04 jeffro256: or did you do a specific benchmark? 16:41:31 My test was pretty rudimentary. I stopped my node with about 1500 blocks left to go, then copied the entire LMDB to a backup folder. Then restarted the node with the master branch, timed the sync, stopped the node, deleted LMDB, recopied from the backup, restarted with the PR branch, then timed again 16:42:10 without pop_blocks command? 16:42:14 It doesn't have to be 1500 blocks, but that let me sync the node for about 7 minutes 16:42:45 how about this, doing pop_blocks 5000 from a fully synced node 16:43:08 That honestly might've been way better. I need to check if that erases the popped txs or puts them into the mempool 16:43:52 Because normally popping blocks puts the txs into the mempool, which would maybe give an unfair advantage to the second sync 16:48:06 with default settings monerod syncs most of the way without doing tx verification so the performance difference doing a whole sync could be a lot bigger than just checking the top blocks. 16:55:51 That's true: when downloading checkpointed txs, there's really no computation done except calculating the tx hash. Writing that tx, then reading it, then writing again might take the vast majority of the time to perform compared to non-checkpointed txs 16:57:45 xfedex: But yeah if you want to check sync for the last N blocks, you can do `pop_blocks ` and then make sure to follow up with `flush_txpool`, and then you're ready to test! 21:32:25 Hello everyone. Please tell me is it true that Monero is anonymous and the police cannot track it? 21:32:25 How anonymous do you think Monero is? 21:33:11 As anonymous as your technical competence allows it to be. 21:33:56 Learn, learn and learn. So that you don't commit noob's mistakes, 21:34:23 but this is not the channel for it 21:34:43 better take a look at #monero:monero.social 22:18:17 Hi 22:18:17 On the GUI Wallet in simple mode (bootstrap), the filling of my SSD disk was becoming too important, I stopped. I tried to find where the blockchain files that had been downloaded were stored to delete them and free up space on my SSD. I didn't find them in User/Documents/Monero or User/AppData/Roaming/Monero-wallet-gui. I even uninstalled GUI in the hope that it would free up spa 22:18:17 ce, but to no avail! 22:18:18 So where is the blockchain download hidden? 22:18:18 thank you in advance for your help 22:21:37 Try C:\ProgramData\monero\lmdb 22:23:42 I don't have a Monero folder in Program data 22:31:05 When you run monerod, it tells you where the db is in the first few lines. 22:31:59 If it is run by monero-wallet-gui automatically, you might be able to see its output somewhere in the settings screen. 22:32:09 Though that would need reinstalling it first. 22:32:32 Or the equivalent of find / -name data.mdb on windows. 22:40:00 by searching for lmdb in ProgramaData, I was able to find: it is bitmonero. On the other hand, it's a shame this folder is not present in the information on the settings screen; Thank you anyway for your help 22:42:10 I have a second question if you would like. Since reinstalling Gui Wallet I have gone to Simple mode. My restore height is block 2004000. This time the SSD is not overly stressed, but it's been going on for a while and it's not ready to be finished. I thought in this simple mode things were much faster. I am wrong? 22:42:51 Ask in #monero-gui, I am not familiar with what the GUI does and this is the dev channel. 22:45:17 +1 22:46:32 Or #monero-support 22:47:13 ok thanks