Author

Topic: Parity & Sgminer-gm ... also Parity's new stratum feature? (Read 474 times)

hero member
Activity: 601
Merit: 500
Vote 4fryn :)
You should get on gitter and try to ask there.

https://gitter.im/ethcore/parity/miners
sr. member
Activity: 291
Merit: 250
On ubuntu 16.04, AMDGPU-Pro 16.40, and Sgminer-gm 5.5.5:

can anyone help with connecting sgminer-gm with parity?

here are my settings:

sgminer conf:

Code:
{
    "pools":
    [
        {
            "name": "local",
            "url": "http://192.168.1.120:3333",
            "user": "x",
            "pass": "x",
            "profile": "eth"
        }
 
    ],
       "profiles":
    [
        {
            "name": "eth",
            "algorithm": "ethash",
            "xintensity": "1024",
            "worksize": "192",
            "gpu-threads": "1"
        }
    ],
   
     "default-profile": "eth",
     "no-extranonce": true
 }

also, anybody knows how to config Parity's new stratum feature in the config.toml?
Jump to: