Pages:
Author

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

sr. member
Activity: 703
Merit: 272
Any chance of getting an update?

I haven't been able to get SRBminer 1.7.0 to work with forager.


I've gotten trex7.4,enemyminer1.24v3,cryptodredge10,castxmr1.6.0,wildrigmulti12.9,sgminerKL1.0.9,teamredminer3.7

just not srbminer 1.7.0

thanks
newbie
Activity: 127
Merit: 0
Coindesk added cloudflare support, so SSL certs changed and now it says invalid certificate for many softwares.

Today get message " Warning: No miners above MinProfit" and all mining activity stopped.
Anyone else get this?

+ 1

I am also receiving the same error message.

I will look at the logs later today to see if I can identify the issue

Disclaimer: I am not a programmer.


EDIT:

I temporary solved the issue by editing the Core.ps1 file with Notepad++

Line 427

$CDKResponse = Invoke-APIRequest -Url "https://api.coindesk.com/v1/bpi/currentprice/$LocalCurrency.json" -MaxAge 60 |

It appears that coindesk api is not responding to https request, so I deleted the "s" from https, so it looked like this

$CDKResponse = Invoke-APIRequest -Url "http://api.coindesk.com/v1/bpi/currentprice/$LocalCurrency.json" -MaxAge 60 |

Saved and relaunched and it's working again.

Hopefully someone smarter can provide a proper fix.






full member
Activity: 202
Merit: 100
It works. Thanks so much.
jr. member
Activity: 35
Merit: 1
Today get message " Warning: No miners above MinProfit" and all mining activity stopped.
Anyone else get this?

+ 1

I am also receiving the same error message.

I will look at the logs later today to see if I can identify the issue

Disclaimer: I am not a programmer.


EDIT:

I temporary solved the issue by editing the Core.ps1 file with Notepad++

Line 427

$CDKResponse = Invoke-APIRequest -Url "https://api.coindesk.com/v1/bpi/currentprice/$LocalCurrency.json" -MaxAge 60 |

It appears that coindesk api is not responding to https request, so I deleted the "s" from https, so it looked like this

$CDKResponse = Invoke-APIRequest -Url "http://api.coindesk.com/v1/bpi/currentprice/$LocalCurrency.json" -MaxAge 60 |

Saved and relaunched and it's working again.

Hopefully someone smarter can provide a proper fix.





full member
Activity: 202
Merit: 100
Today get message " Warning: No miners above MinProfit" and all mining activity stopped.
Anyone else get this?
newbie
Activity: 25
Merit: 0
Thankyou for the updates. I really didn't want to have to move to MPM beta.

much appreciated, i love Forager.
wip
newbie
Activity: 8
Merit: 0
Hi 4ward,

JCE upgraded his GPU miner once again, he mention new source code which makes its impossible to benchmark within forager at this point.

Anything you maybe wanna take a look at?

Regards
wip

he's no longer supporting forager.  it's in the first post.  it's unprofitable for him.  I've just been doing what i can with version 18.10... however, i can't get srb 1.6.9 to work nor can i get jce 33b3 to work (keeps trying to mine with the integrated  graphics on the cpu and one other gpu, rather than just the two jpu), though 33b worked just fine.   i don't know how different 33b3 is from 33b.

Wow, i did miss that. However i think crypto for gpu just had its blast and it will come again, but when is the question.
I loved this interface.

However. i managed to get JCE 033b5 to benchmark and run flawless. ( i have integrated CPU graphics turned off in BIOS, so im not affected by your issue. i have a HDMI dongle in first gpu in my rigs.
https://www.ebay.com/itm/VGA-Virtual-Display-Adapter-HDMI-1-4-DDC-EDID-Dummy-Plug-Video-card-Lock-plate/282632024511
sr. member
Activity: 703
Merit: 272
Hi 4ward,

JCE upgraded his GPU miner once again, he mention new source code which makes its impossible to benchmark within forager at this point.

Anything you maybe wanna take a look at?

Regards
wip

he's no longer supporting forager.  it's in the first post.  it's unprofitable for him.  I've just been doing what i can with version 18.10... however, i can't get srb 1.6.9 to work nor can i get jce 33b3 to work (keeps trying to mine with the integrated  graphics on the cpu and one other gpu, rather than just the two jpu), though 33b worked just fine.   i don't know how different 33b3 is from 33b.
wip
newbie
Activity: 8
Merit: 0
Hi 4ward,

JCE upgraded his GPU miner once again, he mention new source code which makes its impossible to benchmark within forager at this point.

Anything you maybe wanna take a look at?

Regards
wip
sr. member
Activity: 703
Merit: 272
TeamRedMiner out.
I tried adding it, but i failed miserably.

We implemented the api to be compatible with sgminer but not the command line options. Hence, the arguments in your example are wrong. Let me see if I can get it going myself and dump a working example here, otherwise I’m sure devs will add it properly shortly.

it's already in the git Wink

teamRedMiner isn't working with forager.. sometimes it works, but most of the time i get a miner error with teamredminer in the log file... haven't figured it out yet.

UPDATE:
you need to add "--platform=#GpuPlatform#",  to TeamRedMiner... fixed problem
member
Activity: 473
Merit: 18
TeamRedMiner out.
I tried adding it, but i failed miserably.

We implemented the api to be compatible with sgminer but not the command line options. Hence, the arguments in your example are wrong. Let me see if I can get it going myself and dump a working example here, otherwise I’m sure devs will add it properly shortly.

it's already in the git Wink
member
Activity: 658
Merit: 86
TeamRedMiner out.
I tried adding it, but i failed miserably.

We implemented the api to be compatible with sgminer but not the command line options. Hence, the arguments in your example are wrong. Let me see if I can get it going myself and dump a working example here, otherwise I’m sure devs will add it properly shortly.
member
Activity: 473
Merit: 18
Updates in Git:

fix SRBMiner API
add TeamRedMiner
JCEMiner updates
CastXMR update
WildRigMulti update
fix donation pools
CryptoNightV8 support
sr. member
Activity: 703
Merit: 272
TeamRedMiner out.
I tried adding it, but i failed miserably.

{
    "Path": "teamredminer.exe",
    "Uri": "https://github.com/todxx/teamredminer/releases/download/v0.3.3/teamredminer-v0.3.3-win.zip",
   
    "Type": "AMD",
    "Arguments": [
        "-o #Protocol#://#Server#:#Port#",
        "-u #Login#",
        "-p #Password#",
        "--device #Devices#",
        "--api-listen",
        "--api-port #APIPort#",
        "#AlgorithmParameters#"
    ],
    "API": "xgminer",
    "APIPort": 4028,
    "Fee": 0.03,
    "Algorithms": {
        "Lyra2z": "-a lyra2z",
        "Phi2": "-a phi2"
    }
}
wip
newbie
Activity: 8
Merit: 0
hello!

JCE Miner added support for crytponight 8 and the algo is available at nicehash as of now with launch tomorrow.
Will Forager support CN8 within near future?
sr. member
Activity: 703
Merit: 272
Announcement:

For a while now, the mining profits are pretty negligible and I have already stopped mining for a some time.
On the other hand there is a lots of good developers creating and updating miners, which I can't really keep up with.
I will be stopping the development of Forager as mining is not profitable for me and the amount of donations I get is negligible.

Thanks to everyone who is using Forager, who reported bugs and kept me updated on new miner releases.

I will probably release another bug fix version soon, which will be the last (unless GPU/CPU mining returns to profitability in future).

If anyone is looking to continue development and would like to some assistance, feel free to contact me.



Sorry to see you go.  I've been able to keep it profitable during this downtime by keeping Nicehash weighted at 1, and the auto-exchange to btc pools weighted at 0.5.  My revenue has stayed equivalent for october compared to september and august with this weighting.
full member
Activity: 202
Merit: 100
I think your fee is mining at ZergPool which has shut down. Could you change it to other pool?
member
Activity: 473
Merit: 18
Announcement:

For a while now, the mining profits are pretty negligible and I have already stopped mining for a some time.
On the other hand there is a lots of good developers creating and updating miners, which I can't really keep up with.
I will be stopping the development of Forager as mining is not profitable for me and the amount of donations I get is negligible.

Thanks to everyone who is using Forager, who reported bugs and kept me updated on new miner releases.

I will probably release another bug fix version soon, which will be the last (unless GPU/CPU mining returns to profitability in future).

If anyone is looking to continue development and would like to some assistance, feel free to contact me.

sr. member
Activity: 703
Merit: 272
SRBminer benchmarks aren't being recorded in v18.10
sr. member
Activity: 703
Merit: 272
Remove ZergPool from the list of pools.  It was shut down by the pool operator with no advanced notice nor reason why.
Pages:
Jump to: