Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner 0.25 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source
by
K1773R
on 10/01/2012, 14:07:01 UTC
sorry, i have no time to read 33 pages... )
tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running?
current settings are
Code:
-a 4 -t 2 -v -o
and everything else is veeeery slow... thanks!
set the priority to below normal/low or dont use all cores (you got 2 as it looks).
you can creat a .bat file and put this in (right click it and select edit):

Code:
C:\WINDOWS\system32\cmd.exe /c start "ufasoft miner" /belownormal "C:\Documents and Settings\K1773R\Desktop\Downloads\bitcoin-miner.exe" -v -o http://K1773R_test:foobar@eu.eclipsemc.com:8337 -l yes
you dont have to set -t because its using the max cpu cores if you dont set it (see -help). the code up there should work, you just have to set the path to bitcoin-miner.exe and replace the pool (-o switch)
if the system is still lagging tomuch you change /belownormal to /low but the system wont be stable if you mine 100%, thats normaly for winblows!
just double click the bat file and it should work Smiley