03:52:52 hey i just joined 03:53:41 i was asked to come here for an idea i have to improve the mining algorithm 03:54:13 i want to run it by a more focused audiance before i submit any proposals 03:56:03 who should I speak with? this is all new to me 03:58:10 maxwellsdemon[m]: Sounds like a research topic? Maybe ask in the Monero Research Lab and see what feedback you get: 03:58:10 https://matrix.to/#/!toFcRZtpaiwiyapgVO:matrix.org?via=monero.social&via=libera.chat&via=matrix.org 03:58:48 #monero-pow is for pow mining algo 03:59:20 That is irc but you can join via matrix 03:59:55 it is a research topic, its an adaptive mining algorithm that regulates thread usage based on measured CPU or power supply temps 04:00:13 my background is in control theory 04:00:19 and applied math 04:03:19 thanks 16:06:27 Is the v0.17.3.0 release delayed? 16:14:06 sech1: the release is ready, depends on when bF has time to update the website 16:14:46 I thought the multisig bug delayed it? 16:14:53 no 16:15:13 at least I don't know about this 16:15:56 what's up with the GUI release? 16:16:05 ? 16:16:23 GUI 0.17.3.0 hasn't been tagged yet I think 16:16:37 it has 16:16:54 oop my bad 16:17:15 time to build 16:17:41 v0.17.3.0 has been tagged already so we can't include any multisig fixes in it, not sure who claimed that 16:20:15 is there anywhere to upload GUI hashes or nah 16:20:28 not yet 16:20:49 doesn't really make sense as long as macOS isn't reproducible 16:50:58 gotcha 17:18:06 UkoeHB: I assume you mean multsig api similar to src/wallet/api. Possibly - but ideally the API wouldn't be wrapper around yet-another internal API 17:18:38 currently we have src/wallet/wallet.h which is an API used by src/wallet/api which is a wrapper around the first API (basically) 17:19:05 its not pimpl method, its kind of cruft at this point (imo) 17:20:13 the primary difficulty is the amount of dependencies - if it were possible to do musig with just the crypto libs or something that would be best (because musig wouldn't require wallet2 usage), but Im not sure that is possible 17:52:46 Multisig requires interactions between participants, so it must be part of a user-facing interface (e.g. wallet). 18:34:38 Hi everyone. I would like to incorporate a monero payment into a Django server backend. Are there any good guides on this? I have read through the monero-python documentation but I was wondering if there was some kind of ready-made example/boilerplate which I could look at. If anyone has incorporated this, I would be interested to have a chat 18:35:19 "monero-integrations" has a number of similar things you could take inspiration from. 18:37:29 is that an IRC? 18:38:10 This is IRC. You're in #monero-dev, one of the monero channels on Freenode. 18:38:17 Wait. Not on freenode. lol. 18:38:22 Force of habit. 18:38:55 There are transparent gateways to several other chat systems. 18:39:25 Alright thanks for the tip 18:41:50 Guest393: he's talking about https://github.com/monero-integrations 18:43:19 Ah awesome, thank you 22:06:42 So, I've been out for a while. Has anyone proposed any system for light clients that allows them to request a random subset of all transactions garaunteed to have theirs without revealing which is which? 22:10:06 jetsteel[m], thats sorta the viewtag thing perhaps 22:10:28 s/garaunteed/guaranteed/ 22:11:36 https://github.com/monero-project/research-lab/issues/73 22:12:31 gingeropolous: Thanks. I'll read up on that. 22:13:48 relevant: https://github.com/monero-project/research-lab/issues/92#issuecomment-969085928 22:31:27 tevador: Thanks. Reading now.