Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--pow-end start.sh doesnt start second miner #10

Open
kevinsekniqi opened this issue Feb 7, 2019 · 2 comments
Open

--pow-end start.sh doesnt start second miner #10

kevinsekniqi opened this issue Feb 7, 2019 · 2 comments

Comments

@kevinsekniqi
Copy link

zilminer --pow-start stop.sh --pow-end start.sh

Doesnt seem top get the second miner running after ZIL pow is done.

--pow-start stop.sh does work though

@phfft
Copy link

phfft commented Feb 11, 2019

I've had to start the other miner first (by executing the startAE.sh script before running zilminer) then when the POW window starts, it'll execute the stopAE.sh script and when the window ends, it finally executes the startAE.sh script again. I've had to wait several hours (waiting for POW windows) to ensure this works. Another tip for linux is to prefix the script file with ./

Sample command line:

./zilminer --pow-start ./stopAE.sh --pow-end ./startAE.sh --clear-dag --farm-recheck=300 --work-timeout=7200 --farm-retries=10 --retry-delay=10 --report-hr=1 -P zil://[email protected]:5000/api

@schmaudog
Copy link

A linux section in your dual mining guide would have been helpful. Just spent too many hours trying to figure out why my scripts work manually but failed when called by zilminer. Just had to add ./ Thanks for the tip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants