Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (7.0.0)
by
UselessGuru
on 08/05/2018, 05:44:45 UTC

Some pools (ZergPool, Zpool etc.) require to specify the payout currency by setting it in the password field like this (example taken from http://zergpool.com/):

-o stratum+tcp://neoscrypt.mine.zergpool.com:PORT -u -p c=GUN,mc=GUN

where the required password is c=GUN,mc=GUN

BTW: Yes I am aware the bmnier does NOT do neoscrypt, this is just an example. The same applies however for any other algos like ethash or equihash.


Please refer https://www.bminer.me/examples/#escaping-characters-in-the-uri to solve your problem.
You can always follow RFC 1738 (https://tools.ietf.org/html/rfc1738) to escape special characters.


>> Please refer https://www.bminer.me/examples/#escaping-characters-in-the-uri to solve your problem.

That's what I do now, but it is not customer friendly. It would be much easier if the miner took care of it :-)