11:11:26 hi i want to use monero-project/monero as a dynamic library (.dll, .so). Is it possible? 11:17:37 Technically, it is, but there is no guarantee that the API will be stable. In fact, I'd even go so far as to... there is a guarantee it won't be. 11:18:13 If that's OK with you, then you can. 11:36:21 moneromooo: I want to build tx and sign it under .NET (C#). I don't want to use monerod. i want to do everything offline using only crypto from the monero project. how to do it? 11:38:20 I want to create addresses, compose and sign transactions by myself, without using monerod. I don't want monerod to store my keys anywhere, I use keyvault and need the keys to be stored remotely from monerod. 11:50:51 Guest53: monerod has to be involved at some point in the process since you need to collect the public keys of the decoy outputs so you can construct the ring signature(s). monerod itself doesn't store keys. Have you seen?: https://ccs.getmonero.org/proposals/MoneroSigner.html 13:08:27 Guest53 monerod is just the node software, it never knows your keys. Only the wallet does 13:09:50 the official wallets already support working in offline mode 13:10:58 if you want to interact with a wallet from your code, you can use monero-wallet-rpc (either directly through the rpc api, or using one of the integration libraries) 16:16:08 Guest53: As stated, monerod doesn't have your keys. You want to discuss the wallet. 16:16:25 You can run monero-wallet-rpc offline, yet talk to it from a C# application. That'd likely be your best bet. 16:16:56 Else, you need to grab libringct as a dll/so and manually bind to it, re-implementing the full wallet functionality, if you're "using only crypto". 16:17:10 Or you can grab wallet2 as a library and build your own UI around it. 17:50:23 hyc: should dockrun work with "-j 3 -o l" set as OPT env var? I only want to build Linux 17:53:11 yeah, that ought to work 18:18:25 Is this a good place to find help with my Monero guy wallet? 18:18:29 gui* 18:21:21 You may try #monero as this is mostly not for support, but for dev work, or on the web https://www.reddit.com/r/monerosupport/ 18:23:45 ok thanks :)