Pages:
Author

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

sr. member
Activity: 404
Merit: 251
I have a problem with ufasoft miner ver. 0.19 on Intel Core 2 Quad 2.83GHz (Windows XP SP3) and Intel Xeon E5405 2Ghz (Windows 2003 std server)
Code:
Error 80190197
What it is ? On others CPU miner worked is good.
That code means: 407 Proxy Authentication Required

Is that PC behind a proxy?
sf
newbie
Activity: 29
Merit: 0
I have a problem with ufasoft miner ver. 0.19 on Intel Core 2 Quad 2.83GHz (Windows XP SP3) and Intel Xeon E5405 2Ghz (Windows 2003 std server)
Code:
D:\bitcoin-miner.exe -v -g no -t 4 -a 15 -o http://f1.deepbit.net:8332 -u  [email protected]_0 -p pass
bitcoin-miner 0.19  Copyright (c) 2011 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://f1.deepbit.net:8332
Using CPU (4 threads)
Error 80190197
0 MHash/s     Error 80190197
What it is ? On others CPU miner worked is good.
newbie
Activity: 46
Merit: 0
I tested it now and it's working whitout any problems+i see an improvement of 1 mhash/s on every core.

Thanks afor you're great work and i hope you'll dos omething about the antivirus false-positive detections.
sr. member
Activity: 404
Merit: 251
Ufasoft the mienr says that my computer support gpu but itd doesn't, it supports only opencl and it gives me an error could you make some testa dn fix this false-positive detection?
Did you tested 0.19? I have fixed this case: "OpenCL.DLL present but no GPUs available"
newbie
Activity: 46
Merit: 0
Ufasoft the mienr says that my computer support gpu but itd doesn't, it supports only opencl and it gives me an error could you make some testa dn fix this false-positive detection?
member
Activity: 145
Merit: 10
0.19 source code please ?
sr. member
Activity: 404
Merit: 251
why password protected?
We have been attacked by virus scanners. They classify bitcoin-miner.exe as malware because someone have embedded .exe to its virus/trojan.
member
Activity: 145
Merit: 10
bots and malware downloading and installing it.
sr. member
Activity: 254
Merit: 250
why password protected?
full member
Activity: 126
Merit: 100
dikidera, many open source applications support libcurl 7.20.x and later. In 7.20 this eroor will be reprodused.
If you are using an old version of libcurl, why don't you just upgrade? I found it funny that you couldn't compile the miner with an old version...i mean, that's what it is, old.
sr. member
Activity: 362
Merit: 250
dikidera, many open source applications support libcurl 7.20.x and later. In 7.20 this eroor will be reprodused.
member
Activity: 145
Merit: 10
 Shocked

a random line of words
full member
Activity: 126
Merit: 100
anyone have 0.18 source code ?
If ufasoft hasn't released it, I don't see how we could.
brand new
Activity: 0
Merit: 250
I'm going to have a good hack at this to see if I can get it to compile on Mac OS X. The limiting factor right now appears to be the use of jwasm which doesn't seem to like compiling on the ice kitty with full SDK installed. Someone here appears to claim that he/she has a Mac with jwasm working - but I've had an initial try at compiling and it doesn't work.

I'll put it in a separate thread so the Mac enthusiasts here can work together getting it functional...

...catfish
member
Activity: 145
Merit: 10
anyone have 0.18 source code ?
sr. member
Activity: 462
Merit: 250
I heart thebaron
.......you need to do thus:....... -g no for using the gpu)
Thank you very much for this info. This helps a great deal and was exactly what I needed to put my CPUs to work without negatively affecting GPU performance.

" -g no " is a life saver Wink

For reference: Ufasoft bitcoin.miner.exe v0.13
- Intel Xeon X3220 Quad (stock speed, 2.40GHz) 11.4 MH/s (all 4 threads).
- Intel Q6600 Quad Core (stock speed, 2.40GHz) 11.6 MH/s (all 4 threads).
- Intel Core i7 920 Quad (stock speed, 2.67GHz) 13.2 MH/s (4 threads, 2 cores + hyperthreading)

**Xeon X3220 & Q6600 are essentially the same CPU/clock/bus speed/LGA775 Platform.

Cheers,
Allan


Running the latest version of Guiminer (guiminer-20110701), the Ufasoft version was v0.13. Upgrading the 'bitcoin-miner.exe' with the latest v0.18 Windows Binary resulted in a 0.2 - 0.4 MH/s increase on each CPU I use it on, with nothing else changed (above results are from v0.13).
member
Activity: 145
Merit: 10
where can we find the latest source ? The one listed is version 0.10

I would like to do some very cpu specific optimizations.. ftree-parallelize-loops , etc.
full member
Activity: 126
Merit: 100
Error when build with old libcurl.4.1.0 (7.18.2).

Code:
mv -f .deps/ext-core.Tpo .deps/ext-core.Po
g++ -DPACKAGE_NAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_TARNAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_VERSION=\"0.10\" -DPACKAGE_STRING=\"ufasoft_bitcoin-miner\ 0.10\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"http://ufasoft.com/open/bitcoin\" -DPACKAGE=\"ufasoft_bitcoin-miner\" -DVERSION=\"0.10\" -DHAVE_LIBPCRE=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBCURL=1 -DHAVE_LIBDL=1 -DHAVE_LIBRT=1 -I.    -std=c++0x -funsigned-char -fno-stack-protector -Wno-invalid-offsetof -I . -I el/inc -g -O2 -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o `test -f 'el/libext/http.cpp' || echo './'`el/libext/http.cpp
el/libext/http.cpp: In member function ‘virtual CURL* Ext::WebRequest::Connect()’:
el/libext/http.cpp:225:16: error: ‘CURLOPT_USERNAME’ was not declared in this scope
el/libext/http.cpp:227:16: error: ‘CURLOPT_PASSWORD’ was not declared in this scope
make: *** [http.o] Error 1

With 7.21.6 all builds fine. Please fix it.
A comedian, eh?
newbie
Activity: 46
Merit: 0
Ufasoft could you make the miner by default to not use gpu?
No, by default it uses all available devices


0.19 available.
Added Feature:  Thermal control option -T.
Ok i understand that by default it uses all the available devices but i my graphic card doesn't support gpu and the miner gives me an error, look at the screenshots to see.My computer supports only opencl, not gpu....
sr. member
Activity: 404
Merit: 251
Ufasoft could you make the miner by default to not use gpu?
No, by default it uses all available devices


0.19 available.
Added Feature:  Thermal control option -T.
Pages:
Jump to: