Pages:
Author

Topic: Claymore's XPM (PrimeCoin) GPU Miner v13.2 - page 8. (Read 41562 times)

sr. member
Activity: 363
Merit: 250
cool...this is what i was looking for..let me mine some XPM and then i can give you some...i shifted to mine xmr as i was not able to resolve this problem...will try this today and let you know..if you do not mind care to tell you what NUL stands for??? also what is the Ip for?? is it local ip address or should i keep the same.

Windows bat scripts don't have timers.  The ping thing is a way to wait a certain amount of time before doing the next thing.  nul should stay nul, don't change that.  The ip should be one that doesn't exist on your local network.
full member
Activity: 145
Merit: 100
i have this version 12.0 running for 1 day now..i have 2 r9-280x.one of my gpu stucks after 6 hours and does not mine..i have to restart the miner to get it working again. can you please add the auto restart option as soon as possible...for the mean time any suggestion on how i can set to restart the bat file at fixed interval..

I have three files to accomplish this, it might not be the best method but it works well for me:
1. Startup.bat
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
NsXpmMiner.exe -o 127.0.0.1:7332 -u user -p pass -xpm key -ss 0 -sd 1

2. restart.bat
@echo off
:loop
ping 192.168.2.2 -n 1 -w 10000 > nul
tasklist /FI "IMAGENAME eq NsXpmMiner.exe" 2>NUL | find /I /N "NsXpmMiner.exe">NUL
if "%ERRORLEVEL%"=="1" start "launcher" "C:\path\to\miner\Claymore XPM GPU Miner SOLO\startup.bat"
goto loop

3. crasher.bat
@echo off
:loop
ping 192.168.2.2 -n 1 -w 7200000 > nul
taskkill /f /im NsXpmMiner.exe
goto loop

Create all three files. then add crasher.bat and restart.bat to your system startup.

Restart.bat checks if the miner is running, if it isn't it starts it again.
Crasher.bat intentionally kills the miner every 2 hours, you can adjust the intervals to your liking.

If this post helped you, donations are welcome: ALg4ihV994ztw2B244sXonHVPmoS7iHVQH
Best,
crendore

cool...this is what i was looking for..let me mine some XPM and then i can give you some...i shifted to mine xmr as i was not able to resolve this problem...will try this today and let you know..if you do not mind care to tell you what NUL stands for??? also what is the Ip for?? is it local ip address or should i keep the same.
sr. member
Activity: 363
Merit: 250
i have this version 12.0 running for 1 day now..i have 2 r9-280x.one of my gpu stucks after 6 hours and does not mine..i have to restart the miner to get it working again. can you please add the auto restart option as soon as possible...for the mean time any suggestion on how i can set to restart the bat file at fixed interval..

I have three files to accomplish this, it might not be the best method but it works well for me:
1. Startup.bat
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
NsXpmMiner.exe -o 127.0.0.1:7332 -u user -p pass -xpm key -ss 0 -sd 1

2. restart.bat
@echo off
:loop
ping 192.168.2.2 -n 1 -w 10000 > nul
tasklist /FI "IMAGENAME eq NsXpmMiner.exe" 2>NUL | find /I /N "NsXpmMiner.exe">NUL
if "%ERRORLEVEL%"=="1" start "launcher" "C:\path\to\miner\Claymore XPM GPU Miner SOLO\startup.bat"
goto loop

3. crasher.bat
@echo off
:loop
ping 192.168.2.2 -n 1 -w 7200000 > nul
taskkill /f /im NsXpmMiner.exe
goto loop

Create all three files. then add crasher.bat and restart.bat to your system startup.

Restart.bat checks if the miner is running, if it isn't it starts it again.
Crasher.bat intentionally kills the miner every 2 hours, you can adjust the intervals to your liking.

If this post helped you, donations are welcome: ALg4ihV994ztw2B244sXonHVPmoS7iHVQH
Best,
crendore
sr. member
Activity: 363
Merit: 250
Been running 11 for weeks no problems.  Installed 12, it crashes my drivers immediately.
Running 13.12
3 x r9 280x saphire toxic.
windows 7 64bit

Claymore any ideas how to fix?

v12 uses more video memory. Have you set GPU_MAX_ALLOC_PERCENT 100?

Yup, still crashes.  Is there a way i can provide some sort of debug log?  I should clarify.  Its not the miner that crashes, its my ATI drivers.  I get a notice, something like: "Display driver AMD has stopped responding and has recovered"

usually that means your volts are too low or clocks too high and running 3 cards on a rig u wont know which it is not alll cards are created = some can do higher clocks at less volts than others even with the same brand/model

Thanks for the tip, but i'm running stock settings for these cards.
full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
same problem here, R9 290x
full member
Activity: 145
Merit: 100
i have this version 12.0 running for 1 day now..i have 2 r9-280x.one of my gpu stucks after 6 hours and does not mine..i have to restart the miner to get it working again. can you please add the auto restart option as soon as possible...for the mean time any suggestion on how i can set to restart the bat file at fixed interval..
sr. member
Activity: 479
Merit: 250
Been running 11 for weeks no problems.  Installed 12, it crashes my drivers immediately.
Running 13.12
3 x r9 280x saphire toxic.
windows 7 64bit

Claymore any ideas how to fix?

v12 uses more video memory. Have you set GPU_MAX_ALLOC_PERCENT 100?

Yup, still crashes.  Is there a way i can provide some sort of debug log?  I should clarify.  Its not the miner that crashes, its my ATI drivers.  I get a notice, something like: "Display driver AMD has stopped responding and has recovered"

