Post
Topic
Board Mining (Altcoins)
Re: [ANN] RainbowMiner v4.5.3.9 - most versatile multipool mining, AMD, NVIDIA, CPU
by
astronyu
on 26/02/2020, 03:31:52 UTC
Thanks for the reply, that means I can change my wallet address to use Eth instead of BTC correct?
Code:
"MiningPoolHub": {
    "ETH": "",
    "Worker": "$WorkerName",
    "Penalty": "0"
}


Also, I still can't figure out how to setup the miner to mine on nicehash.

You will need you MiningPoolHub username, not your mining address. If you autoexchange to ETH, your config would look like this:

Code:
"MiningPoolHub": {
    "User": "",
    "API_ID": "",
    "API_Key": "",
    "AECurrency": "ETH",
...
}

.. no need to set "BTC", "ETH" or else, for this pool.

To be able to mine Nicehash, register an account with them and find out your BTC mining address. Put this to "BTC" field in pools.config.txt:

Code:
"Nicehash": {
    "BTC": "",
...
}

Finally - make sure MiningPoolHub and Nicehash are on your "PoolName" list in config.txt

Code:
 "PoolName": "MiningPoolHub,Nicehash",


I see, so the BTC address I have in the config will be just for other pool's usage where MPH will use the settings I have in their pool for autoexchange as long as I set AExchange to my currency. Thanks.