05:09:43 The view wallet has only a privateViewKey and is able to recognize transactions sent to subaddresses of the wallet. When I query the view wallet rpc:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/635f905f993017bee40fb358b32844f6504e61e1) 05:11:07 * The view wallet has only a privateViewKey and is able to recognize transactions sent to subaddresses of the wallet. When I query the view wallet rpc:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/f809a1ad03c19c61a3018e7f2d1de87e90a3e3d1) 12:32:40 I am not a c++ developer. I can barely read it. Can somebody point out, where in the monero repo is the code with which the view wallet parses the mumble jumble transaction data into readable data like this?... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/5edc90c988eb98e05a3dccc98c13207a30171dac) 13:11:37 https://github.com/monero-project/monero/blob/master/src/cryptonote_basic/cryptonote_format_utils.cpp#L869 13:12:03 is where it does the check that an output goes to an account 13:12:20 it uses the secret view key there 13:12:33 and it's called from wallet2.cpp 13:17:52 but you're probably asking about https://www.getmonero.org/resources/developer-guides/wallet-rpc.html 17:26:34 Could someone leave an approval to this: https://github.com/monero-project/monero-site/pull/1448 ? We reallyneed to merge it 17:35:55 I *think* next_seed_hash is set something like 64 blocks in advance, not just for the next block. sech1 might know for sure. 17:45:19 seed_hash is used for calculating PoW 17:45:42 next_seed_hash is what will be used starting from the next RandomX epoch (block N*2048+65) 17:45:52 and this is the hash of block N*2048 17:46:38 it was supposed to be used by miners to precalculate the next dataset, but de facto all miners just use seed_hash and update the dataset when it changes 17:50:29 done 19:21:16 yeah I can't see how pre-calculating the dataset is an advantage, it will eat RAM bandwidth while mining threads are still working 19:21:40 which is prob why no one has bothered to implement the precalc in production mining code.\ 19:21:51 we can probably delete that from a future rpc version 19:32:52 next seed hash can be obtained from get_block_header_by_height RPC call anyway 19:33:28 precalculating dataset might be useful when it's required to calculate PoW hashes quickly all the time (not normal mining, but checking PoW for example) 19:33:40 yes, if they know the epoh calculation 19:34:09 the advantage of putting it in the rpc is that miner doesn't need to know what chain or algo variant it's talking to 19:35:16 miner needs to know algo variant though 19:35:44 yeah, true 19:37:24 but anyway, you can either take the delay all at once, by halting hashing to calculate a new dataset, or you can spread it out by precalcing a new dataset while still hashing on current one 19:37:41 it will actually be more efficient to just halt hashing and calculate dataset when needed 20:15:53 Does anyone know how is the status of the rpc-pay functionality? Are people using it? I believe that the savings in the maintenance of nodules is crucial for the health of the Monero network. 20:15:53 If not here, where is the best place to discuss the economic aspects of the network? 20:17:51 try #monero 20:18:41 Ok I will do same question there. 20:30:23 You likely did not, you might have asked in matrix's copy. 20:32:04 he did 20:32:18 ask in the matrix room 20:32:34 I think the IRC bridge for that room hasn't been working for a minute 20:34:10 Well, the big thing I did not really appreciate at the time is that spaying assholes will be there to supply nodes that do not charge, and so people who do not know better will use them because they'll see "free", same as people use google now because free and their whole digital life gets corporate recorded. 20:35:28 A similar argument applies to PoW FWIW. Prurient govts who want to fuck with us could just mine a lot to 51% us, because they don't care about the mining cost, they can just increase taxes so it's us who pay for it. 20:36:26 That's the utter injustice of it all. The more we spend effort to protect ourselves, the more we'll pay to fuck ourselves by way of taxes to pay to circumvent our efforts. 20:36:31 Fuck this fucking world. 20:39:48 I guess it's kind of chicken and egg. we could train users to some extent to avoid free rpc nodes but I personally haven't set it up precisely because it's not used. maybe if it were a default, idk 20:47:43 UkoeHB: what do you think is a realistic timeframe until multisig changes are reviewed/merged? 20:48:10 thinking about doing a GUI point release, not sure if I should wait or not 20:48:36 I think vtnerd can answer that better. My todo list is empty on that front. 20:48:44 ok 20:49:28 my guess is a couple weeks but we will see... 20:51:00 welp ok I will do a GUI point release 21:45:28 selsta: we have more translations I'd like to push 21:45:36 Squashed this time :) 21:45:49 netrik182: ok PR them soon please 21:45:57 Are you planning for this year yet? 21:46:07 OK, will do 21:46:52 Tomorrow morning if that's ok 22:31:26 I am young, and learning to code. I will be pursuing a bachelors in Computer Science. To be honest, trying to understand some of the Monero code seems way over my head but nevertheless I'm here. Can't say I'll add anything to the conversation or be of any help; but hopefully in the far future I will be able to contribute. For now, I just wanted to introduce myself and make sure that it was okay if I asked any questions here in 22:31:26 regards to the code... if not can someone direct me to another channel? Thanks. 22:38:41 cypherhunk[m]: hi, yes this is the dev channel so it's appropriate to ask code questions here. 22:49:31 "I am young, and learning to code..." <- Welcome! 22:49:31 FYI, in addition to the work on Monero (and yes you can discuss code here), there's stuff going on on Haveno, which is a Monero-based Dex- their Matrix room is [Haveno](https://app.element.io/#/room/#haveno:haveno.network) and [Haveno Development](https://app.element.io/#/room/#haveno-dev:haveno.network) and there's an XMR<->ETH atomic swap project going on at: (https://github.com/noot/atomic-swap) 22:49:31 For good intro-to-monero guides, check out Zero-To-Monero v2 (https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf) and Mastering Monero (https://masteringmonero.com/ <-free download on that page). 22:49:31 There are also a bunch of Monero Bounties with varying amounts of funding waiting for a dev to build them here: bounties.monero.social/ 23:12:34 > <@crypto_grampy:monero.social> Welcome!... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/36790605e90e5381ae7aca3b1125fa7be4ba7bed)