Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (7.0.0)
by
infectedmushi
on 04/07/2018, 06:07:26 UTC
How to pass additional parameters in the password field?

Some pools, e.g. zpool allow to define additional mining settings in the password field. See an example below:

BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142 -devices 0

Bminer throws an error:

invalid value "stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142" for flag -uri: Invalid port in the URI
Bminer: When Crypto-mining Made Fast (v7.0.0-9c7291b)


Thanks for your feedback! Please refer to our sample usage page for examples of setting passwords in the command: https://www.bminer.me/examples/.

Here is a concrete example:
bminer -uri stratum://foo.w:pwd@us-east.equihash-hub.miningpoolhub.com:17023
The command above will mine towards the username foo, worker name w and password pwd

nice!!! this solved my error with bminer and zergpool, for setting coin to get paid to.

keep up the excellent work!