-
hyc
-
hyc
gingeropolous: this should be easy for you too
-
wfaressuissia
`... -v /var/run/docker.sock:/var/run/docker.sock ...` recursive docker for better security, right ?
-
hyc
you really believe there is a threat, from ubuntu repo?
-
hyc
this is for convenience, not security isolation
-
Rucknium[m]
I believe someone mentioned that there is at least one wallet implementation that does not suffer from the integer truncation bug on mixin selection. Does anyone know the name of the wallet? And any guesses on the share of txs on the blockchain generated by this wallet?
-
Rucknium[m]
But to be clear, other than that integer truncation inconsistency, there are no known wallets that use a different mixin selection algorithm, right?
-
selsta
vtnerd said his lws implementation does not have the bug
github.com/vtnerd/monero-lws
-
selsta
also possibly mymonero.com
-
Rucknium[m]
Thanks. Any idea what percentage of transactions on the blockchain these might produce? I mean, it could be estimated statistically using data from the blockchain, but that will be a lot of work. How important are the wallets to the Monero ecosystem?
-
Space[m]
hello. why monero-gui 0.17.2.3 has not monero submodule in tarboll?
-
jberman[m]
Confirming MyMonero does not have the integer truncation bug either, talked to them about it!
-
ErCiccione
I think would be good to have a place where important network improvement proposal are kept. Right now they are spread across the monero, MRL and meta repo. We should have a dedicated place so that people can browse and keep track of the proposals. Right now it's impossible unless you saved the links somewhere. Having them all in one place and maybe labelled would already be good
-
ErCiccione
In general, the monero repos will benefit from some more structure IMO. It's all very dispersive and unorganzied at the moment. Hard to track for people who don't constantly follow development (but pretty sure it's quite hard also for those who follow)
-
hyc
we have libeudev in gitian builds, why is it needed? The project is being abandoned (as of last week)
github.com/gentoo/eudev
-
mj-xmr[m]
My next area of focus is going to be the `functional_tests_rpc`, where the mining fails to stop. It happens too often lately.
-
moneromoooo
Might be a new thing. I have monero source from circa april, run functoinal tests a fair bit, and I don't have this happening.
-
mj-xmr[m]
I see it on GitHub Actions in ~ 10% of cases.
-
moneromoooo
I do remember seeing it long ago though. I think it was a randomx being stuck for a while with data set init...
-
moneromoooo
Running pstack on the daemon when the timeout occurs should help checking this.
-
mj-xmr[m]
Thanks for the tip.
-
selsta
Space[m]: github does not add submodules to the source archives, you have to wait for the release
-
wfaressuissia
-
dEBRUYNE
-
dEBRUYNE
cc luigi1111 binaryFate ArticMine pigeons
-
sech1
getmonero.org opens for me
-
selsta
that's the cdn cached version
-
selsta
web.getmonero.org is down
-
devbordecraft[m]
Yes down for me
-
vtnerd
moneromooo : at the time I felt that ZMQ/RPC should've been disabled by default too, but didn't want to muck with existing behavior
-
vtnerd
zmq/pub has some small performance hit even when no one is connected, so I decided to disable by default
-
vtnerd
when disabled (its basically) a null-ptr check to skip
-
vtnerd
possibly overkill on the optimizations, enabling by default is less painful than going the other way though
-
Moonlight
Is there anybody out there?
-
moneromoooo
Thanks.
-
moneromoooo
While you're here, do you know of a nice ostream/istream replacement that's fast (ie, mainly not using locale) ? I'm kinda seeing this in a profile :/
-
moneromoooo
It's for binary data so I do not care about silly locale things.
-
moneromoooo
(having to modidy is not a problem if not too much is needed - this owuld be to use with binary_archive).
-
sech1
I put together some extremely lightweight ostream-like code for p2pool logging, but it's only for outputting data and it's limited to 1 Kb. But you can get some ideas from there - it's not hard to write what you need from scratch
-
sech1
log.h/log.cpp in p2pool repo
-
moneromoooo
I started mine, but then I realized I was gonna have to emulate failbit etc etc, lots of pita...
-
sech1
no locales, no memory allocation mostly inlined in the code
-
sech1
or you could just make your class derived from ostream and override operator<< for everything you need
-
sech1
-
moneromoooo
That might skip the slow shite. I'll try that, thanks.
-
sudo_ki[m]
'Hi all, I'm having trouble with setting up p2pool. I have built the latest version of monero-gui. I have firewall rules for the ports I've specified but when I run the software I get: p2pool get_miner_data RPC response is invalid. On the node I get: invalid zqm/sub message. Can anyone lend me a hand?'
-
sudo_ki[m]
I tried posting this ins monero-pow, but I seems like it's a bit dead
-
sudo_ki[m]
s/I/It/
-
sech1
-
sech1
monero-pow room on libera.chat
-
sudo_ki[m]
sech1: Thanks
-
selsta
Bringing up my old idea again: I think we could noticeably speed up daemon sync by using supercop asm ecc library, like we do for wallet scanning.
-
selsta
We would only use it for historical sync so issues in the library wouldn't cause any consensus issues.
-
moneromoooo
Great. stringstream iterators. Kill me now.
-
utxobr[m]
<selsta> "Bringing up my old idea again: I..." <- without losing any compilation targets either? as you said, wallet already uses it, so i guess it’s fine
-
selsta
it would be optional, afaik windows doesn't support it currently
-
selsta
memory leaks reported by asan, they seem quite minor:
paste.debian.net/hidden/9980fdb3