-
selsta
.merges
-
xmr-pr
8041 8044 8101
-
selsta
.merge+ 8131 8130 8135 8126 8123 8117 8116 8112
-
xmr-pr
Added
-
selsta
vtnerd: do you plan to do more multisig reviews or should we merge it now? I think the majority of your comments have been addresses on both #7877 and #8149
-
selsta
I think both PRs are in a good place now
-
rbrunner
jberman[m]: Thanks for the info, got it. I make an attempt today to achieve that. Had already partial success yesterday, but no breakthrough yet. As you found out already, it's tricky :)
-
jberman[m]
would be sweet if you find a nice way to do it
-
jberman[m]
thanks for looking into it :)
-
rbrunner
Did you stumble over a concrete example of software that stumbles with that particular difference in the JSON structure and would definitely need adjusting after the hardfork?
-
rbrunner
I am not yet sure there is a nice way to do it, might be a little hacky, but not too complicated once sorted out - hopefully :)
-
jberman[m]
I don't think I did. I can't remember if the explorer needed finnagling because of it or not. I figure eventually it could cause needless problems/headaches, and because the view tag is just an optional thing there to make it faster to check if an output belongs to you, then it can in theory be ignored without breaking anything when reading a tx
-
rbrunner
I see
-
ypavtv97lx[m]
hey guys, just wanted to share my thought about the idea of banning pools by implementing mining key requirement like on Wownero fork: Low-spec machines will have no chance in solo-mining and ever increasing diff will kick out smaller miners, then medium miners, until there are only big farms left.
-
localmonero05
We are holding a dev meeting in a bit over a week. Feel free to add a comment suggesting the topic in the agenda if you want to.
-
localmonero05
Do note v15 network upgrade has a much higher relevance right now.
-
ypavtv97lx[m]
which would centralize the network hashrate in a more devastating way than what we have now with the pools,
-
localmonero05
-
ypavtv97lx[m]
kk
-
localmonero05
ypavtv97lx[m]: You may want to join #monero-pow as well. Lots of PoW algorithm discussions take place in there. :)
-
localmonero05
Matrix room should be #monero-pow:monero.social, or something similar.
-
sech1
is there any place where I can download signed hashes.txt for older Monero releases?
-
localmonero05
sech1: Doesn't the list of all releases on here have each their signed hashes.txt below?
github.com/monero-project/monero/releases
-
sech1
it has sha256 hashes in the text, but not the signed ones
-
sech1
they all link to
getmonero.org/downloads/hashes.txt which changes with every new release
-
localmonero05
Let's ping binaryFate on this then. Hopefully he can chime in w/ better insight than myself.
-
dEBRUYNE
sech1: Github history has it
-
sech1
-
sech1
that's reproducible builds from various people, not the actual hashes.txt from older releases
-
dEBRUYNE
It's on monero-site, one sec
-
dEBRUYNE
-
localmonero05
dEBRUYNE saving the day, once again. You are welcome. ;)
-
sech1
jackpot
-
sech1
thanks!
-
dEBRUYNE
np :)
-
ErCiccione
Now that spam on github seems to have quiet down, i would suggest to allow running workflows for all users except new github accounts. I see that in the GUI workflows are still locked for all new contributors, which could be quite annoying for both contributors and reviewers. See for example
monero-project/monero-gui #3829
-
binaryFate
thanks dEBRUYNE, that's the place :)
-
monerobull[m]1
im remaking the monero coingecko info text, can i throw out the bytecoin mention? i dont think a single person reading that cares about how monero was forked off a scummy dev a decade ago, out of anyone, you guys are probably the only people who even remotely care so i would like to hear your opinion
-
monerobull[m]1
obviously the text will still state monero is based on cryptonote
-
ErCiccione
monerobull: better ask in the general room. It's off topic here 🙂
-
selsta
ErCiccione: we have the default settings in regards to workflows, that person is a new contributor
-
ErCiccione
There are three settings, one of the three allows new contributors to run workflows. Right now the stricter one is set, which doesn't allow new contributors to run workflows at all. I was suggesting to switch to the setting that disallow only new github users from using the worklows.
-
ErCiccione
I think github set the stricter one as a default to save resources
-
ErCiccione
but it's actually the most unconvenient of the three for open development
-
-
ErCiccione
the monero repos are set to the second one
-
selsta
ok luigi1112 ^^ could you set this for monero and monero-gui?
-
tusko
Are boost errors common with monerod? Is there a way to build a version of boost for monero and just link that at build time?
-
selsta
what kind of boost errors?
-
tusko
let's see. I can get the stacktrace. seems to run fine (maybe a bit slow)
-
luigi1112
done
-
selsta
luigi1112: ty
-
tusko
-
tusko
bad_weak_ptr + some other runtime errors
-
tusko
But, I noticed in the issues that several people have similar issues.
-
tusko
monerod will run essentially ok, and in the logs they all had lengthy stacktraces. I can give some issue numbers to id what I mean
-
tusko
#6696 and #8132 especially
-
tusko
8132 seems most similar
-
moneromooo
The weak ptr one is common, can be ignored, it's a noisy error check.
-
moneromooo
randomx ones can also be ignored, there are fallbacks.
-
moneromooo
If there are others, might be interesting.
-
leonarth
.