moneroexamples
moneroexamples
Thanks. I checked the code and this may work, and will reconnect you. But the problem I see is that the query data will be lost. The code that is...
no problem and yes, would have to rescan to find missing txs/outputs/inputs. I just setup regular mariadb on my linux box, instead of using docker, and will try to get...
I added `ReconnectOption` to mysql, so now it will reconnect when connection drops. https://github.com/moneroexamples/openmonero/blob/9e3b72fb75167a535986c79894d0b272250cfed7/src/db/MySqlAccounts.cpp#L228-L229 There still can be a problem, but at least connection should not be dropped permanently. If...
> You think this option is better then force connect that i've mentioned above? I think so. Its directly implemented in mysql++ and propagated to mysql. It's also recommended in...
> 126 different login request to the mywallet I see. Probably will need to rethink how lmdb is accessed in openmonero. At the moment, there will be 126 search tx...
rpc to daemon should also be much easier to implement, as the second possible solution would require major changes to architecture of openmonero. But rpc will also wont be simultaneous,...
> mymonero handling with many connections? Don't know. Their backend is closed sourced. But from what I know they use `go` and `mysql`, so I think rpc also would be...
> Yes, that would be the best option, do you plan to implement RPC to DAEMON soon? Yes, though "soon" in monero world does not mean anything:-) But yes, this...
Not sure I will have there anything new for tomorrow, but this is the branch when the rpc changes will be taking place. No problem. Good you can provide extra...
I made a seprate issue for the LMDB readers limit: https://github.com/moneroexamples/openmonero/issues/127