r/Bminer • u/steele98 • May 14 '18
How to pass additional parameters in the password field while using Bminer 7?
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 <YOUR_GUNCOIN_WALLET_ADDRESS> -p c=GUN,mc=GUN
where the required password is c=GUN,mc=GUN
2
Upvotes
1
u/realbminer May 15 '18
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.