Pages:
Author

Topic: [Forager] v18.08.3 - Multi-Pool profit switching miner (AMD/NVIDIA/CPU) - page 8. (Read 24692 times)

member
Activity: 473
Merit: 18
Thanks for the quick reply.
It was running ok yesterday, but not today after adding the gpu groups.

Am running Afterburner 4.5.0 and Adrenalin 18.8.1

Afterburner is running prior to launching Forager. After launching several times and resetting the Afterburner power limit to back to 0, each time.
Anytime i have GPU groups it always changes the power limit to +50% in afterburner, on the screen with new interval started with the green writing is loading.
I have tried several times with GPU groups with 2 x 580 and 4 x 480 and each time it changes the power limit to +50%. I have tried only the 2 x 580 and then only the 4 x 480 and the same power limit increase.
I have then removed the GPU Groups so they all run together, and the power limit stays the same and does not change.

Not sure if i am missing something, but this is what i have put in the config file, from the device list bat.

GpuGroups = [{"GroupName": "RX580s", "Type": "AMD", "Devices": "2,3", "PowerLimits": "100"}, {"GroupName": "RX480s", "Type": "AMD", "Devices": "0,1,4,5", "PowerLimits": "100"}]



set "PowerLimits": "0" to make Forager not change PowerLimits. Otherwise "PowerLimits": "100" is 0 in AMD Wattman, "PowerLimits": "90" is -10, etc...
newbie
Activity: 27
Merit: 0
Thanks for the quick reply.
It was running ok yesterday, but not today after adding the gpu groups.

Am running Afterburner 4.5.0 and Adrenalin 18.8.1

Afterburner is running prior to launching Forager. After launching several times and resetting the Afterburner power limit to back to 0, each time.
Anytime i have GPU groups it always changes the power limit to +50% in afterburner, on the screen with new interval started with the green writing is loading.
I have tried several times with GPU groups with 2 x 580 and 4 x 480 and each time it changes the power limit to +50%. I have tried only the 2 x 580 and then only the 4 x 480 and the same power limit increase.
I have then removed the GPU Groups so they all run together, and the power limit stays the same and does not change.

Not sure if i am missing something, but this is what i have put in the config file, from the device list bat.

GpuGroups = [{"GroupName": "RX580s", "Type": "AMD", "Devices": "2,3", "PowerLimits": "100"}, {"GroupName": "RX480s", "Type": "AMD", "Devices": "0,1,4,5", "PowerLimits": "100"}]

member
Activity: 473
Merit: 18
CryptDredge 0.9.1 released with fixes for cryptonight7/heavy on nicehash, also adds Cryptonighthaven algo

enemy 1.18 available

also, could you make files for the 32bit versions?  (just put them in the "additional miners" folder.. .thanks


both added in master

32bits it not only about adding them, but also maintaining additional versions ))

Do you need that for 32bit Windows or do they perform better sometimes?

Is there a need to support 32bit Windows? It shouldn't be hard to add, but will need to review all miners and that takes time
member
Activity: 473
Merit: 18

4ward, thanks for that, got the groups sorted.
Just a few more questions,
How to disable one gpu in a mixed rig
Am running a Vega 64, however it doesnt display the amount of watts it is using, but a nvidia card on the same rig does.
Also, when running AMD on afterburner it ups the power limit to +50, is this normal?


To disable one GPU - use GpuGroups and exclude the specific Device
AMD use Afterburner (it must be running) and NVIDIA uses nvidia-smi.exe for power usage. Please verify that Afterburner is running.
It shouldn't set PowerLimits unless you define them in GpuGroups.






i run as administrator on win7x64.
In cmd.exe box says.

Can not start Windows PowerShell Version 5.0 because it is not install correctly installed.
Press any key to continue..

After press it is exit cmd box.

Windows 7 comes with PowerShell v2. You will need to install PowerShell 5 if you haven't (Windows Management Framework to be exact).
https://www.microsoft.com/en-us/download/details.aspx?id=54616

Also, You shouldn't need to run as Admin, unless you use PowerLimits with NVIDIA or the Rig Monitoring.
newbie
Activity: 27
Merit: 0
4ward, good looking miner, but just a few questions,

