Bitcoin Forum
June 23, 2024, 11:13:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2 on: November 02, 2018, 03:58:49 PM
I am getting a lot of shares rejected on Nicehack with the message "Error code: 2 - Job not found"

Hi! I’m guessing you’re talking about CNv8? Awesome if we keep the questions for CNv8 in the separate ann thread in the future, but no worries this time:

Nicehash mining is a little problematic with CN. Calculating a round of hashes for CN takes > 1 sec. For other hash functions numbers in a few ms are more common. So, CN has a much higher probability of your hashes being stale when the gpu job completes. For e.g. direct xmr mining, with a long block time, pools are generally nice about accepting shares for both the current and the previous pool job, so it doesn’t matter much if you got a new job 0.5 secs before you found a share.

For nicehash, this isn’t true. They can throw you around between client orders every 5 secs and are generally more picky with stale shares. A better way to handle nicehash is to abort ongoing gpu work when a new job comes in and start on the new job instead. This means you will throw away precious time on the gpu instead though whenever a job switch occurs, so it’s not 100% sure you’ll be better off anyway.

We have abort support but have not enabled it yet. Bottom line is that nicehash is problematic, we support mining there but you will take a hit in your poolside hashrate compared to normal/direct coin mining.



Thank you for the explanation. I think 0.3.6 is performing a little better with this, but maybe it's too early to tell after only running the miner for 4 hours. I would appreciate any improvement you can make in this area. Do you have any suggestions of how I can automatically convert my GPU power into BTC other than Nicehack?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2 on: November 02, 2018, 02:43:36 PM
I am getting a lot of shares rejected on Nicehack with the message "Error code: 2 - Job not found"
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoDredge 0.9.2 — NVIDIA GPU Miner on: October 04, 2018, 10:56:51 PM
I got a major hashrate drop in the latest version with Allium on my 1070TIs
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: mkxminer: Fast Lyra2Z/Lyra2rev2 miner for AMD GPU (ZCoin, GINcoin, VERT, MONA... on: September 11, 2018, 01:58:49 PM

Same problem here, did you find a solution?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoDredge 0.8.3 — NVIDIA GPU Miner on: August 19, 2018, 05:09:59 PM
If you have asus GTX 1070 no ti it can hit 3.9 mhs per card its insane i love it

In Lyra2z?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Tutorial on: August 16, 2018, 12:35:37 PM
Hi guys!

We have just published our latest step-by-step tutorial on how to mine with AMD Radeons RX570 / RX580 using tdxminer on Ubuntu 16.04:
https://crypt0.zone/tdxminer-lyra2z-mining-radeon-rx570-rx580-ubuntu-1604!

Feel free to send us some feedback.
We are open for all suggestions

Cool


Please could you do one for Vega 56?
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: August 03, 2018, 08:13:18 AM
I can't figure out how to get my batch file to start when Awesome Miner starts using X16r. The batch file works perfectly fine when I run it outside of the program. Please help.


https://imgur.com/a/ElbH3Xz

Contents of bat file:

nvidiaInspector.exe -setBaseClockOffset:0,0,175 -setBaseClockOffset:1,0,175 -setBaseClockOffset:2,0,175 -setBaseClockOffset:3,0,175 -setBaseClockOffset:4,0,175 -setBaseClockOffset:5,0,175 -setMemoryClockOffset:0,0,340 -setMemoryClockOffset:1,0,340 -setMemoryClockOffset:2,0,340 -setMemoryClockOffset:3,0,340 -setMemoryClockOffset:4,0,340 -setMemoryClockOffset:5,0,340 -setPowerTarget:0,80 -setPowerTarget:1,80 -setPowerTarget:2,80 -setPowerTarget:3,80 -setPowerTarget:4,80 -setPowerTarget:5,80  -setFanSpeed:0,100 -setFanSpeed:1,80 -setFanSpeed:2,80 -setFanSpeed:3,80 -setFanSpeed:4,75 -setFanSpeed:5,75 -setTempTarget:0,0,85 -setTempTarget:1,0,85 -setTempTarget:2,0,85 -setTempTarget:3,0,85 -setTempTarget:4,0,85 -setTempTarget:5,0,85

Did you forget to specify the path to your .exe? Windows/your bat file doesn't magically know where your exe is.
Try adding this to the top of your .bat file if your .exe is in the same folder:
Code:
cd %~dp0



That did it, thank you!
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: August 02, 2018, 07:56:46 PM
I can't figure out how to get my batch file to start when Awesome Miner starts using X16r. The batch file works perfectly fine when I run it outside of the program. Please help.


https://imgur.com/a/ElbH3Xz

Contents of bat file:

nvidiaInspector.exe -setBaseClockOffset:0,0,175 -setBaseClockOffset:1,0,175 -setBaseClockOffset:2,0,175 -setBaseClockOffset:3,0,175 -setBaseClockOffset:4,0,175 -setBaseClockOffset:5,0,175 -setMemoryClockOffset:0,0,340 -setMemoryClockOffset:1,0,340 -setMemoryClockOffset:2,0,340 -setMemoryClockOffset:3,0,340 -setMemoryClockOffset:4,0,340 -setMemoryClockOffset:5,0,340 -setPowerTarget:0,80 -setPowerTarget:1,80 -setPowerTarget:2,80 -setPowerTarget:3,80 -setPowerTarget:4,80 -setPowerTarget:5,80  -setFanSpeed:0,100 -setFanSpeed:1,80 -setFanSpeed:2,80 -setFanSpeed:3,80 -setFanSpeed:4,75 -setFanSpeed:5,75 -setTempTarget:0,0,85 -setTempTarget:1,0,85 -setTempTarget:2,0,85 -setTempTarget:3,0,85 -setTempTarget:4,0,85 -setTempTarget:5,0,85
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!