Stratehm / stratum-proxy

Java implementation of a stratum->stratum/HTTPGetwork proxy with a Web GUI and some pool switching strategies (PriorityFailover, WeightedRoundRobin). Simple to install and configure.
GNU General Public License v3.0
198 stars 118 forks source link

"code": -32601, "message": "Procedure not found." #82

Closed Jorropo closed 6 years ago

Jorropo commented 7 years ago

I try to use the proxy, I have add pools, configure proxy, ... Here is my file configuration : stratum-proxy-minimal-sample.txt But ALL the pool say me that reponse : [Pool-MinerGate XMR-Thread]:strat.mining.stratum.proxy.pool.PoolConnection - Pool-MinerGate XMR. JSON-RPC parsing error with line: {"jsonrpc": "2.0", "error": {"code": -32601, "message": "Procedure not found."}, "id": 1} thx

Jorropo commented 7 years ago

I found solution (theorical not in code) remplace miner.subcribe by login

FavyTeam commented 6 years ago

I also get same errors when i use Monerogate, I would like to know how to fix these error ?

thx

Jorropo commented 6 years ago

@FavyTeam this is cause stratum proxy doesn't support xmr.

FavyTeam commented 6 years ago

@Jorropo thank you for your reply. But I run miner using "minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u useremail -p x" and it works.

Have you got any idea ?