Pokebowl
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 16, 2020, 01:15:47 AM Last edit: June 16, 2020, 01:44:34 AM by Pokebowl |
|
Hello,
Am trying to use the latest version of the miner 5.0.3 and it is consitently giving out this error:
153203 00:25:38 ****************** Start mining 153203 00:25:38 Pool[D0]: Connected to: us-east.kawpow-hub.miningpoolhub.com:20611 - IP4/6: 45.79.192.137 153203 00:25:38 Pool[D0]: difficulty changed from 0.000 H to 431.18 MH 153203 00:25:38 Pool[D0]: Received new job#: 87d0 153203 00:25:38 Pool[D0]: Working on Block#: 1277841 153203 00:25:40 Miner: GPU[02]: Use default intensity 21 153203 00:25:40 Miner: GPU[02]: Kernel 1: uses Grid: 6554 / Block: 320 -> Threads: 2097280 153203 00:25:40 Pool[D0]: difficulty changed from 431.18 MH to 312.48 MH 153203 00:25:40 Miner: Error ******** GPU[02]: CudaError: 719 at position 402 153203 00:25:41 Miner: Error ******** GPU[03]: CudaCompileError: 11 at position 54 153203 00:25:42 Miner: Error ******** GPU[00]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** GPU[01]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
This is happening on 3 different machines. Two running Windows 10, one running HiveOS. The cards are a mix of 1060, 1070 and 1080Ti - latest nvidia drivers installed and also Microsoft Visual C++ redistributable 2019.
It was suggested at some point in the thread to try using -compute 61 but that did not work for me.
Any help would be much appreciated!
|
|
|
|
alarmod
Newbie
Offline
Activity: 57
Merit: 0
|
|
June 16, 2020, 03:20:36 AM |
|
Hi,
can you share your commandline please?
@echo off
:loop
TT-Miner.exe -coin rvn -luck -P RQBXs5kS4LUR8Avy47HWt3MvG6Sr6pd5Vm.%COMPUTERNAME%@rvn.woolypooly.com:55555
goto loop
or @echo off
:loop
TT-Miner.exe -A ETHASH -P 0x71a512963677f01cf44e564f43117fc02dfcd5d0.%COMPUTERNAME%@eu1.ethermine.org:4444 -d 0 1 2 3
echo restart miner... goto loop
Don't work with any bat-file... All ok with 3.2 version.
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 08:35:20 AM |
|
my problem with nicehash 3.0.2 when i install it manually
procedure entry point cannot be found ,killtimer@CEventhandler@@QAAX-K@Z in dynamic link library C: \ Users \ xxxx\ AppData \ Local \ Programs \ NiceHash Miner \ miner_plugins \ 074d4a80-94ec-11ea-a64d-17be303ea466 \ bins \ 11.0 \ Sockets
version 4.0.3 ok
Hi, looks like you just 'overwrite' an existing installation. Please install v5 into a clean, empty folder and try again.
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 08:39:18 AM |
|
Hello,
Am trying to use the latest version of the miner 5.0.3 and it is consitently giving out this error:
153203 00:25:38 ****************** Start mining 153203 00:25:38 Pool[D0]: Connected to: us-east.kawpow-hub.miningpoolhub.com:20611 - IP4/6: 45.79.192.137 153203 00:25:38 Pool[D0]: difficulty changed from 0.000 H to 431.18 MH 153203 00:25:38 Pool[D0]: Received new job#: 87d0 153203 00:25:38 Pool[D0]: Working on Block#: 1277841 153203 00:25:40 Miner: GPU[02]: Use default intensity 21 153203 00:25:40 Miner: GPU[02]: Kernel 1: uses Grid: 6554 / Block: 320 -> Threads: 2097280 153203 00:25:40 Pool[D0]: difficulty changed from 431.18 MH to 312.48 MH 153203 00:25:40 Miner: Error ******** GPU[02]: CudaError: 719 at position 402 153203 00:25:41 Miner: Error ******** GPU[03]: CudaCompileError: 11 at position 54 153203 00:25:42 Miner: Error ******** GPU[00]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** GPU[01]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
This is happening on 3 different machines. Two running Windows 10, one running HiveOS. The cards are a mix of 1060, 1070 and 1080Ti - latest nvidia drivers installed and also Microsoft Visual C++ redistributable 2019.
It was suggested at some point in the thread to try using -compute 61 but that did not work for me.
Any help would be much appreciated!
Hi, please try a lower intensity (-i 20) and check if you have enough virtual memory (on windows)
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 08:44:42 AM |
|
Hi,
can you share your commandline please?
@echo off
:loop
TT-Miner.exe -coin rvn -luck -P RQBXs5kS4LUR8Avy47HWt3MvG6Sr6pd5Vm.%COMPUTERNAME%@rvn.woolypooly.com:55555
goto loop
or @echo off
:loop
TT-Miner.exe -A ETHASH -P 0x71a512963677f01cf44e564f43117fc02dfcd5d0.%COMPUTERNAME%@eu1.ethermine.org:4444 -d 0 1 2 3
echo restart miner... goto loop
Hi,
the '%' char is treated as a special format character. Please remove the '%' from your command line - then it should work.
Don't work with any bat-file... All ok with 3.2 version.
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 16, 2020, 10:09:39 AM |
|
thanks it works
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 16, 2020, 11:40:58 AM |
|
I just tested it works well but it has a load on the processor of 15%
driver 446.14 2xrtx 2060 1x gtx 1060
kawpow
|
|
|
|
NSTempter
Newbie
Offline
Activity: 3
Merit: 0
|
|
June 16, 2020, 12:49:00 PM |
|
Can I dig solo ETC on a local network? Is Gethwork supported?
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 12:52:07 PM |
|
Can I dig solo ETC on a local network? Is Gethwork supported?
Hi, getwork is supported for kawpow, epic and the new veil progpow only - sorry.
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 12:53:12 PM |
|
I just tested it works well but it has a load on the processor of 15%
driver 446.14 2xrtx 2060 1x gtx 1060
kawpow
That sounds not correct. Can you give me details of your cpu/memory please?
|
|
|
|
alarmod
Newbie
Offline
Activity: 57
Merit: 0
|
|
June 16, 2020, 02:36:31 PM |
|
Hi,
the '%' char is treated as a special format character. Please remove the '%' from your command line - then it should work.
No, %COMPUTERNAME% is standart variable for Windows. If я write FARM TT-Miner.exe -A ETHASH -P 0x71a512963677f01cf44e564f43117fc02dfcd5d0.FARM@eu1.ethermine.org:4444
it is don't work too
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 16, 2020, 03:06:32 PM |
|
Hi,
the '%' char is treated as a special format character. Please remove the '%' from your command line - then it should work.
No, %COMPUTERNAME% is standart variable for Windows. If я write FARM TT-Miner.exe -A ETHASH -P 0x71a512963677f01cf44e564f43117fc02dfcd5d0.FARM@eu1.ethermine.org:4444
it is don't work too Strange that you do not get any other error printed. Can you please check your eventlog and check if there is a TT-Miner related error?
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 16, 2020, 10:26:52 PM |
|
I just tested it works well but it has a load on the processor of 15%
driver 446.14 2xrtx 2060 1x gtx 1060
kawpow
That sounds not correct. Can you give me details of your cpu/memory please? i79700k memory 16go 3600
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 16, 2020, 10:31:29 PM |
|
ok good no probleme
|
|
|
|
Pokebowl
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 17, 2020, 05:31:34 AM |
|
Hello,
Am trying to use the latest version of the miner 5.0.3 and it is consitently giving out this error:
153203 00:25:38 ****************** Start mining 153203 00:25:38 Pool[D0]: Connected to: us-east.kawpow-hub.miningpoolhub.com:20611 - IP4/6: 45.79.192.137 153203 00:25:38 Pool[D0]: difficulty changed from 0.000 H to 431.18 MH 153203 00:25:38 Pool[D0]: Received new job#: 87d0 153203 00:25:38 Pool[D0]: Working on Block#: 1277841 153203 00:25:40 Miner: GPU[02]: Use default intensity 21 153203 00:25:40 Miner: GPU[02]: Kernel 1: uses Grid: 6554 / Block: 320 -> Threads: 2097280 153203 00:25:40 Pool[D0]: difficulty changed from 431.18 MH to 312.48 MH 153203 00:25:40 Miner: Error ******** GPU[02]: CudaError: 719 at position 402 153203 00:25:41 Miner: Error ******** GPU[03]: CudaCompileError: 11 at position 54 153203 00:25:42 Miner: Error ******** GPU[00]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** GPU[01]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
This is happening on 3 different machines. Two running Windows 10, one running HiveOS. The cards are a mix of 1060, 1070 and 1080Ti - latest nvidia drivers installed and also Microsoft Visual C++ redistributable 2019.
It was suggested at some point in the thread to try using -compute 61 but that did not work for me.
Any help would be much appreciated!
Hi, please try a lower intensity (-i 20) and check if you have enough virtual memory (on windows) So on one machine it made no difference, both trying various densities and increasing the pagefile to 16GB. This is a normal desktop with 32GB RAM and 1 1080Ti The other machine has 2 1070 and 2 1060. The change of intensity didn't do anything, however when I increased the page file to 16GB, it started to mine maybe 40-50 seconds and then stopped. I got it to mine another time by changing the intensity, but now no matter what I try it doesn't mine at all. Same error messages. I know it makes no sense lol. Would you have any other suggestions?
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 17, 2020, 08:05:40 AM |
|
Hello I am very happy with version 5.03 I just have a question the time is not just 2 hours less how to set the right time please i'm on the nicehash miner thank you
dear me it's 10 h am and on the minor 8 h am
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 17, 2020, 02:39:28 PM |
|
Hello,
Am trying to use the latest version of the miner 5.0.3 and it is consitently giving out this error:
153203 00:25:38 ****************** Start mining 153203 00:25:38 Pool[D0]: Connected to: us-east.kawpow-hub.miningpoolhub.com:20611 - IP4/6: 45.79.192.137 153203 00:25:38 Pool[D0]: difficulty changed from 0.000 H to 431.18 MH 153203 00:25:38 Pool[D0]: Received new job#: 87d0 153203 00:25:38 Pool[D0]: Working on Block#: 1277841 153203 00:25:40 Miner: GPU[02]: Use default intensity 21 153203 00:25:40 Miner: GPU[02]: Kernel 1: uses Grid: 6554 / Block: 320 -> Threads: 2097280 153203 00:25:40 Pool[D0]: difficulty changed from 431.18 MH to 312.48 MH 153203 00:25:40 Miner: Error ******** GPU[02]: CudaError: 719 at position 402 153203 00:25:41 Miner: Error ******** GPU[03]: CudaCompileError: 11 at position 54 153203 00:25:42 Miner: Error ******** GPU[00]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** GPU[01]: CudaCompileError: 11 at position 54 153203 00:25:43 Miner: Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
This is happening on 3 different machines. Two running Windows 10, one running HiveOS. The cards are a mix of 1060, 1070 and 1080Ti - latest nvidia drivers installed and also Microsoft Visual C++ redistributable 2019.
It was suggested at some point in the thread to try using -compute 61 but that did not work for me.
Any help would be much appreciated!
Hi, please try a lower intensity (-i 20) and check if you have enough virtual memory (on windows) So on one machine it made no difference, both trying various densities and increasing the pagefile to 16GB. This is a normal desktop with 32GB RAM and 1 1080Ti The other machine has 2 1070 and 2 1060. The change of intensity didn't do anything, however when I increased the page file to 16GB, it started to mine maybe 40-50 seconds and then stopped. I got it to mine another time by changing the intensity, but now no matter what I try it doesn't mine at all. Same error messages. I know it makes no sense lol. Would you have any other suggestions? Maybe you can try to mine with a single GPU first. Use -d 0 to activate the first gpu only. Also please make sure that you start with no OC - just stock settings!
|
|
|
|
TrailingStop (OP)
Member
Offline
Activity: 566
Merit: 16
|
|
June 17, 2020, 02:40:42 PM |
|
Hello I am very happy with version 5.03 I just have a question the time is not just 2 hours less how to set the right time please i'm on the nicehash miner thank you
dear me it's 10 h am and on the minor 8 h am
Time is UTC - That makes things easier to compare. I can add a switch to use local for the next release if you need it?
|
|
|
|
devivier
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 17, 2020, 03:02:11 PM |
|
thank you, the main thing is that the miner works
|
|
|
|
alarmod
Newbie
Offline
Activity: 57
Merit: 0
|
|
June 20, 2020, 08:18:36 AM |
|
Strange that you do not get any other error printed. Can you please check your eventlog and check if there is a TT-Miner related error?
Yes! Имя cбoйнoгo пpилoжeния: TT-Miner.exe, вepcия: 5.0.3.65, мeткa вpeмeни: 0x5ee4dbff Имя cбoйнoгo мoдyля: ucrtbase.dll, вepcия: 10.0.19041.1, мeткa вpeмeни: 0xbd1e2564 Кoд иcключeния: 0xc0000409 Cмeщeниe oшибки: 0x00000000000711e8 Идeнтификaтop cбoйнoгo пpoцecca: 0xf24 Bpeмя зaпycкa cбoйнoгo пpилoжeния: 0x01d646db471d94da Пyть cбoйнoгo пpилoжeния: C:\Users\Bитaлий\Desktop\Mining\TT-Miner\TT-Miner.exe Пyть cбoйнoгo мoдyля: C:\WINDOWS\System32\ucrtbase.dll Идeнтификaтop oтчeтa: 5dc6da01-6161-4ce9-ad61-9dd2057087e0 Пoлнoe имя cбoйнoгo пaкeтa: Кoд пpилoжeния, cвязaннoгo co cбoйным пaкeтoм:
|
|
|
|
|