Pages:
Author

Topic: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!! - page 7. (Read 6566 times)

member
Activity: 168
Merit: 15
yes, pool is often offline along with web interface since last pow window
jr. member
Activity: 169
Merit: 1
i got an error on some rigs

 m 14:10:42 zilminer 2:20 A0 0.00 h - cl0 0.00, cl1 0.00, cl2 0.00, cl3 0.00
 X 14:10:50 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:10:50 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:10:50 zilminer Disconnected from rudnik.hopto.org [54.183.144.77:5000]
 i 14:10:50 zilminer No connection. Suspend mining ...
 i 14:10:50 zilminer Selected pool rudnik.hopto.org:5000
 m 14:10:52 zilminer Not connected
 m 14:11:02 zilminer Not connected
 X 14:11:11 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:11:11 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:11:11 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:11:11 zilminer No connection. Suspend mining ...
 i 14:11:11 zilminer Selected pool rudnik.hopto.org:5000
 i 14:11:11 zilminer Next connection attempt in 10 seconds
 m 14:11:12 zilminer Not connected
 m 14:11:22 zilminer Not connected
 m 14:11:32 zilminer Not connected
 m 14:11:42 zilminer Not connected
 X 14:11:42 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:11:42 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:11:42 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:11:42 zilminer No connection. Suspend mining ...
 i 14:11:42 zilminer Selected pool rudnik.hopto.org:5000
 i 14:11:42 zilminer Next connection attempt in 10 seconds
 m 14:11:52 zilminer Not connected
 m 14:12:02 zilminer Not connected
 m 14:12:12 zilminer Not connected
 X 14:12:13 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:12:13 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:12:13 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:12:13 zilminer No connection. Suspend mining ...
 i 14:12:13 zilminer Selected pool rudnik.hopto.org:5000
 i 14:12:13 zilminer Next connection attempt in 10 seconds
 m 14:12:22 zilminer Not connected
 m 14:12:32 zilminer Not connected
 m 14:12:42 zilminer Not connected


when i close and start again it works again, but due of this error it didnt start dual mining.
newbie
Activity: 72
Merit: 0
I barely get one accepted share per day. Difficult too high now.
hero member
Activity: 1162
Merit: 500
would he be willing to share the bat/settings?

thanks
newbie
Activity: 26
Merit: 0
anybody managed to mine rvn + zil?


I am not, but i know someone who is, and it is working as far as i know?
hero member
Activity: 1162
Merit: 500
anybody managed to mine rvn + zil?
legendary
Activity: 1898
Merit: 1024
ok, I'll try after testing without clear-dag. maybe it will work stable until DAGs grow over 4Gb
my actual question is why several starts-ends during one pow window

proxy is using blockexplorer API for start/stop and blockchain sometimes send wrong data when we reach 98-99 block chain can be stuck 2-3min and miner start primary miner again beofore pow, atm there is no solution that is why zil switcher works better as you can setup it better
member
Activity: 168
Merit: 15
ok, I'll try after testing without clear-dag. maybe it will work stable until DAGs grow over 4Gb
my actual question is why several starts-ends during one pow window
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
Code:
powstart.bat
echo %date% %time% PoW Start >> %~dp0logs\zil_%date%_log.txt
title zilminer on %computername% since %date% %time%
taskkill /F /IM EthDcrMiner64.exe
Code:
powend.bat
echo %date% %time% PoW End >> %~dp0logs\zil_%date%_log.txt
call %~dp0start.bat 3
start.bat does some checks, logs and runs %~dp0EthDcrMiner64.exe in its last sting

I'm running without --clear-dag now and it seems to work along with ETH mining. strange for 4Gb card, but still it works )

have you tried without those echos?
put in the powstart.bat only this
Code:
taskkill /f /im EthDcrMiner64.exe
and point your powend.bat directly to your folder
Code:
C:\MINER\Clay\Start.bat
member
Activity: 168
Merit: 15
Code:
powstart.bat
echo %date% %time% PoW Start >> %~dp0logs\zil_%date%_log.txt
title zilminer on %computername% since %date% %time%
taskkill /F /IM EthDcrMiner64.exe
Code:
powend.bat
echo %date% %time% PoW End >> %~dp0logs\zil_%date%_log.txt
call %~dp0start.bat 3
start.bat does some checks, logs and runs %~dp0EthDcrMiner64.exe in its last sting

I'm running without --clear-dag now and it seems to work along with ETH mining. strange for 4Gb card, but still it works )
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
is not --pow-start powstart.bat --pow-end powend.bat
that is OK, I've just swapped them according to the logic. powstart.bat kills primary miner, powend restarts it again

please send me the copy/paste of those 2 bats to check them
member
Activity: 168
Merit: 15
is not --pow-start powstart.bat --pow-end powend.bat
that is OK, I've just swapped them according to the logic. powstart.bat kills primary miner, powend restarts it again
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
no, all rigs are weeks-stable with Claymore only. I have a suggestion this can be because of taskkill /f, primary miner doesn't clean GPU memory in this case. If I press a cross in the console corner, it closes correctly with corresponding message for one second. Maybe I should find a way to shutdown primary miner correctly. taskkill without /f key doesn't work

I see where you are doing it wrong

is not --pow-start powstart.bat --pow-end powend.bat

this is correct: --pow-start powend.bat --pow-end powstart.bat
member
Activity: 168
Merit: 15
I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
no, all rigs are weeks-stable with Claymore only. I have a suggestion this can be because of taskkill /f, primary miner doesn't clean GPU memory in this case. If I press a cross in the console corner, it closes correctly with corresponding message for one second. Maybe I should find a way to shutdown primary miner correctly. taskkill without /f key doesn't work
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
try to run your Clay only for 24h, maybe there is a bug, not in ZIL
what do you mean? it is taskkilled every 2-3 hours by zilminer

I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
But, I'm already sure that should be something else... and at the end will be a banality....
member
Activity: 168
Merit: 15
try to run your Clay only for 24h, maybe there is a bug, not in ZIL
what do you mean? it is taskkilled every 2-3 hours by zilminer
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
have you tried those commands? --farm-recheck  --work-timeout?
yes, full string is
%~dp0zilminer -P zil://0xB45db9D35392B94ecf66ACCf0b2079Fd891F5547.%computername%@rudnik.hopto.org:5000/api --report-hr=1 --pow-start powstart.bat --pow-end powend.bat --work-timeout 10800 --pow-end-timeout 30 --farm-recheck 15000 --clear-dag

try to run your Clay only for 24h, maybe there is a bug, not in ZIL
you have to check and detect every possible single thing
member
Activity: 168
Merit: 15
have you tried those commands? --farm-recheck  --work-timeout?
yes, full string is
%~dp0zilminer -P zil://0xB45db9D35392B94ecf66ACCf0b2079Fd891F5547.%computername%@rudnik.hopto.org:5000/api --report-hr=1 --pow-start powstart.bat --pow-end powend.bat --work-timeout 10800 --pow-end-timeout 30 --farm-recheck 15000 --clear-dag
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
do you have enough MEM available on your GPUs?
I have mix of 4Gb and 8Gb card rigs minig ETH with 2.91Gb DAG, so I use --clear-dag key

have you tried those commands? --farm-recheck  --work-timeout?
member
Activity: 168
Merit: 15
do you have enough MEM available on your GPUs?
I have mix of 4Gb and 8Gb card rigs minig ETH with 2.91Gb DAG, so I use --clear-dag key
Pages:
Jump to: