Bitcoin Forum
April 19, 2024, 08:43:08 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL, Open Source  (Read 630791 times)
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 02, 2012, 11:56:01 PM
 #741

Hey, just attempted to compile this on another Linux machine and I'm getting error 80004005.  Could someone explain this error to me yet?
E_FAIL.
It's general error code. If you can, try to run under debugger (e.g. GDB) and make Stack Trace


Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
1713559388
Hero Member
*
Offline Offline

Posts: 1713559388

View Profile Personal Message (Offline)

Ignore
1713559388
Reply with quote  #2

1713559388
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713559388
Hero Member
*
Offline Offline

Posts: 1713559388

View Profile Personal Message (Offline)

Ignore
1713559388
Reply with quote  #2

1713559388
Report to moderator
1713559388
Hero Member
*
Offline Offline

Posts: 1713559388

View Profile Personal Message (Offline)

Ignore
1713559388
Reply with quote  #2

1713559388
Report to moderator
bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
March 04, 2012, 04:11:49 AM
 #742

So is the miner's 0kHash/s problem fixed? I can't seem to mine at all in ubuntu 11.10 64-bit... cgminer's cpuminer works perfectly, but your's doesn't.

EDIT: It works now, but it takes about a few minutes to start up  Sad
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 04, 2012, 06:48:08 AM
 #743

So is the miner's 0kHash/s problem fixed? I can't seem to mine at all in ubuntu 11.10 64-bit... cgminer's cpuminer works perfectly, but your's doesn't.

EDIT: It works now, but it takes about a few minutes to start up  Sad
Tell me full command line to test. Miner's behavior depends of Pool.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
March 04, 2012, 08:12:42 AM
 #744

So is the miner's 0kHash/s problem fixed? I can't seem to mine at all in ubuntu 11.10 64-bit... cgminer's cpuminer works perfectly, but your's doesn't.

EDIT: It works now, but it takes about a few minutes to start up  Sad
Tell me full command line to test. Miner's behavior depends of Pool.

-a 5 -g no -o http://gpumax.com:8332 -u (accountnumber) -p (pass) -t 4 -v
using Ufasoft source 0.28 with CFLAGS="-O3 -Wall -march=amdfam10"
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 04, 2012, 10:19:13 AM
 #745

-a 5 -g no -o http://gpumax.com:8332 -u (accountnumber) -p (pass) -t 4 -v
As I see there is no open registration at gpumax.com. So I can't to test it.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
March 04, 2012, 10:46:34 AM
 #746

-a 5 -g no -o http://gpumax.com:8332 -u (accountnumber) -p (pass) -t 4 -v
As I see there is no open registration at gpumax.com. So I can't to test it.

If you want, here is a worker and pass:
worker: 4f23948458d5d928c9004153
pass: abc123

Since I don't mine this particular worker, and it has no btc accumulated, I would be happy to give you all the BTC earned from the shares given.  Smiley

*I should try the Ufasoft miner more on a different pool, but the time I did get it working, I only got 14~ mhash on my Phenom II x4 945. And since I get 16 mhash on cgminer, I might have kept with cgminer.  Grin
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 04, 2012, 12:08:14 PM
 #747

-a 5 -g no -o http://gpumax.com:8332 -u (accountnumber) -p (pass) -t 4 -v
worker: 4f23948458d5d928c9004153
pass: abc123
It seems GPUMAX incorrecly interprets HTTP requests.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
O_Shovah
Sr. Member
****
Offline Offline

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
March 08, 2012, 09:04:52 PM
 #748

Hello,

While  trying to recompile the ufasoft miner in run into a missing file.


Code:
miner.o `test -f 'src/bitcoin-miner.cpp' || echo './'`src/bitcoin-miner.cpp
In file included from ./el/inc/ext_config.h:30:0,
                 from ./el/libext.h:16,
                 from ./el/ext.h:23,
                 from src/bitcoin-miner.cpp:14:
./el/inc/default-defs.h:119:4: error: #error ExtLib/CE requires _UNICODE defined
In file included from ./el/ext.h:23:0,
                 from src/bitcoin-miner.cpp:14:
./el/libext.h:231:24: fatal error: cmnintrin.h: No such file or directory
compilation terminated.
make[1]: *** [bitcoin-miner.o] Error 1
make[1]: Leaving directory `/home/gumstix/Desktop/ufasoft'
make: *** [all] Error 2

Obviously "cmnintrin.h" is missing but i have not found a source yet to manually add it .

May someone of you please give me the file or an idea where to get it.

ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 08, 2012, 09:20:04 PM
 #749

Code:
[quote author=O_Shovah link=topic=3486.msg791038#msg791038 date=1331240692]
./el/libext.h:231:24: fatal error: cmnintrin.h: No such file or directory
compilation terminated.
make[1]: *** [bitcoin-miner.o] Error 1
make[1]: Leaving directory `/home/gumstix/Desktop/ufasoft'
make: *** [all] Error 2

Obviously "cmnintrin.h" is missing but i have not found a source yet to manually add it .
[/quote]
What is platform and GCC version?

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
O_Shovah
Sr. Member
****
Offline Offline

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
March 08, 2012, 09:56:10 PM
 #750

Code:
[quote author=O_Shovah link=topic=3486.msg791038#msg791038 date=1331240692]
./el/libext.h:231:24: fatal error: cmnintrin.h: No such file or directory
compilation terminated.
make[1]: *** [bitcoin-miner.o] Error 1
make[1]: Leaving directory `/home/gumstix/Desktop/ufasoft'
make: *** [all] Error 2

Obviously "cmnintrin.h" is missing but i have not found a source yet to manually add it .
What is platform and GCC version?
[/quote]
Its an ARM 7v2 "Gumstix" with ubuntu 11.04 customised.
GCC is 4.5

ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 08, 2012, 10:19:12 PM
 #751


Its an ARM 7v2 "Gumstix" with ubuntu 11.04 customised.
Never tested on ARM platform.
You can comment out absent #include from source code.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
Brunic
Hero Member
*****
Offline Offline

Activity: 632
Merit: 500



View Profile
March 18, 2012, 01:27:23 AM
 #752

Hi there,

I've tried to use Ufasoft to mine some Litecoins. My OS is LinuxCoin, and I'm using the 0.25 version for 64-bit processors compiled by K1337R. My processors are mainly Sempron 130 and Sempron 145. Those computers are my Bitcoin mining rigs, with around 3-4 GPU cards plugged in it. I use cgminer to mine Bitcoins with my GPUs, and at the same time, Ufasoft to mine Litecoins with my CPU.

It's working well, except for one thing. I'm making an unusual amount of stales shares. With Long Polling activated, I can have easily 25% of stales share, even going up to 100% stale shares. When I desactivate it, it's a little better, it seems to stabilize at 15% of stales shares.

Could it be the version of Ufasoft? Or is it something else?

Thanks for the help!
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 18, 2012, 10:05:48 AM
 #753

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.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 19, 2012, 08:22:13 PM
 #754

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.




Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 21, 2012, 05:38:59 PM
 #755

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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
greatwolf
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
March 21, 2012, 05:52:06 PM
 #756

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.
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
March 21, 2012, 06:20:00 PM
 #757

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.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 21, 2012, 06:49:51 PM
 #758

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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
greatwolf
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
March 22, 2012, 06:55:57 AM
 #759

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.
jddebug
Sr. Member
****
Offline Offline

Activity: 446
Merit: 250



View Profile
March 24, 2012, 07:55:11 AM
 #760

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.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!