RentGPU
|
|
November 28, 2018, 06:42:20 PM |
|
How can i autostart the miner with windows but sets a delay about 5mins after windows boot , i tried to make a batch file to load at startup then a timer in the batch starts the miner but it didn't the miner crashes Anyone knows how to do it the right way?
timeout /t 300 What is the right start command you use after the timeout command , i used start "start batch path" but it crashes
|
2016 GPU Miner
|
|
|
Bojcha
|
|
November 28, 2018, 07:37:21 PM |
|
How can i autostart the miner with windows but sets a delay about 5mins after windows boot , i tried to make a batch file to load at startup then a timer in the batch starts the miner but it didn't the miner crashes Anyone knows how to do it the right way?
timeout /t 300 What is the right start command you use after the timeout command , i used start "start batch path" but it crashes 300 is ofc too much, for win10 5-10 is enough with ssd, on win7 15-20. But always best is to test it.
|
|
|
|
Jonet
Jr. Member
Offline
Activity: 82
Merit: 3
|
|
November 28, 2018, 08:30:16 PM |
|
What is the right start command you use after the timeout command , i used start "start batch path" but it crashes
Maybe change directory to where Claymore miner is before you start the batch file
|
|
|
|
dwarf0
Newbie
Offline
Activity: 49
Merit: 0
|
|
November 30, 2018, 06:03:56 AM |
|
Hello Claymore. Are you planning to release free version of the miner for win 7 like you did for win 10? I mean 3GB and lower cards.
|
|
|
|
cscheat
Newbie
Offline
Activity: 84
Merit: 0
|
|
December 01, 2018, 10:00:04 AM |
|
Mr CLaymore. any ETA for CLAYMORE V12 ?
|
|
|
|
fr4nkthetank
Legendary
Offline
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
|
|
December 01, 2018, 02:24:51 PM |
|
just put
:start timeout /t 3 setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100
Program.exe
goto start
should do the trick
|
|
|
|
Ursul0
|
|
December 04, 2018, 05:29:55 PM |
|
How can i autostart the miner with windows but sets a delay about 5mins after windows boot , i tried to make a batch file to load at startup then a timer in the batch starts the miner but it didn't the miner crashes Anyone knows how to do it the right way?
The right way would be to use Task Scheduler, create a task there and in the "Triggers" add one that suits you (I normally use sysinternal's autologon + trigger "at logon" in Task Scheduler ) and set the desired delay there.
|
|
|
|
johnambush
|
|
December 04, 2018, 10:59:31 PM |
|
Ok. I have not been mining since April this year. I have Sapphire RX 470 4Gb. First reason was that Windows update that slowed down rig. So I figured it out. Now I have problem getting full hash with this card on windows 10. I keep getting 50% lower hash rate than it can give, around 13.8. Windows version is 17.03. I managed 3 months ago to get 27.4 just to see is it possible to mine with these cards. Then I had to format disc and now I don't know what drivers version was that and how to get full hash. With every driver I tried I get 50% less. Can someone give me advice with this? Someone still mine with this cards?
|
|
|
|
AzzAz
Legendary
Offline
Activity: 1030
Merit: 1006
|
|
December 05, 2018, 12:34:34 AM |
|
Ok. I have not been mining since April this year. I have Sapphire RX 470 4Gb. First reason was that Windows update that slowed down rig. So I figured it out. Now I have problem getting full hash with this card on windows 10. I keep getting 50% lower hash rate than it can give, around 13.8. Windows version is 17.03. I managed 3 months ago to get 27.4 just to see is it possible to mine with these cards. Then I had to format disc and now I don't know what drivers version was that and how to get full hash. With every driver I tried I get 50% less. Can someone give me advice with this? Someone still mine with this cards?
Man...1709 win updated but without 1803 or 1809 or 1811 ( updates/advanced/feature postponed to 365days ) 18.5.1 drivers , with Compute mode "on". Atikmdag patched, ofc...
|
|
|
|
wpsd
Newbie
Offline
Activity: 41
Merit: 0
|
|
December 05, 2018, 11:34:07 AM |
|
Hi what encoding do you use that appear in the console and log file ?
|
|
|
|
crypper
Member
Offline
Activity: 239
Merit: 12
|
|
December 05, 2018, 01:11:51 PM |
|
How can i autostart the miner with windows but sets a delay about 5mins after windows boot , i tried to make a batch file to load at startup then a timer in the batch starts the miner but it didn't the miner crashes Anyone knows how to do it the right way?
timeout /t 300 What is the right start command you use after the timeout command , i used start "start batch path" but it crashes I do it in this way. Here is the bat file that I just add to startup folder: REM 1. allow 5 min for windows to settle timeout /t 300
REM 2. send email notification to myself that miner restarted powershell.exe -nonprofile -executionpolicy bypass -file C:\path_to_powershell_script.ps1 timeout /t 10
REM 3. load overclocks by OverdriveNtool start cmd /k "cd C:\path_to_file_with_overclocks" timeout /t 30
REM 4. start claymore start cmd /k "cd C:\path_to_claymore_bat_file"
|
|
|
|
Demented247
Newbie
Offline
Activity: 15
Merit: 0
|
|
December 06, 2018, 07:00:28 AM |
|
Good Day Claymore, Sorry for posting this here but is there any chance you can develop i proper Raven miner with all related algos for AMD GPU's. there is a massive gap in the market for it and all available miners are just not worth it.
|
|
|
|
johnambush
|
|
December 06, 2018, 07:46:54 AM |
|
Ok. I have not been mining since April this year. I have Sapphire RX 470 4Gb. First reason was that Windows update that slowed down rig. So I figured it out. Now I have problem getting full hash with this card on windows 10. I keep getting 50% lower hash rate than it can give, around 13.8. Windows version is 17.03. I managed 3 months ago to get 27.4 just to see is it possible to mine with these cards. Then I had to format disc and now I don't know what drivers version was that and how to get full hash. With every driver I tried I get 50% less. Can someone give me advice with this? Someone still mine with this cards?
Man...1709 win updated but without 1803 or 1809 or 1811 ( updates/advanced/feature postponed to 365days ) 18.5.1 drivers , with Compute mode "on". Atikmdag patched, ofc... Thank you....will try it.
|
|
|
|
nsk_54
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 06, 2018, 04:29:37 PM |
|
Claymore still alive ?
|
|
|
|
rascabily
|
|
December 06, 2018, 05:15:25 PM |
|
Claymore still alive ?
No. Dev is Dubai
|
|
|
|
xunl
Newbie
Offline
Activity: 33
Merit: 0
|
|
December 06, 2018, 05:41:03 PM Last edit: December 06, 2018, 06:25:14 PM by xunl |
|
Can someone please define what price is consider to be cheap electricity? I am still mining at $10c/KWH during sleep, is it cheap? I have been scaled back from a tiny mining farm to just a few dual gpu gaming rigs now. I haven't played any games for many years. The games are a lot better now than the past w/ the dual 1080 gpus. I remember gamers used to complain about the miners, now they are trolling the miners. When eth price rises, hashpower also increases and mining difficulty increases even faster. So most miners are not very profitable unless the eth price jumps even faster. (make small net profit) However, when eth price drops, hashpower also drops but the difficulty drops much slower than the hashpower; therefore, mining becomes extremely unprofitable. (lose big time in energy and equipement cost) As we speak, epoch approaches 228 very soon. W/O update claymore miner will halt by Oct. After eth upgrade to constantinople, probably will reach epoch 299 even sooner.
|
|
|
|
DBIXDBIX
Newbie
Offline
Activity: 231
Merit: 0
|
|
December 06, 2018, 07:12:59 PM |
|
|
|
|
|
mexican1973
Newbie
Offline
Activity: 1
Merit: 0
|
|
December 12, 2018, 08:27:53 AM |
|
Hi Claymore. Will you be working on a new version to implement Constantinople changes ? Are there any changes required at all ? Cheers mate Good work Thanks Heinrich
|
|
|
|
zzeleznez
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 13, 2018, 09:17:25 AM Last edit: December 13, 2018, 02:10:13 PM by zzeleznez |
|
Good day.
For several years I have been using Claymore's Dual Ethereum on ATI 280, I’m happy with everything and devfee was always on. I respect the work of others and ready to pay for it. I am using hiveos for mining Music and Pirl. But for a month and a half, when switching to devfee Claymore's is turned off with an error of out of memory for Dag file creation. My rigs goes to reboot. I lose five to seven minutes to restart rigs. Could you please fix devfee in the next versions or turn it off for video cards with a small amount of memory eg not only 2GB but 3GB too. Anyway, ETH DAG will soon grow to 4GB and I think you have to do something with it. Maybe you will switch devfee to a coin with a little DAG for these cards?
Thanks, WBR
|
|
|
|
chup
Sr. Member
Offline
Activity: 736
Merit: 262
Me, Myself & I
|
|
December 13, 2018, 09:41:38 AM |
|
Good day.
For several years I have been using Claymore's Dual Ethereum on ATI 280, I’m happy with everything and devfee was always on. I respect the work of others and ready to pay for it. I am using hiveos for mining Music and Pirl. But for a month and a half, when switching to devfee Claymore's is turned off with an error of out of memory for Dag file creation. My rigs goes to reboot. I lose five to seven minutes to restart rigs. Could you please fix devfee in the next versions or turn it off for video cards with a small amount of memory eg not only 2GB but 3GB too. Anyway, DAG will soon grow to 4GB and I think you have to do something with it. Maybe you will switch devfee to a coin with a little DAG for these cards?
Thanks, WBR
In this situation "-nofee 1" switch would slow down Your hashrate for 2% (4%-2%devfee), but prevent reboot downtime.
|
|
|
|
|