Pages:
Author

Topic: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL, Open Source - page 19. (Read 631037 times)

legendary
Activity: 1792
Merit: 1008
/dev/null
i didnt "ctrl + c" it, i forgot to lol and after 15 min the miner mines now, but without LP. And the usual "Switching back to" isnt shown too, crazy...
hero member
Activity: 1652
Merit: 569
Catalog Websites
just compiled the new version (0.28) and it isnt working at all: it just says 0 kHash/s and is doing nothing
same
legendary
Activity: 1792
Merit: 1008
/dev/null
just compiled the new version (0.28) and it isnt working at all: it just says 0 kHash/s and is doing nothing
sr. member
Activity: 378
Merit: 250
Let's see, while running the new 0.28 client in Windows, I'm now hitting an error that says "Invalid Argument."  However, I'm still getting accepted hashes for a while.
legendary
Activity: 1792
Merit: 1008
/dev/null
What is error 80131537?
Is there, perhaps, some way of just writing out what the error is so users can fix them?
Is anyone else running into this error when compiling the Linux version?
nope i didnt
I didn't so much run into it while compiling.  I ran into it while attempting to run what I compiled.  Perhaps it's because I used the OpenSSL version of libcurl4-dev?
duno, we first must know what this specified error is, then we can track down the issue Smiley
sr. member
Activity: 378
Merit: 250
What is error 80131537?
Is there, perhaps, some way of just writing out what the error is so users can fix them?
Is anyone else running into this error when compiling the Linux version?
nope i didnt
I didn't so much run into it while compiling.  I ran into it while attempting to run what I compiled.  Perhaps it's because I used the OpenSSL version of libcurl4-dev?
sr. member
Activity: 378
Merit: 250
Nice to see this working for Deepbit using the following tag:

Code:
bitcoin-miner-64.exe -a 5 -t 1 -g no -o http://pit.deepbit.net:8332 -u [email protected] -p x

Having trouble understanding, can someone explain in layman's terms what the -a and -A commands do?
-a is to choose the algorithm.  -A is to change the http header information in the case that a pool foolishly decides to block Ufasoft.  Try running bitcoin-miner with the -h option for the full help.
legendary
Activity: 1792
Merit: 1008
/dev/null
What is error 80131537?
Is there, perhaps, some way of just writing out what the error is so users can fix them?
Is anyone else running into this error when compiling the Linux version?
nope i didnt
sr. member
Activity: 386
Merit: 250
Nice to see this working for Deepbit using the following tag:

Code:
bitcoin-miner-64.exe -a 5 -t 1 -g no -o http://pit.deepbit.net:8332 -u [email protected] -p x

Having trouble understanding, can someone explain in layman's terms what the -a and -A commands do?
sr. member
Activity: 378
Merit: 250
What is error 80131537?
Is there, perhaps, some way of just writing out what the error is so users can fix them?
Is anyone else running into this error when compiling the Linux version?
hero member
Activity: 1652
Merit: 569
Catalog Websites
thanks.  any plans to add an aggression setting?
sr. member
Activity: 404
Merit: 251
what does "error881e00c8"  mean???
CUDA_ERROR_INVALID_IMAGE

Something wrong with CUDA
hero member
Activity: 1652
Merit: 569
Catalog Websites
what does "error881e00c8"  mean???
sr. member
Activity: 378
Merit: 250
yea, i love this miner. the only problem i have is that i can't mine with this miner while using my computer. It just gets way too laggy. i wish there was an aggression or intensity setting or something like that.

I completely echo kentrolla's sentiment about ufasoft-miner. What I really like about it is that it combines CPU and GPU mining together and I get a much higher hash rate on CPU mining with this than with other CPU miners.

To implement AGGRESSION we should change C++ wrapping code. OpenCL kernels (file phatk.cl), are very similar on most miners.

Are there any plans to implement AGGRESSION for say the next version of ufasoft-miner(v0.28+ maybe)? I'm also wondering if the latest repository source tree for ufasoft-miner can be found anywhere? (like using git or mercurial etc.). The main page only has the source for 0.25.

