-
m-relay
<cryptohero718:matrix.org> Good afternoon. Who can I contact about adding a link to the exchange on the Merchants page? To add an exchange that accepts Monero to your list.
-
HenryB
could anyone tell me how the monero: URI is actually used?
-
HenryB
For this uri to open the monero gui wallet in linux, I believe it would require the existence of a monero wallet .desktop file to be registered, but I don't see one in the tarball. Is the user expected to create their own .desktop file?
-
HenryB
hmm. I'm not sure this will even work. I made a .desktop file and it launches the monero gui wallet, but when clicking a uri link, it launches a new instance that runs concurrently with the one already running.
-
m-relay
-
m-relay
-
m-relay
-
m-relay
<edge7:matrix.org> the above is the icon (you can use your own or skip the thing entirely)
-
m-relay
<edge7:matrix.org> (probably you were already able to create the desktip file...)
-
HenryB
Thanks. FYI,
paste.debian.net sucks for copy/pasting. It copies the line number.
-
m-relay
<edge7:matrix.org> ok, but I think you had done that already.
-
m-relay
<edge7:matrix.org> BTW If I have an instance open and then click here (in the URI):
ccs.getmonero.org/donate
-
m-relay
<edge7:matrix.org> I get 2 instances as well
-
HenryB
great. I guess it's just an afterthought at the moment.
-
HenryB
does it even populate fields to make a payment?
-
m-relay
<edge7:matrix.org> nope. Maybe because I have a password for the wallet, and the first thing it asks me is the password, but then values are not populated
-
m-relay
<edge7:matrix.org> it works with phone, though
-
m-relay
<edge7:matrix.org> When touching it, it asks me by which app it should open it and then XMR address is populated
-
HenryB
I see. Thanks for the feedback.
-
HenryB
Exception in main! the options configuration file contains an invalid line 'prune-blockchain'
-
HenryB
but why
-
dim44
I'm trying to build a statically linked monerod (release v0.18) inside a docker ubuntu container (tried 22.04 and latest) and I getting this error during linking: /usr/lib/x86_64-linux-gnu/libunbound.a(val_secalgo.o): in function `verify_canonrrset':
-
dim44
(.text+0x932): undefined reference to `nettle_ed25519_sha512_verify'
-
dim44
I have installed all nettle related packages in addition to the dependencies from the git README
-
selsta
you can try to use depends build system
-
selsta
it will build all the dependencies for you
-
dim44
selsta: thank you, will do
-
selsta
-
selsta
that's an example dockerfile
-
dim44
selsta: oh, hadn't notice that is uses the portable build in the dockerfile
-
dim44
*noticed that it uses