How to disable Nvidia on a mixed rig
What core and clock speeds do you recommend for 480 and 580's
I normally run MSI with power limit -35, do i leave this as is or do I change it to 0 and will Forager work out the most profitable?
Also how to separate and group different cards, the 480 and 580 are all in one group as Ellesmere8.

Thanks

run DeviceList.bat, it will generate an example GpuGroups value for all the devices you have
you can then edit it and put in the Config.ini file

an example RX580+RX480 groups would look something like (this also disables NVIDIA, since there is no NVIDIA group defined):
Code:
GpuGroups = [{"GroupName": "RX580s", "Type": "AMD", "Devices": "0,1", "PowerLimits": "0"}, {"GroupName": "RX480s", "Type": "AMD", "Devices": "2,3", "PowerLimits": "0"}]

If you leave "PowerLimits": "0", it will not be changed by Forager.

Regarding core/mem, since different algos work differently, I would recommend to use a memory timings mod, and undervolt gpu/mem (depends on your cards, but for me 1060 on gpu and 900 mem works great on rx480 with Uber 3.1 timings)

4ward, thanks for that, got the groups sorted.
Just a few more questions,
How to disable one gpu in a mixed rig
Am running a Vega 64, however it doesnt display the amount of watts it is using, but a nvidia card on the same rig does.
Also, when running AMD on afterburner it ups the power limit to +50, is this normal?
newbie
Activity: 2
Merit: 0
i run as administrator on win7x64.
In cmd.exe box says.

Can not start Windows PowerShell Version 5.0 because it is not install correctly installed.
Press any key to continue..

After press it is exit cmd box.

sr. member
Activity: 703
Merit: 272
CryptDredge 0.9.1 released with fixes for cryptonight7/heavy on nicehash, also adds Cryptonighthaven algo
member
Activity: 473
Merit: 18
How to run Forager on WIN7x64 ?
Is it just run Autostart.bat after modify Config.ini ?


Start.bat - Menu based run. It will ask you to select Mode and Pools
Autostart.bat - Example file for launching without manually selecting every time. You can edit it to your liking and set Mode and Pools in it.
newbie
Activity: 2
Merit: 0
How to run Forager on WIN7x64 ?
Is it just run Autostart.bat after modify Config.ini ?
sr. member
Activity: 703
Merit: 272
enemy 1.18 available