usually that means your volts are too low or clocks too high and running 3 cards on a rig u wont know which it is not alll cards are created = some can do higher clocks at less volts than others even with the same brand/model
sr. member
Activity: 363
Merit: 250
Been running 11 for weeks no problems.  Installed 12, it crashes my drivers immediately.
Running 13.12
3 x r9 280x saphire toxic.
windows 7 64bit

Claymore any ideas how to fix?

v12 uses more video memory. Have you set GPU_MAX_ALLOC_PERCENT 100?

Yup, still crashes.  Is there a way i can provide some sort of debug log?  I should clarify.  Its not the miner that crashes, its my ATI drivers.  I get a notice, something like: "Display driver AMD has stopped responding and has recovered"
donator
Activity: 1610
Merit: 1325
Miners developer
Been running 11 for weeks no problems.  Installed 12, it crashes my drivers immediately.
Running 13.12
3 x r9 280x saphire toxic.
windows 7 64bit

Claymore any ideas how to fix?

v12 uses more video memory. Have you set GPU_MAX_ALLOC_PERCENT 100?
sr. member
Activity: 363
Merit: 250
Been running 11 for weeks no problems.  Installed 12, it crashes my drivers immediately.
Running 13.12
3 x r9 280x saphire toxic.
windows 7 64bit

Claymore any ideas how to fix?
full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
For some unknown reason my 5th GPU drop the mining after 2 hours of mining... any ideas?
newbie
Activity: 46
Merit: 0
Hello. Claymore. I want to ask you a favor. Please add option to solo miner to define 2 server. I have a lot of rigs. And i want a backup server option. server 1 for main. retrying 3 times before switching to backup server and go back to main server when it`s online.
Like you did it in xmr miner...
Thank you very much

XPM miner supports ypool only, so the only option is to switch it to solo mode automatically if ypool is not available. I will think about it, but ypool is very stable and has good ddos protection.

OK, you are not understand me. I think to be able to define 2 server for solo miner. example. 192.168.1.5 for server 1 and 192.168.1.10 for server 2. If one of my machine is turned off due to some kind of problem, my miners keeps going mining...

thanks
donator
Activity: 1610
Merit: 1325
Miners developer
Hello. Claymore. I want to ask you a favor. Please add option to solo miner to define 2 server. I have a lot of rigs. And i want a backup server option. server 1 for main. retrying 3 times before switching to backup server and go back to main server when it`s online.
Like you did it in xmr miner...
Thank you very much

XPM miner supports ypool only, so the only option is to switch it to solo mode automatically if ypool is not available. I will think about it, but ypool is very stable and has good ddos protection.
member
Activity: 65
Merit: 10
Hello. Claymore. I want to ask you a favor. Please add option to solo miner to define 2 server. I have a lot of rigs. And i want a backup server option. server 1 for main. retrying 3 times before switching to backup server and go back to main server when it`s online.
Like you did it in xmr miner...
Thank you very much
+
newbie
Activity: 46
Merit: 0
Hello. Claymore. I want to ask you a favor. Please add option to solo miner to define 2 server. I have a lot of rigs. And i want a backup server option. server 1 for main. retrying 3 times before switching to backup server and go back to main server when it`s online.
Like you did it in xmr miner...
Thank you very much
newbie
Activity: 26
Merit: 0
Edit: Nevermind
newbie
Activity: 19
Merit: 0
amazing how his update is the same speed as the opensource ver and came out right after

You could be a bit clever and check time of posts:
- My post about v12.0: July 14, 2014, 07:59:19 AM
- Latest opensource came out: July 14, 2014, 01:28:00 PM

So I have time-machine.
Anyway, I'm not going to feed trolls so I will ignore such things in this thread.


must be a broke time machine cause his 7.1 came out July 13, 2014, 09:44:56 AM plus we cant see your code but u can always be on his git page ready to up 1 every time which would be okay if u were opensource

LOL MXCNOW MOD biggest trolls out. And calling people retard in this day and age show how stupid you are.
Why dont you go back to to the stoneage where you belong!
full member
Activity: 201
Merit: 100
where is the connection betwean the currency, fee, miner, claymore, pool?
To my mind, if pool owner want to add his pool to claymore miner - he can ask about it.
sr. member
Activity: 479
Merit: 250

must be a broke time machine cause his 7.1 came out July 13, 2014, 09:44:56 AM

And I could see its sources? Can you send me direct link to that message? In past I already caught you on statement that you could not confirm (which I call trolling), let's do it one more time.

how can i confirm on a closed source miner with a old ver thats not even downloadable anymore lets see the code then u can prove me wrong scammer

the fact still remains that your v12 came out after also my problem is the pool u support and the fact u support no others that use the same protocol i have been with xpm since it started so u damn right i will try to protect it

The fact is v12 came out before sources of opensource miner with similar speed were available, so you cannot state I use it in v12.
This fact can be confirmed easily by checking messages in both threads. That's all.

there is no fact when there is no code to see to prove that on your end but like i said u dont care for the coin it just a money game to u other wise u would be opensource like the other devs and support any pool

but it wont last hope u made your $ while u could
donator
Activity: 1610
Merit: 1325
Miners developer

must be a broke time machine cause his 7.1 came out July 13, 2014, 09:44:56 AM

And I could see its sources? Can you send me direct link to that message? In past I already caught you on statement that you could not confirm (which I call trolling), let's do it one more time.

how can i confirm on a closed source miner with a old ver thats not even downloadable anymore lets see the code then u can prove me wrong scammer

the fact still remains that your v12 came out after also my problem is the pool u support and the fact u support no others that use the same protocol i have been with xpm since it started so u damn right i will try to protect it

The fact is v12 came out before sources of opensource miner with similar speed were available, so you cannot state I use it in v12.
This fact can be confirmed easily by checking messages in both threads. That's all.
Pages:
Jump to: