moneroexamples

Results 170 comments of moneroexamples
trafficstars

Slow as compared to what? To some its prior version, or official monero wallet? The performance issues has been explained in readme before: https://github.com/moneroexamples/openmonero#performance The option that can have effect...

> Thank you for such a good response! No problem. > Is it ok to run multiple openmonero clients on different machines and point them to the same mysql database?...

For ssl support, I think easiest to proxy requests through nginx. I haven't done much with native support of ssl in the openmonero backend. If your backend and lighttpd are...

Yes it will run. Front end are just static files, html, js and css. So you can host it from whatever you want. In readme there are minimal instructions for...

Not sure if this will work. I would consider this a legacy code. Its something that was added long time ago, not really tested and probably will be removed, as...

Good to hear that. Regarding CORS. At present the backbend is using this: https://github.com/moneroexamples/openmonero/blob/1be824a12d803f211a437298cb763aee12e4484c/src/YourMoneroRequests.cpp#L1784-L1788 If you have any recommendations or ideas how to change that, to make it CORS friendly,...

Could you provide the error message Firefox is throwing about CORS?

Oh ok. Maybe there was something in firefox cash, making it go crazy. Anyway, glad to hear its working. If something else is going to happen, please let me know.

@italocoin-project The fix is available in the branch https://github.com/moneroexamples/openmonero/tree/sync_microcore for testing. I had to add a tread pool, so that now all blockchain access operations are executed by several threads...

@italocoin-project @mbehm Thanks for link and info about TxSearch pool. Seems as a natural progression of having TxSearch done through pool as well. This would also help to resolve the...