Pages:
Author

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

newbie
Activity: 24
Merit: 0
Just wanted to warn you that Microsoft Security Essentials is saying that your miners are malware as of April 16th, 2012. I wrote a report to Microsoft saying this was untrue but it will probably not suffice to take your miners off of the definitions.
member
Activity: 74
Merit: 10
Hi Ufasoft

I have been using bitcoin-miner for a while and just switched to win7 64 bit.

One pool (eclipse)

"bitcoin-miner-64.exe -a 1 -t 0 -o http://eu.eclipsemc.com:8337 -u x -p x"

works fine  although it tells me it is using a machine core as well as the GPU, despite "-t 0"

but bitparking

"bitcoin-miner-64.exe -a 1 -t 0 -o http://mmpool.bitparking.com:15098 -u x -p x"

gives an error:

"bitcoin-miner has stopped working
Windows is collecting more information about the problem.  This might take several minutes...."

It then says

"A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available."

I click close program and get nothing of course.

I get the effect whether I invoke the program in a command box or as a BAT file.
I have tried different aggression to no avail.
The bitparking account is fine since I can mine on it with Phoenix.
The instructions used to work when I had the 32bit OS.

Can you help?
legendary
Activity: 1792
Merit: 1008
/dev/null
OpenCL dosnt woorks too under linux. If you got time (which you actually dont have ufasoft) i can give u a machine where u can test CUDA+OCL.

greetings
sr. member
Activity: 404
Merit: 251
It's just a stub for future.
CUDA code is present in the .tar, but never tried to build in under linux.

how much work will it be to enable the cuda part?
Not much. My Linux PC have not PCI-E slot. So I can't test CUDA/OpenCL implementation.
hero member
Activity: 518
Merit: 500
It's just a stub for future.
CUDA code is present in the .tar, but never tried to build in under linux.

how much work will it be to enable the cuda part?
sr. member
Activity: 349
Merit: 250
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
some incorrect info
there is no such feature.
Sorry I thought I remembered doing it...you are right, I am wrong...this feature is not implemented in ufasoft miner....
you can do it like this with poclbm Smiley no reason to excuse!
I prefer that I did NOT spread incorrect information...there is already enough of that on the interwebs  Smiley
legendary
Activity: 1792
Merit: 1008
/dev/null
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
Just try repeating the -o parameter in your command line for an additional pool.
For example:
bitcoin-miner -o http://user1:[email protected]:8332 -o http://user2:[email protected]:8332

there is no such feature.
Sorry I thought I remembered doing it...you are right, I am wrong...this feature is not implemented in ufasoft miner....
you can do it like this with poclbm Smiley no reason to excuse!
sr. member
Activity: 349
Merit: 250
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
Just try repeating the -o parameter in your command line for an additional pool.
For example:
bitcoin-miner -o http://user1:[email protected]:8332 -o http://user2:[email protected]:8332

there is no such feature.
Sorry I thought I remembered doing it...you are right, I am wrong...this feature is not implemented in ufasoft miner....
legendary
Activity: 1792
Merit: 1008
/dev/null
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
Just try repeating the -o parameter in your command line for an additional pool.
For example:
bitcoin-miner -o http://user1:[email protected]:8332 -o http://user2:[email protected]:8332

there is no such feature.
sr. member
Activity: 349
Merit: 250
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
Just try repeating the -o parameter in your command line for an additional pool.
For example:
bitcoin-miner -o http://user1:[email protected]:8332 -o http://user2:[email protected]:8332

[Edit] This is wrong, and will not work!
full member
Activity: 140
Merit: 100
What language is this coded in? Delphi?
legendary
Activity: 1792
Merit: 1008
/dev/null
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.

no there isnt yet, i already asked ufasoft for such a feature.
sr. member
Activity: 446
Merit: 250
Is there a way to do failover with Ufasoft Miner? I've not seen a setting that would indicate it would but wanted to be sure.
full member
Activity: 230
Merit: 100
Here is my build based on 0.28.  It includes CUDA support.  It has 32/64 bit builds.  (Hint: 32 bit runs faster on 64 bit, go figure)

http://www.4shared.com/rar/5K3lDgCu/file.html

I renamed the project to winbtc, but the sources are from ufasoft.
Use VS2010 to build.


Thanks, I'll definitely check that out when I have some time available.
legendary
Activity: 1792
Merit: 1008
/dev/null
Could it be the version of Ufasoft? Or is it something else?
Version 0.29 available: http://ufasoft.com/files/ufasoft_bitcoin-miner-0.29.tar.lzma
Previous versions are worse.
compiled + uploaded
sr. member
Activity: 404
Merit: 251
Is there a windows binary of this available? It's not exactly easy to build from source since dependencies aren't included and the README and INSTALL files are missing important detailed instructions.
0.29 is Linux-only update. It fixes a bug, which is not related to Windows version. So no need to update binaries.
full member
Activity: 230
Merit: 100
Is there a windows binary of this available? It's not exactly easy to build from source since dependencies aren't included and the README and INSTALL files are missing important detailed instructions.
legendary
Activity: 1792
Merit: 1008
/dev/null
Could it be the version of Ufasoft? Or is it something else?
Version 0.29 available: http://ufasoft.com/files/ufasoft_bitcoin-miner-0.29.tar.lzma
Previous versions are worse.
you forgot to update the version + link on ur page Smiley
sr. member
Activity: 404
Merit: 251
I saw that there's an --enable-cuda flag for ./configure of the ufasoft miner.
How does that work?
I did a ./configure --enable-cuda but running bitcoin-miner it just detected my CPUs.
It's just a stub for future.
CUDA code is present in the .tar, but never tried to build in under linux.



sr. member
Activity: 404
Merit: 251
Could it be the version of Ufasoft? Or is it something else?
Version 0.29 available: http://ufasoft.com/files/ufasoft_bitcoin-miner-0.29.tar.lzma
Previous versions are worse.
Pages:
Jump to: