todxx / tdxminer

Cryptocurrency mining software for AMD GPUs
27 stars 7 forks source link

Parse error mining GIN on elitehash.net #8

Open cdarken opened 6 years ago

cdarken commented 6 years ago

On every GIN pool I've tried, mining GIN worked fine. All of them were yiimp style pools. Only on http://gin.elitehash.net/ I get this error:

[2018-05-14 21:49:07] Successfully initialized GPU 0: (null) with 36 CU                                               
[2018-05-14 21:49:07] Successfully initialized GPU 1: (null) with 32 CU                                               
[2018-05-14 21:49:07] Pool gin.elitehash.net successfully subscribed.                                                 
[2018-05-14 21:49:07] Pool gin.elitehash.net set difficulty to 4.000000                                               
[2018-05-14 21:49:07] Pool gin.elitehash.net received new job. (job_id: 48)                                           
[2018-05-14 21:49:07] Pool gin.elitehash.net failed to parse server rpc: {"id": 203906, "method": "client.get_version", "params": null}                                                                                                     
[2018-05-14 21:49:07] Dev pool connected and ready.                                                                   
todxx commented 6 years ago

The miner does not implement client.get_version, and treats it as an unrecognized RPC. I'll take a look at adding support for it.

cdarken commented 6 years ago

Any news on this?

cdarken commented 6 years ago

Not that much of a rush anymore, they guys at eliteshash.net modified their pool to not call that function.