Bitcoin Forum
June 24, 2024, 09:33:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 »  All
  Print  
Author Topic: [Forager] v20.04 - Profit switching miner (AMD/NVIDIA/CPU) Windows/Linux!  (Read 24666 times)
pstarSR
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 17, 2019, 04:18:08 AM
 #261

I grabbed the new release v19.02.1

swapped over my wallet/coin settings, changed a few things for me. (afterburner off, cpu mining on, cuda 10.0 firmware)

ran basic autostart with minergate, fairpool. no coin filter, no algo filter.

boom benchmarking QRL/MSR/TRTL/GRFT! no errors

so far so good, thanks for the help in getting it sorted. Im gona dive deeper into tweaking it and dialing in more coins/pools, if I run into anything else I will post over at github.

great work
pstarSR
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 17, 2019, 09:13:18 PM
Last edit: February 18, 2019, 06:38:59 PM by pstarSR
 #262

ran into a small issue with Cuda Block size for turtle it seems. posted over on github.

*******

fixed, ran into issue with the config.json for the xmrig miners. Issue described on GIT for anyone else.

4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 23, 2019, 04:01:47 PM
Last edit: February 23, 2019, 04:59:04 PM by 4ward
 #263

Forager 19.03 released
https://github.com/yuzi-co/Forager/releases

Changelog:
Miners:
- BMiner 15.0.1
- CastXMR 1.8.0
- MiniZ 1.0k
- CCMinerMTP NH 1.1.15
- XMRig 2.13
- GMiner 1.34
- GrinPro 1.2
- NBMiner 20.0
- CCMinerYescrypt 8.21.3
- SGMinerMTP 0.1.1
- CryptoDredge 0.17.0


Large code rework
- Reviewed and updated all pools
- Update device detection, better compatibility with different systems
- Fix failed miner blacklisting
- Support for setting CpuThreads in config
- Cleanup old miners and selectively disable algos for some miner to reduce benchmarking
- Reduce memory consumption
- Detect video memory and adjust for Windows 10 memory usage
- Visual interface refresh
- Allow Disabling/Enabling a Device group during runtime
- Allow resetting failed miner to retry
- Add Autoexec.txt to run (and stop) programs on launch


Some config options updated / changed. Please double-check the Config-SAMPLE.ini



alucard20724
Sr. Member
****
Offline Offline

Activity: 703
Merit: 272


View Profile
February 23, 2019, 04:49:04 PM
 #264

Forager 19.03 released
https://github.com/yuzi-co/Forager/releases

Changelog:
Miners:
- BMiner 15.0.1
- CastXMR 1.8.0
- MiniZ 1.0k
- CCMinerMTP NH 1.1.15
- XMRig 2.13
- GMiner 1.34
- GrinPro 1.2
- NBMiner 20.0
- CCMinerYescrypt 8.21.3
- SGMinerMTP 0.1.1
- CryptoDredge 0.17.0


Large code rework
- Reviewed and updated all pools
- Update device detection, better compatibility with different systems
- Fix failed miner blacklisting
- Support for setting CpuThreads in config
- Cleanup old miners and selectively disable algos for some miner to reduce benchmarking
- Reduce memory consumption
- Detect video memory and adjust for Windows 10 memory usage
- Visual interface refresh
- Allow Disabling/Enabling a Device group during runtime
- Allow resetting failed miner to retry
- Add Autoexec.txt to run (and stop) programs on launch



