13:39:24 sech1: p2pool release soon? 13:42:54 Supposedly https://github.com/serai-dex/serai/tree/develop/coins/monero, but it is not production ready. I'm still using [monero-rpc](https://github.com/monero-rs/monero-rpc-rs) and a standalone monero-wallet-rpc 15:06:24 hinto I plan to make a small bugfix release next week. Merge mining is not ready for the release yet. 15:25:59 ok 17:34:27 what does it do ? I didn't get much from README 17:36:21 I need wallet2 in rust basically :) 17:37:22 I read whole bunch of things about bindgen and apparently it can only work for C code through rust's ffi. 17:37:52 and then I compiled monere code today and it has a static lib output 17:38:29 I felt a bit weird at first, then understood it will take some time for me to integrate it to the rust as types not matching :) 17:39:15 and then I compiled monere code today and it has a static lib output (libwallet.a) 17:40:18 It would be really cool to run monero-wallet-rpc in a separate thread in rust with a static link 17:41:59 I hope someone can hear me...This integration is the only thing left in the puzzle. 17:44:13 It is a library that creates transactions. Not a full wallet library. 17:44:46 so one thing that I wanted to ask here. What if I write another library in C that wraps around libwallet.a in C++ and then embed that C library into Rust through FFI...What do you think ? 22:27:13 kokoqeen: You likely either want monero-serai, which can scan and send transactions (yet you need to provide the database and so on) or to separately run monero-wallet-rpc. New FFI bindings would be my furthest choice unless you want an end consumer project ready within the next few months. 22:27:28 (monero-serai is having its final issues wrapped up around nowl 22:27:38 (monero-serai is having its final issues wrapped up around now) 22:47:25 Can I create multisig wallet with monero-serai ?