Giter Club home page Giter Club logo

Comments (16)

pelelademadera avatar pelelademadera commented on August 18, 2024 2

Use that batch.
you can use only one start.bat with all your gpus, so
start.bat call the miner, and the loop restart the batch every 1200 seconds, you can try how many seconds is the optimus. but works good for me

:restart
start "" cmd /C start.bat
start "" cmd /C start2.bat
start "" cmd /C start3.bat
TIMEOUT /T 1200
taskkill /f /im genoil.exe
goto restart

then, start.bat must be in the way:
genoil.exe -c stratum.XXXXX -u XXXXX -p x -P 0 -g 0 1 2 3 X

from zecminer.

pelelademadera avatar pelelademadera commented on August 18, 2024 1

same problem here, after a few minutes, hashes goes to 0
Restart and solve. Im trying so solve it restarting bash every XX minutes.

:restart
start "" cmd /C start.bat
start "" cmd /C start2.bat
start "" cmd /C start3.bat
TIMEOUT /T 1200
taskkill /f /im genoil.exe
goto restart

Thats the way I solve, I run each miner in its own screen to find wich is working bad

from zecminer.

dragun05 avatar dragun05 commented on August 18, 2024 1

Using 0.5 is ok. My rx 470s are around 23-30 sol/s. Buts after run about 5 minutes, some gpu are 0 sol/s. Or windown are dumped, and restart.

from zecminer.

dragun05 avatar dragun05 commented on August 18, 2024 1

In 0.5 version, it have some issues: after 15 running, all shares are invalid share.

untitled

from zecminer.

Genoil avatar Genoil commented on August 18, 2024

you don't seem to be subscribed to the stratum server, so you're not getting any work from it.

from zecminer.

cryptogiraffe avatar cryptogiraffe commented on August 18, 2024

Whenever this happens I just try restarting a couple times and it will go back to hashing.

from zecminer.

deadtruck avatar deadtruck commented on August 18, 2024

Same for me on all my farm...

from zecminer.

zenjakes avatar zenjakes commented on August 18, 2024

you have to subscribe to a pool like suprnova and then create a worker and in batch settings you enter the worker name and password in the place of the default worker and password, if still not working ask again and i'll send screenshots

from zecminer.

dh-jdpiper65 avatar dh-jdpiper65 commented on August 18, 2024

using Radeon Fury Pro(fiji) driver version 16.10.1. Using the Nice Hash miner connect OK. still getting the 0.0s on both cards.
capture

from zecminer.

cryptokoala4 avatar cryptokoala4 commented on August 18, 2024

my quick hack for this is to set a task scheduler to reboot my computer every 30 minutes. until then, this will have to do... still sucks though (doing flypool with 6x 470 rigs)

from zecminer.

kr1z1s avatar kr1z1s commented on August 18, 2024

On my old GPU (5850 5870) - 0.0S/s :( Not plan to add Cypress support?

from zecminer.

JustSomeMiner avatar JustSomeMiner commented on August 18, 2024

I have 4 mining rigs. 2 have a single r9 290, 1 has 2 rx 470's and the last one has a rx 470 and a rx 480 in it. I've noticed that the single 290 rigs don't seem to have the invalid share, or zconn not accepted problem as often as the other two rigs do.

I modified the bat file from a previous post to restart genoil every five minutes instead of every 20 minutes. I did it for all 4 rigs though just in case, because i did catch one of the 290 rigs pumping out 0.0S/s once.

Restarting the computer is not necessary. Just create a restart.bat file to restart genoil for you. Hopefully we'll get a more stable solution in the future, but for now restarting genoil every 5 minutes is working best for me.

image

Where "~nicehash.bat" is your .bat file to launch genoil. It should have something like this in it:

image

With all of these miners running 100% I get about 180Sol/s max.
image

But with timeouts, restarts, and zconn not accepted errors, I'm averaging about 150 Sol/s.
image

edit - I'm running genoil ver 0.5.

from zecminer.

pelelademadera avatar pelelademadera commented on August 18, 2024

why that slow speed?
Im doing 28 with each rx480 core@1000 mem @ 1850 power @ 55W, and 26-30 with my rx380 2gb version, stock core and mem @ 60w all GPUZ readings
37-40 with my i7 6700k @ 4.7ghz @ 95w coretemp reading

zcash

Im using v0.42 0.5 rejects me almost every share

from zecminer.

JustSomeMiner avatar JustSomeMiner commented on August 18, 2024

I don't understand. How is that slow? 180 S/s is a 30 S/s average for the 6 cards... It drops to 150 when one of the rigs drops out and then gets restarted 5 minutes later. it did the same thing to me using .42 so I've just stuck with .5 since it's behaves the same way...

from zecminer.

pelelademadera avatar pelelademadera commented on August 18, 2024

but my rigs dont fall at start... it works and in 10-20 mins stop, so I restart all workers every 5 minutes.

from zecminer.

dh-jdpiper65 avatar dh-jdpiper65 commented on August 18, 2024

Crazy. After some experiments with the fiji cards, I found -i 20 runs and any other intensity gives 0.0s -i 20 is about 25% faster than the nicehash miner though @ 76sols vs 54

from zecminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.