-
woodser[m]
I'm building monero binaries on mac with make release-static, but when I run the binaries on another mac, they fail with the error "dyld: library not loaded: /usr/lib/libmd.dylib" with "reason: image not found". I thought the binaries are supposed to be portable. any ideas?
-
moneromooo
They might need building with an old mac for this to work ? Like the glibc version problem on linux and the need to provide replacememts for newer calls.
-
izrail[m]
Здравствуйте.
-
izrail[m]
комьюнити рускоговорящее есть?))
-
moneromooo
Try in English.
-
selsta
woodser[m]: which macOS did you build them and which macOS version did you run them?
-
Lovera[m]
> <@izrail:matrix.org> Здравствуйте.
-
Lovera[m]
> комьюнити рускоговорящее есть?))
-
Lovera[m]
-
selsta
best way to build portable mac binaries is using make depends
-
woodser[m]
built on 13.3.1, and also tried the version before that. testing on 11.7.4. I'm on the old chip, not the new m1 if that matters. been trying to get through errors with depends (currently libstdc++ not found)
-
izrail[m]
Lovera[m]: спасибо)
-
selsta
woodser[m]: you can't build on a new version and use on an old version without without using the old sdk
-
woodser[m]
ok. trying the depends route
-
selsta
there are also some deployment_target settings but i'm not familiar with them
-
selsta
you have to use ubuntu for depends
-
selsta
18.04 and 20.04 works, don't remember 22.04
-
izrail[m]
Hello. How do I get a UAH/XMR course in JSON format?
-
ofrnxmr[m]
Monero Community Dev
-
r4v3r23[m]
moneromooo: is it possible to see size reduction of `unsigned_monero_tx` like you did for outputs?
-
r4v3r23[m]
* moneromooo: is it possible to get a size reduction of `unsigned_monero_tx` like you did for outputs?
-
moneromooo
Maaaybe... You'd need to rummage in the struct to see what is truly necessary. I have no idea how much you could gain right off the bat.
-
moneromooo
I *think* you're a lot less likely to see large improvements though.
-
moneromooo
Because the other side recreates the tx, and the data in that file is basically the data needed to recreate it.
-
moneromooo
But without an attempt to optimize the size.
-
r4v3r23[m]
yeah, i remember you said there were easy wins that could be made on outputs, wanted to know if unsigned could benefit too
-
moneromooo
Oh, there's multisig keys. Not needed for cold signing.
-
moneromooo
That's an easy win. 128 bytes per input.
-
r4v3r23[m]
unsigned tx isnt nearly as big as outputs file was, but obviously the smaller they are the better, especially when trying to fit into as few QR codes as possible