also, could you make files for the 32bit versions?  (just put them in the "additional miners" folder.. .thanks
member
Activity: 473
Merit: 18
4ward, good looking miner, but just a few questions,

How to disable Nvidia on a mixed rig
What core and clock speeds do you recommend for 480 and 580's
I normally run MSI with power limit -35, do i leave this as is or do I change it to 0 and will Forager work out the most profitable?
Also how to separate and group different cards, the 480 and 580 are all in one group as Ellesmere8.

Thanks

run DeviceList.bat, it will generate an example GpuGroups value for all the devices you have
you can then edit it and put in the Config.ini file

an example RX580+RX480 groups would look something like (this also disables NVIDIA, since there is no NVIDIA group defined):
Code:
GpuGroups = [{"GroupName": "RX580s", "Type": "AMD", "Devices": "0,1", "PowerLimits": "0"}, {"GroupName": "RX480s", "Type": "AMD", "Devices": "2,3", "PowerLimits": "0"}]

If you leave "PowerLimits": "0", it will not be changed by Forager.

Regarding core/mem, since different algos work differently, I would recommend to use a memory timings mod, and undervolt gpu/mem (depends on your cards, but for me 1060 on gpu and 900 mem works great on rx480 with Uber 3.1 timings)
newbie
Activity: 27
Merit: 0
4ward, good looking miner, but just a few questions,

How to disable Nvidia on a mixed rig
What core and clock speeds do you recommend for 480 and 580's
I normally run MSI with power limit -35, do i leave this as is or do I change it to 0 and will Forager work out the most profitable?
Also how to separate and group different cards, the 480 and 580 are all in one group as Ellesmere8.

Thanks
member
Activity: 473
Merit: 18
Forager 18.09 released
https://github.com/yuzi-co/Forager/releases

Changelog:
- Miner updates:
  - CoolMiner 1.6
  - zEnemy 1.17
  - SuprMiner SPMod 10
  - BMiner 10.2
  - JCEMiner 0.32k2
  - SRBMiner 1.6.7
  - lolMiner 0.43
  - CastXMR 1.4
  - TRex 6.3
  - CryptoDredge 0.9

- Disable some AMD miner by default to reduce benchmarking time
- Fix possible bug with donation period. Min donate is set to 10mins (~0.7%)
- Rework some internals
- Some Config.ini clarifications
- Add PirateMine pool
- Update SuprNova pool
- Fix CoinCalc pool
sr. member
Activity: 703
Merit: 272
CryptoDredge 9.0 with support for cryptonight algo, and Trex 0.6.3 with support for balloon,polytimos, and skunk released
member
Activity: 473
Merit: 18
Hi,

Forager is working great on three rigs, including mixed amd and nvidia. You are doing great job with this profit switcher!
Thank you! Smiley

Hi,

I hope you can help me out. I did a big rework today, shuffled cards, reloaded Windows, downloaded Forager (from master repo this morning). I've got Forager and the miner locking up over and over after just a few minutes of running and getting couple of shares. I have cut the config down to Nicehash + Heavy algo.

I put mixed AMD cards in the rig and I wonder if that is causing the problem. 2 rx 560 and 2 rx 580. I guess I'll try pulling cards next...

I have things running perfectly and then I always break it.  Angry

There isn't much I can do if miner hangs, but a few suggestions:
1. Make sure you set all cards to Compute mode
2. Try setting "GpuGroupByType = Disabled" in config. This way it will create 2 groups, one for 580, one for 560 and might help with some miners
3. See if its the same miner every time and exclude it in config
jr. member
Activity: 42
Merit: 1
Hi,

Forager is working great on three rigs, including mixed amd and nvidia. You are doing great job with this profit switcher!

I'm getting reliable results on Nicehash, but I wish I could increase my profits by adding in one more pool. I did some tests with zpool and the results were dismal. If you were to pick one other pool (other than miningpoolhub) which do you think gives best profits?

I also am still having trouble with rig of mixed amd cards. I think some of the miners get conflicting gpu ids. Then there are two miners running and fighting for the same card. Is that possible? I haven't looked at that in a while, but considering to try again. This time will include Vega card, extra tricky.

Hi,

I hope you can help me out. I did a big rework today, shuffled cards, reloaded Windows, downloaded Forager (from master repo this morning). I've got Forager and the miner locking up over and over after just a few minutes of running and getting couple of shares. I have cut the config down to Nicehash + Heavy algo.

I put mixed AMD cards in the rig and I wonder if that is causing the problem. 2 rx 560 and 2 rx 580. I guess I'll try pulling cards next...

I have things running perfectly and then I always break it.  Angry

There isn't much I can do if miner hangs, but a few suggestions:
1. Make sure you set all cards to Compute mode
2. Try setting "GpuGroupByType = Disabled" in config. This way it will create 2 groups, one for 580, one for 560 and might help with some miners
3. See if its the same miner every time and exclude it in config
newbie
Activity: 32
Merit: 0
It would be an ideal option to put * .json files under the updated munters if the program itself was not updated. And the seats are smaller and much faster.


member
Activity: 473
Merit: 18
Bminer 10.2 and SRBminer 1.6.7 released.



both updated in master branch
sr. member
Activity: 703
Merit: 272
Bminer 10.2 and SRBminer 1.6.7 released.

member
Activity: 473
Merit: 18
hello i am trying to use this program and i got it running now on 1 coin

but is there a way to let it select between MiningPoolHub and ThePirateMine because if i run the start.bat it only gives a a few pools to select (12 i think) and thepiratemine is not in that list

a other question i have is you can not see if its submiting blocks or somting or do i need to pres some button? somting like this (from a other miner)

on your miner i just have this: also i noticed is not giving the poolspeed it says 0




1. PirateMine doesn't provide profit information and therefore doesn't have Automatic profile (only manual)


What information do you need? Because i had a PM with you and i sended all the information you needed. Please tell me what you need.


If we are talking about profitability, it's an estimation of how much you earn for your hashrate (normalized to BTC, to be able to compare. This means that the coin must have an active exchange)
If you want to implement this, you need exchange rates of the coins you have on the pool and I can help you with the formula (send me a PM).

For the PoolSpeed in the interface, I need to know the api endpoint for specific pools that return current hashrate for wallet + worker (also for wallet balance, to be able to show balance in the app)
Pages:
Jump to: