-
maxwellsdemon[m]
hey i just joined
-
maxwellsdemon[m]
i was asked to come here for an idea i have to improve the mining algorithm
-
maxwellsdemon[m]
i want to run it by a more focused audiance before i submit any proposals
-
maxwellsdemon[m]
who should I speak with? this is all new to me
-
chad[m]1
maxwellsdemon[m]: Sounds like a research topic? Maybe ask in the Monero Research Lab and see what feedback you get:
-
chad[m]1
-
nioc
#monero-pow is for pow mining algo
-
nioc
That is irc but you can join via matrix
-
maxwellsdemon[m]
it is a research topic, its an adaptive mining algorithm that regulates thread usage based on measured CPU or power supply temps
-
maxwellsdemon[m]
my background is in control theory
-
maxwellsdemon[m]
and applied math
-
maxwellsdemon[m]
thanks
-
sech1
Is the v0.17.3.0 release delayed?
-
selsta
sech1: the release is ready, depends on when bF has time to update the website
-
sech1
I thought the multisig bug delayed it?
-
selsta
no
-
selsta
at least I don't know about this
-
LyzaL
what's up with the GUI release?
-
selsta
?
-
LyzaL
GUI 0.17.3.0 hasn't been tagged yet I think
-
selsta
it has
-
LyzaL
oop my bad
-
LyzaL
time to build
-
selsta
v0.17.3.0 has been tagged already so we can't include any multisig fixes in it, not sure who claimed that
-
LyzaL
is there anywhere to upload GUI hashes or nah
-
selsta
not yet
-
selsta
doesn't really make sense as long as macOS isn't reproducible
-
LyzaL
gotcha
-
vtnerd
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
-
vtnerd
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)
-
vtnerd
its not pimpl method, its kind of cruft at this point (imo)
-
vtnerd
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
-
UkoeHB
Multisig requires interactions between participants, so it must be part of a user-facing interface (e.g. wallet).
-
Guest393
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
-
moneromooo
"monero-integrations" has a number of similar things you could take inspiration from.
-
Guest393
is that an IRC?
-
moneromooo
This is IRC. You're in #monero-dev, one of the monero channels on Freenode.
-
moneromooo
Wait. Not on freenode. lol.
-
moneromooo
Force of habit.
-
moneromooo
There are transparent gateways to several other chat systems.
-
Guest393
Alright thanks for the tip
-
merope
-
Guest393
Ah awesome, thank you
-
jetsteel[m]
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?
-
gingeropolous
jetsteel[m], thats sorta the viewtag thing perhaps
-
jetsteel[m]
s/garaunteed/guaranteed/
-
gingeropolous
-
jetsteel[m]
gingeropolous: Thanks. I'll read up on that.
-
tevador
-
jetsteel[m]
tevador: Thanks. Reading now.