-
m-relay<hinto.janaiyo:matrix.org> sech1: p2pool release soon?
-
m-relay<silverpill:poa.st> Supposedly github.com/serai-dex/serai/tree/develop/coins/monero, but it is not production ready. I'm still using [monero-rpc](github.com/monero-rs/monero-rpc-rs) and a standalone monero-wallet-rpc
-
sech1hinto I plan to make a small bugfix release next week. Merge mining is not ready for the release yet.
-
m-relay<hinto.janaiyo:matrix.org> ok
-
m-relay<kokoqeen:matrix.org> what does it do ? I didn't get much from README
-
m-relay<kokoqeen:matrix.org> I need wallet2 in rust basically :)
-
m-relay<kokoqeen:matrix.org> I read whole bunch of things about bindgen and apparently it can only work for C code through rust's ffi.
-
m-relay<kokoqeen:matrix.org> and then I compiled monere code today and it has a static lib output
-
m-relay<kokoqeen:matrix.org> 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 :)
-
m-relay<kokoqeen:matrix.org> and then I compiled monere code today and it has a static lib output (libwallet.a)
-
m-relay<kokoqeen:matrix.org> It would be really cool to run monero-wallet-rpc in a separate thread in rust with a static link
-
m-relay<kokoqeen:matrix.org> I hope someone can hear me...This integration is the only thing left in the puzzle.
-
m-relay<silverpill:poa.st> It is a library that creates transactions. Not a full wallet library.
-
m-relay<kokoqeen:matrix.org> 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 ?
-
m-relay<kayabanerve:matrix.org> 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.
-
m-relay<kayabanerve:matrix.org> (monero-serai is having its final issues wrapped up around nowl
-
m-relay<kayabanerve:matrix.org> (monero-serai is having its final issues wrapped up around now)
-
m-relay<kokoqeen:matrix.org> Can I create multisig wallet with monero-serai ?