Thanks
You know, if you want to change the aggression so badly, change the nice level in Linux or the priority in Windows.  It's basically the same thing.
nice level dosnt affect GPU rendering/others at all...
Gah...forgot it can be used for GPU as well.  >_<
legendary
Activity: 1792
Merit: 1008
/dev/null
yea, i love this miner. the only problem i have is that i can't mine with this miner while using my computer. It just gets way too laggy. i wish there was an aggression or intensity setting or something like that.

I completely echo kentrolla's sentiment about ufasoft-miner. What I really like about it is that it combines CPU and GPU mining together and I get a much higher hash rate on CPU mining with this than with other CPU miners.

To implement AGGRESSION we should change C++ wrapping code. OpenCL kernels (file phatk.cl), are very similar on most miners.

Are there any plans to implement AGGRESSION for say the next version of ufasoft-miner(v0.28+ maybe)? I'm also wondering if the latest repository source tree for ufasoft-miner can be found anywhere? (like using git or mercurial etc.). The main page only has the source for 0.25.

Thanks
You know, if you want to change the aggression so badly, change the nice level in Linux or the priority in Windows.  It's basically the same thing.
nice level dosnt affect GPU rendering/others at all...
sr. member
Activity: 378
Merit: 250
yea, i love this miner. the only problem i have is that i can't mine with this miner while using my computer. It just gets way too laggy. i wish there was an aggression or intensity setting or something like that.

I completely echo kentrolla's sentiment about ufasoft-miner. What I really like about it is that it combines CPU and GPU mining together and I get a much higher hash rate on CPU mining with this than with other CPU miners.

To implement AGGRESSION we should change C++ wrapping code. OpenCL kernels (file phatk.cl), are very similar on most miners.

Are there any plans to implement AGGRESSION for say the next version of ufasoft-miner(v0.28+ maybe)? I'm also wondering if the latest repository source tree for ufasoft-miner can be found anywhere? (like using git or mercurial etc.). The main page only has the source for 0.25.

Thanks
You know, if you want to change the aggression so badly, change the nice level in Linux or the priority in Windows.  It's basically the same thing.
full member
Activity: 230
Merit: 100
yea, i love this miner. the only problem i have is that i can't mine with this miner while using my computer. It just gets way too laggy. i wish there was an aggression or intensity setting or something like that.

I completely echo kentrolla's sentiment about ufasoft-miner. What I really like about it is that it combines CPU and GPU mining together and I get a much higher hash rate on CPU mining with this than with other CPU miners.

To implement AGGRESSION we should change C++ wrapping code. OpenCL kernels (file phatk.cl), are very similar on most miners.

Are there any plans to implement AGGRESSION for say the next version of ufasoft-miner(v0.28+ maybe)? I'm also wondering if the latest repository source tree for ufasoft-miner can be found anywhere? (like using git or mercurial etc.). The main page only has the source for 0.25.

Thanks
hero member
Activity: 1652
Merit: 569
Catalog Websites
yea, i love this miner. the only problem i have is that i can't mine with this miner while using my computer. It just gets way too laggy. i wish there was an aggression or intensity setting or something like that.
sr. member
Activity: 404
Merit: 251
Is there a way to integrate the opencl kernel used by phoenix miner into ufasoft-miner? The current kernel used in ufasoft-miner seems to create a lot of gpu display lag even when the -T temperature setting is low. In Phoenix miner there's an AGGRESSION setting that can be adjusted to reduce display lag but it doesn't seem like ufasoft-miner has an equivalent option.
To implement AGGRESSION we should change C++ wrapping code. OpenCL kernels (file phatk.cl), are very similar on most miners.
full member
Activity: 230
Merit: 100
Is there a way to integrate the opencl kernel used by phoenix miner into ufasoft-miner? The current kernel used in ufasoft-miner seems to create a lot of gpu display lag even when the -T temperature setting is low. In Phoenix miner there's an AGGRESSION setting that can be adjusted to reduce display lag but it doesn't seem like ufasoft-miner has an equivalent option.
Pages:
Jump to: