Pages:
Author

Topic: Megaminer 6.3 - Multi pool / Multi Algo launcher - page 24. (Read 70970 times)

full member
Activity: 322
Merit: 105
Hello everobody and also respectful Tutulfo.

Enjoying very much of your product since beginning of December. Just curious to ask, how to solve an issue when:

- I have started in automatic mode some pools, let's say Ahash, Hash, Zpool and Unimining, and somehow in one hour, one pool's connection (API) is lost by pool's reason, and in that period when Megaminer updating their data (via preditermined interval), it sensed that no API data receiving and missed this pool.

- After that when pool come back again in life, in next updating, Megaminer is not sensing that pool is now alive, and continue working with the rest ones.

My concern how to solve that issue, allow Megaminer checking that all pools constantly, even one was lost and after some time come back again.

Now, what I am doing is just restarting Megaminer when see that one pool is missing.

Appreciate your kind reply. 


Please, test master branch code, I think I found bug source.
sr. member
Activity: 450
Merit: 255
Fix for zpool keccak change

Add
                                    "keccak"{$Divisor *= 1000}

under
switch ($Zpool_Algo){
in /Pools/Zpool.ps1
jr. member
Activity: 420
Merit: 1
Hello everobody and also respectful Tutulfo.

Enjoying very much of your product since beginning of December. Just curious to ask, how to solve an issue when:

- I have started in automatic mode some pools, let's say Ahash, Hash, Zpool and Unimining, and somehow in one hour, one pool's connection (API) is lost by pool's reason, and in that period when Megaminer updating their data (via preditermined interval), it sensed that no API data receiving and missed this pool.

- After that when pool come back again in life, in next updating, Megaminer is not sensing that pool is now alive, and continue working with the rest ones.

My concern how to solve that issue, allow Megaminer checking that all pools constantly, even one was lost and after some time come back again.

Now, what I am doing is just restarting Megaminer when see that one pool is missing.

Appreciate your kind reply. 
member
Activity: 68
Merit: 10
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot


Thanks for all your hard work!  I'm happy to donate to this as this saves me a great deal of time.  Only issue I have is sometimes ccminer crashes when Megaminer closes it and results in a dialog box for me to close.  Unfortunately Megaminer will not time out (watchdog?) so it will stand still until you click the box.  Its caused me numerous nights of no work being done because of this.  If possible, can you make sure ALL the process windows ** AND ** resulting dialogs are closed before switching algorithms.  Thx.  Smiley

-peZ
P.S.  I'm a coder, just not Powershell. 

You can disable the pop up from within windows
https://blogs.msdn.microsoft.com/alejacma/2011/02/18/how-to-disable-the-pop-up-that-windows-shows-when-an-app-crashes/
full member
Activity: 322
Merit: 105
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot


Thanks for all your hard work!  I'm happy to donate to this as this saves me a great deal of time.  Only issue I have is sometimes ccminer crashes when Megaminer closes it and results in a dialog box for me to close.  Unfortunately Megaminer will not time out (watchdog?) so it will stand still until you click the box.  Its caused me numerous nights of no work being done because of this.  If possible, can you make sure ALL the process windows ** AND ** resulting dialogs are closed before switching algorithms.  Thx.  Smiley

-peZ
P.S.  I'm a coder, just not Powershell. 


Try master branch code, I have changed miner stop mechanism to more agresive one. (Read changelog)

newbie
Activity: 10
Merit: 0
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot


Thanks for all your hard work!  I'm happy to donate to this as this saves me a great deal of time.  Only issue I have is sometimes ccminer crashes when Megaminer closes it and results in a dialog box for me to close.  Unfortunately Megaminer will not time out (watchdog?) so it will stand still until you click the box.  Its caused me numerous nights of no work being done because of this.  If possible, can you make sure ALL the process windows ** AND ** resulting dialogs are closed before switching algorithms.  Thx.  Smiley

-peZ
P.S.  I'm a coder, just not Powershell. 
full member
Activity: 322
Merit: 105
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot
sr. member
Activity: 450
Merit: 255
From the zpool Twitter

Quote
#keccak changed to match the other blake/sha algos with BTC per GH instead of MH. Please update your scripts accordingly
newbie
Activity: 29
Merit: 0
Anywhere I can edit how the API for zpool is interpreted? It appears a couple of hours ago, they switched profitability reporting on Keccak from BTC/MH/day to BTC/GH/day. I was wondering why my miners had switched to Keccak overnight and my balance graph went flat.

Here's the tweet about it.  https://twitter.com/_zpool_/status/942398598557388800

Pretty sure you want to edit Zpool.ps1, go to about line 89 and add:

Quote
switch ($Zpool_Algo){
    "X11"{$Divisor *= 1000}
    "qubit"{$Divisor *= 1000}
    "quark"{$Divisor *= 1000}
    "keccak"{$Divisor *= 1000}
}

Thanks, that's what I thought after I posted and looked, but wanted to confirm.
full member
Activity: 322
Merit: 105
Not support 12 GPU

"GroupName" : "1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0,1,2,3,4,5,6,7,8,9,10,11"

program error can used 0-9  only 10 gpu


PlatformId Name        Vendor
---------- ----        ------
         0 NVIDIA CUDA NVIDIA Corporation




No MM gpu number limit, but I think some miners has. What error your get?








That Miner works with 12 gpus out of MegaMiner?
I_M
full member
Activity: 135
Merit: 100
Anywhere I can edit how the API for zpool is interpreted? It appears a couple of hours ago, they switched profitability reporting on Keccak from BTC/MH/day to BTC/GH/day. I was wondering why my miners had switched to Keccak overnight and my balance graph went flat.

Here's the tweet about it.  https://twitter.com/_zpool_/status/942398598557388800

Pretty sure you want to edit Zpool.ps1, go to about line 89 and add:

Quote
switch ($Zpool_Algo){
    "X11"{$Divisor *= 1000}
    "qubit"{$Divisor *= 1000}
    "quark"{$Divisor *= 1000}
    "keccak"{$Divisor *= 1000}
}
newbie
Activity: 29
Merit: 0
Anywhere I can edit how the API for zpool is interpreted? It appears a couple of hours ago, they switched profitability reporting on Keccak from BTC/MH/day to BTC/GH/day. I was wondering why my miners had switched to Keccak overnight and my balance graph went flat.

Here's the tweet about it.  https://twitter.com/_zpool_/status/942398598557388800
member
Activity: 142
Merit: 10
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps1 $_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND

newbie
Activity: 29
Merit: 0

-- [OPTIONAL] API Keys
-- Some non-anonymous pools, such as Suprnova and MPH, require API keys to obtain wallet details.
-- For example @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae40775f70efseff6582e8ec37600215755487ccbd36b4510b4
-- FORMAT: @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae40775f70efseff6582e8ec37600215755487ccbd36b4510b4 ) [optional]



where do i put my sprnova and mining pool hub api?


Just put add them at the bottom using the format above

@@APIKEY_MINING_POOL_HUH=<>
@@APIKEY_SUPRNOVA=<>

I've never used this, but that does seem to be what is being described in the file.
newbie
Activity: 26
Merit: 0

-- **********************************************************************************************************
-- ********************                                                                  ********************
-- ********************                           BASIC OPTIONS                          ********************
-- ********************                                                                  ********************
-- **********************************************************************************************************

-- Your rig ID

@@WORKERNAME=your_workername

-- Preferred currency you want to receive. Only used for anonymous pools with auto exchange such as Zpool, HR, ...
-- You must set your wallet for this currency within the Wallets Section found in the Advanced Options section.

@@CURRENCY=BTC

-- Local currency shown within the profits screen (DOLLAR, EURO, GBP)

@@LOCALCURRENCY=EURO

-- Location of your rig: EUROPE/US/ASIA (by default "US" will be used for pools that don't require or support this setting)

@@LOCATION=EUROPE

-- Pool user name for non-anonymous pools such as SprNova, BlocksFactory, or MiningPoolHub
-- You can ingore this settig if you're not using these types of pools

@@USERNAME=mining_pool_hub_a940afcf2019a8f5c76d92b27e990d94d515a692ede14096d591563bd84190e0

-- WALLETS for auto exchange pools. You only need set a wallet for your preferred currency (@@currency).
-- Other pools without an auto exchange, like Yiimp, will need a wallet defined for the same coin you are mining.
-- You can add wallets using pattern  @@WALLET_XXX=YYYYY (where XXX=currency symbol; YYYYY=your wallet).
-- For Nicehash if a @@WALLET_BTC_NICE=XXXXXXX is found it will be used, if not @@WALLET_BTC will be used.
-- For some coins, such as Electroneum, you will need a Payment ID. Add it after your address separated by a dot.

@@WALLET_BTC=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
@@WALLET_XXX=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

-- Number of minutes to mine as a donation each day (NOT PERCENT)

@@DONATE=5

-- Use your cpu to mine: ENABLED = yes, DISABLED = no (you can start cpu alone mining also using -groupnames parameter in batch file)

@@CPUMINING=DISABLED

-- **********************************************************************************************************
-- ********************                                                                  ********************
-- ********************   ADVANCED OPTIONS (don't change unless you know what they do)   ********************
-- ********************                                                                  ********************
-- **********************************************************************************************************


-- Profit recheck interval time (in seconds - less than 600 not recommended)
-- This interval recalculates and selects the most profitable algorithm

@@INTERVAL=600

-- Benchmarks interval time (less than 200 not recommended)

@@BENCHMARKTIME=200

-- Screen to be shown at script start-up (WALLETS/CURRENT/HISTORY/PROFITS)

@@STARTSCREEN=PROFITS

-- [OPTIONAL] API Keys
-- Some non-anonymous pools, such as Suprnova and MPH, require API keys to obtain wallet details.
-- For example @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae40775f70efseff6582e8ec37600215755487ccbd36b4510b4
-- FORMAT: @@APIKEY_NAMEOFPOOL=XXXXXXXXXX) [optional]


-- [OPTIONAL] GPU Groups
-- You can group your cards as you want. It's recommended to create a group for each card model in your rig, each group will be benchmarked and run separately (you can identify your GPU id's by launching GpuList.bat)
-- If you change any of your group names you must delete the stats folder contents and re-run benchmarks.
-- Type must be NVIDIA or AMD, if you dont set groups MM automatically makes 2 groups, one for all NVIDIA gpus and other for all AMD gpus
-- Example for rig with 3 NVIDIA gpu, each gpu alone @@GPUGROUPS=[{"GroupName" : "Card1","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card2","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card3","Type":"NVIDIA","Gpus":"0"}]
-- Example for rig with 5 NVIDIA and 2 AMD @@GPUGROUPS=[{"GroupName" : "1080","Type":"NVIDIA","Gpus":"0,1,2,3,4"} , {"GroupName" : "RX580","Type":"AMD","Gpus":"0,1"} ]


-- Number of minutes to mine as a donation each day (NOT PERCENT)

@@DONATE=5

-- Use your cpu to mine: ENABLED = yes, DISABLED = no (you can start cpu alone mining also using -groupnames parameter in batch file)

@@CPUMINING=DISABLED

-- **********************************************************************************************************
-- ********************                                                                  ********************
-- ********************   ADVANCED OPTIONS (don't change unless you know what they do)   ********************
-- ********************                                                                  ********************
-- **********************************************************************************************************


-- Profit recheck interval time (in seconds - less than 600 not recommended)
-- This interval recalculates and selects the most profitable algorithm

@@INTERVAL=600

-- Benchmarks interval time (less than 200 not recommended)

@@BENCHMARKTIME=200

-- Screen to be shown at script start-up (WALLETS/CURRENT/HISTORY/PROFITS)

@@STARTSCREEN=PROFITS

-- [OPTIONAL] API Keys
-- Some non-anonymous pools, such as Suprnova and MPH, require API keys to obtain wallet details.
-- For example @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae40775f70efseff6582e8ec37600215755487ccbd36b4510b4
-- FORMAT: @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae40775f70efseff6582e8ec37600215755487ccbd36b4510b4 ) [optional]


-- [OPTIONAL] GPU Groups
-- You can group your cards as you want. It's recommended to create a group for each card model in your rig, each group will be benchmarked and run separately (you can identify your GPU id's by launching GpuList.bat)
-- If you change any of your group names you must delete the stats folder contents and re-run benchmarks.
-- Type must be NVIDIA or AMD, if you dont set groups MM automatically makes 2 groups, one for all NVIDIA gpus and other for all AMD gpus
-- Example for rig with 3 NVIDIA gpu, each gpu alone @@GPUGROUPS=[{"GroupName" : "Card1","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card2","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card3","Type":"NVIDIA","Gpus":"0"}]
-- Example for rig with 5 NVIDIA and 2 AMD @@GPUGROUPS=[{"GroupName" : "1080","Type":"NVIDIA","Gpus":"0,1,2,3,4"} , {"GroupName" : "RX580","Type":"AMD","Gpus":"0,1"} ]


where do i put my sprnova and mining pool hub api?



newbie
Activity: 3
Merit: 0
Not support 12 GPU

"GroupName" : "1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0,1,2,3,4,5,6,7,8,9,10,11"

program error can used 0-9  only 10 gpu


PlatformId Name        Vendor
---------- ----        ------
         0 NVIDIA CUDA NVIDIA Corporation




No MM gpu number limit, but I think some miners has. What error your get?


https://pasteboard.co/GYBiHL7.png
member
Activity: 145
Merit: 10
updated to 5beta 4 and now hash_refinery pool is not working if i use it with MPH.

The error I get is

Get-Member : You must specify an object for the Get-Member cmdlet.
At C:\Miners\Megaminer-5.0-beta4\Megaminer-5.0-beta4\pools\Hash_Refinery.ps1:87 char:23
+         $HR_Request | Get-Member -MemberType NoteProperty | Select-Ob ...
+                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (Smiley [Get-Member], InvalidOperationException
    + FullyQualifiedErrorId : NoObjectInGetMember,Microsoft.PowerShell.Commands.GetMemberCommand
Get-Member : You must specify an object for the Get-Member cmdlet.
At C:\Miners\Megaminer-5.0-beta4\Megaminer-5.0-beta4\pools\Hash_Refinery.ps1:87 char:23
+         $HR_Request | Get-Member -MemberType NoteProperty | Select-Ob ...
+                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (Smiley [Get-Member], InvalidOperationException
    + FullyQualifiedErrorId : NoObjectInGetMember,Microsoft.PowerShell.Commands.GetMemberCommand

It works fine if i use hash_refinery on its own

Working well here, when do you get error? Start, new interval?

To expand, if i only use hash refinery it works. However if there are more than two pools i get this after a while
Next Interval:  5 secs...
-------------------------------------------   MegaMiner 5.0 beta 4   --------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
  (E)nd Interval   (P)rofits    (C)urrent    (H)istory    (W)allets                       |
-----------------------------------------------------------------------------------------------------------------------

GroupName      Speed BTC/Day GBP/Day Algorithm Coin     Miner             Pool   Location PoolWorkers
---------      ----- ------- ------- --------- ----     -----             ----   -------- -----------
1080ti     80.1 mh/s 0.00079   11.46 NIST5              N-CcminerPolytmos H.RFRY US       442
VEGA64    567.9 mh/s 0.00041    5.87 SKEIN     digibyte A-SgminerSkein    MPH    US


PS>TerminatingError(Invoke-WebRequest): "The operation has timed out."
Next Interval:  179 secs...
-------------------------------------------   MegaMiner 5.0 beta 4   --------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
  (E)nd Interval   (P)rofits    (C)urrent    (H)istory    (W)allets                       |
-----------------------------------------------------------------------------------------------------------------------

GroupName    Speed BTC/Day GBP/Day Algorithm Coin     Miner           Pool Location PoolWorkers
---------    ----- ------- ------- --------- ----     -----           ---- -------- -----------
1080ti    0.0 ph/s 0.00000    0.00 SKEIN     digibyte N-ccminerAlexis MPH  US
VEGA64    0.0 ph/s 0.00000    0.00 SKEIN     digibyte A-SgminerSkein  MPH  US

After the error, hash refinery doesn't return. Is megaminer dropping a pool if there is a failed connection? Would it try to contact the pool again?

edit: Oh found this in the log too

Checking H.RFRY - BTC

PS>TerminatingError(New-Object): "Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 127.0.0.1:2482""
Next Interval:  169 secs...
full member
Activity: 322
Merit: 105
See an oddity - the status screen shows:

1070        7.9 gh/s 0.22452 4,224.01 TRIBUS         N-CcminerTpruvot H.RFRY US       98

But the single 1070 card I have didn't bench at gh/s. Also the coin columns are blank.


Delete stat file for 1070_Tribus, sometimes miners returns extremely high results, this is reason miners cant be benchmarked while running.


Not all pools works at coin level, most works algo level (coin column empty)
newbie
Activity: 39
Merit: 0
See an oddity - the status screen shows:

1070        7.9 gh/s 0.22452 4,224.01 TRIBUS         N-CcminerTpruvot H.RFRY US       98

But the single 1070 card I have didn't bench at gh/s. Also the coin columns are blank.


Code:
-------------------------------------------   MegaMiner 5.0 beta 4   --------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
  (E)nd Interval   (P)rofits    (C)urrent    (H)istory    (W)allets                       |
-----------------------------------------------------------------------------------------------------------------------

GroupName      Speed BTC/Day  USD/Day Algorithm Coin Miner            Pool   Location PoolWorkers
---------      ----- -------  ------- --------- ---- -----            ----   -------- -----------
1080       63.1 mh/s 0.00180    33.88 TRIBUS         N-CcminerTpruvot H.RFRY US       98
1070        7.9 gh/s 0.22452 4,224.01 TRIBUS         N-CcminerTpruvot H.RFRY US       98
1070ti    241.6 mh/s 0.00690   129.75 TRIBUS         N-CcminerTpruvot H.RFRY US       98


----------------------------------------------------PROFITS------------------------------------------------------------
(B)est Miners/All       (T)op 8/All


   GroupName: 1080

Algorithm Coin Miner              Speed      BTC/Day USD/Day PoolFee MinerFee Pool   Location
--------- ---- -----              -----      ------- ------- ------- -------- ----   --------
TRIBUS         N-CcminerTpruvot   59.6 mh/s  0.00168   31.62   1.25%    0.00% H.RFRY US
X17            N-ccminerPalgin    10.2 mh/s  0.00048    9.10   1.25%          H.RFRY US
LYRA2V2        N-CcminerPolytmos  41.5 mh/s  0.00046    8.62   1.25%          H.RFRY US
NIST5          N-ccminerAlexisHSR 47.2 mh/s  0.00039    7.36   1.25%    0.00% H.RFRY US
XEVAN          N-CcminerXevan     3.3 mh/s   0.00036    6.71   1.25%          H.RFRY US
NEOSCRYPT      N-CcminerKlaust    957.8 kh/s 0.00025    4.68   1.25%          H.RFRY US
PHI            N-CcminerTpruvot   18.8 mh/s  0.00022    4.23   1.25%    0.00% H.RFRY US
BITCORE        N-ccminerSkunk     16.4 mh/s  0.00018    3.45   1.25%          H.RFRY US


   GroupName: 1070ti

Algorithm Coin Miner             Speed      BTC/Day USD/Day PoolFee MinerFee Pool   Location
--------- ---- -----             -----      ------- ------- ------- -------- ----   --------
TRIBUS         N-CcminerTpruvot  221.7 mh/s 0.00625  117.56   1.25%    0.00% H.RFRY US
LYRA2V2        N-CcminerPolytmos 164.7 mh/s 0.00182   34.21   1.25%          H.RFRY US
NIST5          N-CcminerPolytmos 187.7 mh/s 0.00156   29.29   1.25%          H.RFRY US
XEVAN          N-CcminerXevan    13.0 mh/s  0.00140   26.31   1.25%          H.RFRY US
NEOSCRYPT      N-CcminerKlaust   3.9 mh/s   0.00102   19.20   1.25%          H.RFRY US
PHI            N-CcminerTpruvot  71.2 mh/s  0.00085   16.00   1.25%    0.00% H.RFRY US
X17            N-ccminerPalgin   14.9 mh/s  0.00071   13.28   1.25%          H.RFRY US
BITCORE        N-ccminer-2.2     62.7 mh/s  0.00070   13.17   1.25%    0.00% H.RFRY US


   GroupName: 1070



Algorithm Coin Miner             Speed      BTC/Day USD/Day PoolFee MinerFee Pool   Location
--------- ---- -----             -----      ------- ------- ------- -------- ----   --------
TRIBUS         N-CcminerTpruvot  69.5 mh/s  0.00196   36.87   1.25%    0.00% H.RFRY US
X17            N-ccminerPalgin   11.8 mh/s  0.00056   10.55   1.25%          H.RFRY US
LYRA2V2        N-CcminerPolytmos 50.0 mh/s  0.00055   10.38   1.25%          H.RFRY US
NIST5          N-CcminerPolytmos 57.9 mh/s  0.00048    9.04   1.25%          H.RFRY US
XEVAN          N-CcminerXevan    3.7 mh/s   0.00040    7.58   1.25%          H.RFRY US
PHI            N-CcminerTpruvot  21.6 mh/s  0.00026    4.87   1.25%    0.00% H.RFRY US
member
Activity: 145
Merit: 10
updated to 5beta 4 and now hash_refinery pool is not working if i use it with MPH.

The error I get is

Get-Member : You must specify an object for the Get-Member cmdlet.
At C:\Miners\Megaminer-5.0-beta4\Megaminer-5.0-beta4\pools\Hash_Refinery.ps1:87 char:23
+         $HR_Request | Get-Member -MemberType NoteProperty | Select-Ob ...
+                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (Smiley [Get-Member], InvalidOperationException
    + FullyQualifiedErrorId : NoObjectInGetMember,Microsoft.PowerShell.Commands.GetMemberCommand
Get-Member : You must specify an object for the Get-Member cmdlet.
At C:\Miners\Megaminer-5.0-beta4\Megaminer-5.0-beta4\pools\Hash_Refinery.ps1:87 char:23
+         $HR_Request | Get-Member -MemberType NoteProperty | Select-Ob ...
+                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (Smiley [Get-Member], InvalidOperationException
    + FullyQualifiedErrorId : NoObjectInGetMember,Microsoft.PowerShell.Commands.GetMemberCommand

It works fine if i use hash_refinery on its own

Working well here, when do you get error? Start, new interval?

yup at the start. I had to manually set hash_refinery on its own for the benchmark to run too
Pages:
Jump to: