-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monero daemon #15
Comments
usually you'd want to communicate directly to JSON RPC interfaces. AJAX is an on-top-of-HTTP method, and relies on HTTP headers for either urlencoded or form data POSTS and GET. stratum is its own protocol using JSON RPC as a transport, so you would not be able to use it as-is now, if you're talking strictly about monero daemon RPC, then you might use a proxy and it would work |
|
now I get this from the pool(onmine): |
will update the examples when I finish the rewrite |
Can i use my monerod with you module to use miner of this guy: https://github.com/howardchung/jsminer ?
The text was updated successfully, but these errors were encountered: