NtMiner icon indicating copy to clipboard operation
NtMiner copied to clipboard

矿池地址前缀重复问题!

Open HerbertLi2020 opened this issue 3 years ago • 4 comments

nbminer使用ssl地址的时候,出现重复的前缀(ethproxy+tcp://stratum+ssl:), 麻烦修改、更正,非常感谢。

nbminer.exe -log-file "{logfile}" -a ethash -o ethproxy+tcp://stratum+ssl://ssleth.okkong.com:707 -u herbert02891.HBT0

HerbertLi2020 avatar Oct 13 '21 02:10 HerbertLi2020

这问题我也遇到了。现在好像默认都会直接加tcp前缀,实际上由于协议不同可以自己修改前缀会比较好。

Zexin avatar Oct 20 '21 12:10 Zexin

nbminer使用ssl地址的时候,出现重复的前缀(ethproxy+tcp://stratum+ssl:), 麻烦修改、更正,非常感谢。

nbminer.exe -log-file "{logfile}" -a ethash -o ethproxy+tcp://stratum+ssl://ssleth.okkong.com:707 -u herbert02891.HBT0

另外NBminer可以使用参数--url ethproxy+ssl://矿池地址 进行连接,这个参数会覆盖开源矿工设置的矿池地址。gminer可以使用-ssl 1,其他内核就真不好弄了。

Zexin avatar Oct 21 '21 12:10 Zexin

我也遇到了,我在本地用frp开了一个stcp隧道连接矿池,就要改成这样配置: image

smilence86 avatar Oct 26 '21 14:10 smilence86

我也遇到了,我在本地用frp开了一个stcp隧道连接矿池,就要改成这样配置: image

牛逼,可以用

zhangjiafan8652 avatar Dec 24 '21 03:12 zhangjiafan8652