Post
Topic
Board Mining (Altcoins)
Re: NPlusMiner - | NVIDIA/CPU miner | Autoupdate | Auto Pool/Algo switching
by
MrPlus
on 18/02/2019, 12:26:16 UTC
Hi MrPlus!

Why for BCD in blockmasters.ps1  active this strings:
Code:
   switch ($PoolAlgorithm) {
        "bcd" {$Divisor /= 10}
    }#temp fix

In this case for 1x1070 I have (currently)
Code:
Miner         Algorithm       Speed mBTC/Day BTC/Day USD/Day BTC/GH/Day Pool
-----         ---------       ----- -------- ------- ------- ---------- ----
trex          BCD        20,33 MH/s    0,975 0,00098   3,505    0,04798 blockmasters-
CryptoDredge  BCD        18,55 MH/s    0,890 0,00089   3,199    0,04798 blockmasters-
trex          X16R       17,48 MH/s    0,137 0,00014   0,492    0,00783 blockmasters-
trex          X22i       10,66 MH/s    0,129 0,00013   0,463    0,01208 blockmasters-
CryptoDredge  X16R       16,36 MH/s    0,128 0,00013   0,460    0,00783 blockmasters-

I think this is a mistake.
These lines are active from old versions and I have to turn them off every time after update

Secondly: I have to manually correct line $HostSuffix = "blockmasters.co" to $HostSuffix = "eu.blockmasters.co" after each update. Is it possible to have this automatically?

WBR...

Thanks!

Location and BCD divisor fixed in master.
Will be pushed in next update.

+MrPlus