- won't allow me to set group by type for NVIDIA, so that i can set power limits.   Gives me "No Devices for group NVIDIA was detected"... however if i don't set by group and type it runs, but i don't get to set power limits.
line i'm using which worked in all previous versions:
GPUGROUPS=[{"GroupName": "NVIDIA", "Type": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 23, 2019, 04:58:14 PM
 #265



- won't allow me to set group by type for NVIDIA, so that i can set power limits.   Gives me "No Devices for group NVIDIA was detected"... however if i don't set by group and type it runs, but i don't get to set power limits.
line i'm using which worked in all previous versions:
GPUGROUPS=[{"GroupName": "NVIDIA", "Type": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


change "Type" to "GroupType"

GpuGroups=[{"GroupName": "NVIDIA", "GroupType": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]

4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 23, 2019, 05:00:13 PM
 #266

Discord server now available:

https://discord.gg/SAuXwWa

alucard20724
Sr. Member
****
Offline Offline

Activity: 703
Merit: 272


View Profile
February 23, 2019, 05:04:09 PM
 #267



- won't allow me to set group by type for NVIDIA, so that i can set power limits.   Gives me "No Devices for group NVIDIA was detected"... however if i don't set by group and type it runs, but i don't get to set power limits.
line i'm using which worked in all previous versions:
GPUGROUPS=[{"GroupName": "NVIDIA", "Type": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


change "Type" to "GroupType"

GpuGroups=[{"GroupName": "NVIDIA", "GroupType": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


that was it.

How do i get the ethlargmentpill to activate?   I removed the # in autoexec.txt, but there doesn't seem to be anywhere to start autoexec.
4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 23, 2019, 05:21:14 PM
 #268



- won't allow me to set group by type for NVIDIA, so that i can set power limits.   Gives me "No Devices for group NVIDIA was detected"... however if i don't set by group and type it runs, but i don't get to set power limits.
line i'm using which worked in all previous versions:
GPUGROUPS=[{"GroupName": "NVIDIA", "Type": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


change "Type" to "GroupType"

GpuGroups=[{"GroupName": "NVIDIA", "GroupType": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


that was it.

How do i get the ethlargmentpill to activate?   I removed the # in autoexec.txt, but there doesn't seem to be anywhere to start autoexec.

Anything in autostart.txt will run on Forager start
EthLargementpill requires admin, so you will might need to start Forager with Run as administrator

alucard20724
Sr. Member
****
Offline Offline

Activity: 703
Merit: 272


View Profile
February 23, 2019, 05:31:30 PM
 #269



- won't allow me to set group by type for NVIDIA, so that i can set power limits.   Gives me "No Devices for group NVIDIA was detected"... however if i don't set by group and type it runs, but i don't get to set power limits.
line i'm using which worked in all previous versions:
GPUGROUPS=[{"GroupName": "NVIDIA", "Type": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


change "Type" to "GroupType"

GpuGroups=[{"GroupName": "NVIDIA", "GroupType": "NVIDIA", "Devices": "0,1,2", "PowerLimits": "85,90,95,100"}]


that was it.

How do i get the ethlargmentpill to activate?   I removed the # in autoexec.txt, but there doesn't seem to be anywhere to start autoexec.

Anything in autostart.txt will run on Forager start
EthLargementpill requires admin, so you will might need to start Forager with Run as administrator


ok.. then it's not working.  EthLargementpill is not running

Runs fine in v19.02.1, does not run nor initialize in v19.03
4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 23, 2019, 11:20:48 PM
 #270

19.03 re-uploaded with a hotfix for screen limit + small error during donation

duboisi
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
February 24, 2019, 03:08:05 PM
 #271

Error:
Info   Downloading https://github.com/develsoftware/GMinerRelease/releases/download/1.34/gminer_1_34_minimal_windows64.zip
Warn   Existing file hash doesn't match. Will re-download.
Warn   File hash doesn't match. Removing file.
4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 24, 2019, 04:25:19 PM
 #272

Error:
Info   Downloading https://github.com/develsoftware/GMinerRelease/releases/download/1.34/gminer_1_34_minimal_windows64.zip
Warn   Existing file hash doesn't match. Will re-download.
Warn   File hash doesn't match. Removing file.

Apparently the developer has silently uploaded a newer version

You can edit /Miners/N-GMiner-1.34.json and update the SHA256 in to "FAF6BEE635DC830E22FE0978DE3680479544440422C2EE35D857F37757D726DC"

If you use git version, just "git pull" to get latest updates

duboisi
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
February 25, 2019, 02:34:02 PM
 #273

Error:
Info   Downloading https://github.com/develsoftware/GMinerRelease/releases/download/1.34/gminer_1_34_minimal_windows64.zip
Warn   Existing file hash doesn't match. Will re-download.
Warn   File hash doesn't match. Removing file.

Apparently the developer has silently uploaded a newer version

You can edit /Miners/N-GMiner-1.34.json and update the SHA256 in to "FAF6BEE635DC830E22FE0978DE3680479544440422C2EE35D857F37757D726DC"

If you use git version, just "git pull" to get latest updates
TQ.
gregfromo
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
February 26, 2019, 10:53:50 AM
Last edit: February 26, 2019, 11:05:57 AM by gregfromo
 #274

Hi,
I switched 2 rigs to latest github clone this morning. Both win10 64bit - 4gb RAM

1. rig - 2x RX570_8gb - blockchain drivers
2. rig - 2x RX580_4gb - 18.6.1


On rig 1 it shows - Ellesmere_32cu3gb

On rig 2 it shows - Ellesmere_36cu3gb

why not 8gb & 4 gb? accordingly the algos using more then 3gb are not activated.


regards,
g.

 
edit:
JCE 033b18 is no longer working. I suspect due to the device config?
4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 26, 2019, 12:38:33 PM
 #275

Hi,
I switched 2 rigs to latest github clone this morning. Both win10 64bit - 4gb RAM

1. rig - 2x RX570_8gb - blockchain drivers
2. rig - 2x RX580_4gb - 18.6.1


On rig 1 it shows - Ellesmere_32cu3gb

On rig 2 it shows - Ellesmere_36cu3gb

why not 8gb & 4 gb? accordingly the algos using more then 3gb are not activated.


regards,
g.

 
edit:
JCE 033b18 is no longer working. I suspect due to the device config?


Interesting... Can you please post output from OpenCLList.bat and DeviceList.bat ?

gregfromo
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
February 26, 2019, 01:08:13 PM
 #276

Hi,
I switched 2 rigs to latest github clone this morning. Both win10 64bit - 4gb RAM

1. rig - 2x RX570_8gb - blockchain drivers
2. rig - 2x RX580_4gb - 18.6.1


On rig 1 it shows - Ellesmere_32cu3gb

On rig 2 it shows - Ellesmere_36cu3gb

why not 8gb & 4 gb? accordingly the algos using more then 3gb are not activated.


regards,
g.

 
edit:
JCE 033b18 is no longer working. I suspect due to the device config?


Interesting... Can you please post output from OpenCLList.bat and DeviceList.bat ?


here it is:

https://imgur.com/a/RRLqN6L
4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
March 02, 2019, 05:03:16 PM
 #277

Forager 19.03.1 released
https://github.com/yuzi-co/Forager/releases

Changelog:
Miners:
- RHMiner 1.3
- BMiner 15.1
- EthMiner 0.17.1
- lyclMiner 0.2.1
- CPU XMRig 2.13.1
- CCMinerMTP 1.1.14
- SwapMiner 1.2
- TTMiner 2.1.12
- lolMiner 0.7
- SRBMiner 1.7.9

Other:
- WhatToMine pool updated/fixed redundant requests
- MinerRocks improve pool list parsing + fix wallet divisors
- START.bat will generate sample AutoStart.bat based on your selections
- Fix MinWorker_PoolName allowing to set min workers per pool
- Fix PowerLimits for AMD. Now uses 50-150 values (add 100 to WattMan values). 0 means don't change
- Update 7Zip
- Additional small fixes

4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
March 02, 2019, 05:04:33 PM
 #278

Hi,
I switched 2 rigs to latest github clone this morning. Both win10 64bit - 4gb RAM

1. rig - 2x RX570_8gb - blockchain drivers
2. rig - 2x RX580_4gb - 18.6.1


On rig 1 it shows - Ellesmere_32cu3gb

On rig 2 it shows - Ellesmere_36cu3gb

why not 8gb & 4 gb? accordingly the algos using more then 3gb are not activated.


regards,
g.

 
edit:
JCE 033b18 is no longer working. I suspect due to the device config?


Interesting... Can you please post output from OpenCLList.bat and DeviceList.bat ?


here it is:

https://imgur.com/a/RRLqN6L

Sorry for the delay in response. Can you also send the log?

4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
March 15, 2019, 02:58:09 PM
Last edit: March 25, 2019, 07:07:06 PM by 4ward
 #279

Forager 19.03.2 released
https://github.com/yuzi-co/Forager/releases

Changelog:
- Phoenix 4.2a
- NBMiner 21.2
- GMiner 1.36
- TeamRed 0.4.2
- WildRigMulti 0.15.4p7 for (Rainforest)
- CpuMinerMulti 1.3.6.1 (Rainforest)
- XMRig 2.14.1
- CCMinerVerus 3.3
- TTMiner 2.1.17
- NanoMiner 1.1.1
- XMR-Stak 2.10.1
- BMiner 13.3
- SRBMiner 1.8.0
- WildRig 0.10.5 (WildKeccak)
- RHMiner 1.4

Core fixes
Pool updates
CnR, CnGpu, CnRwz, Rainforest and Verushash support

4ward (OP)
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
March 25, 2019, 06:58:02 PM
 #280


I am happy to announce Beta Linux support

You can test it using GIT version
https://github.com/yuzi-co/Forager/

New release will come in the beginning of April

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!