Post
Topic
Board Mining (Altcoins)
Re: [ANN] RainbowMiner v4.5.3.9 - most versatile multipool mining, AMD, NVIDIA, CPU
by
rainbowminer
on 25/02/2020, 19:40:51 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",