Bitcoin Forum
March 19, 2024, 03:39:50 AM *
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 630752 times)
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 20, 2011, 11:45:37 PM
 #601

well, compiled now but im getting a error 80004005, any advices? Smiley

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

Posts: 1710819590

View Profile Personal Message (Offline)

Ignore
1710819590
Reply with quote  #2

1710819590
Report to moderator
1710819590
Hero Member
*
Offline Offline

Posts: 1710819590

View Profile Personal Message (Offline)

Ignore
1710819590
Reply with quote  #2

1710819590
Report to moderator
1710819590
Hero Member
*
Offline Offline

Posts: 1710819590

View Profile Personal Message (Offline)

Ignore
1710819590
Reply with quote  #2

1710819590
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710819590
Hero Member
*
Offline Offline

Posts: 1710819590

View Profile Personal Message (Offline)

Ignore
1710819590
Reply with quote  #2

1710819590
Report to moderator
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
December 21, 2011, 12:21:05 AM
 #602

well, compiled now but im getting a error 80004005, any advices? Smiley
Need backtrace of stack when this exception thrown.
Can be printed under GDB debugger.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 21, 2011, 08:28:30 AM
Last edit: December 21, 2011, 08:50:07 AM by K1773R
 #603

bt:
Code:
#0  0x00007f0abcc7c20d in nanosleep () from /lib/libc.so.6
#1  0x00007f0abccb1b14 in usleep () from /lib/libc.so.6
#2  0x000000000040869a in CMinerApp::Execute (this=0x662a40) at src/bitcoin-miner.cpp:306
#3  0x00000000004352df in Ext::CConApp::Main (this=0x662a40, argc=<value optimized out>, argv=<value optimized out>) at el/libext/ext-app.cpp:323
#4  0x00007f0abcbf0d8e in __libc_start_main () from /lib/libc.so.6
#5  0x0000000000406689 in _start ()

EDIT: sometimes it directly exit after Error 80004005 and returns an exit code of 02, if its not exiting then i see 3 times the error and 0 MHash/s, after each time 0Mhash/s gets updated (after the sleep in the program) it throws another Error 80004005.

greetings

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
December 21, 2011, 10:38:49 AM
 #604

EDIT: sometimes it directly exit after Error 80004005 and returns an exit code of 02, if its not exiting then i see 3 times the error and 0 MHash/s, after each time 0Mhash/s gets updated (after the sleep in the program) it throws another Error 80004005.
greetings
Thank you. But I think it should be debugged. This info is not enough to fing bug.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 21, 2011, 10:52:59 AM
 #605

tell me what exactly you need Wink

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
December 21, 2011, 01:45:12 PM
 #606

tell me what exactly you need Wink
I have said already. SSH access. Any other way to debug is not effective.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 23, 2011, 01:53:42 AM
 #607

he (or am i allowed to say we? Tongue well i didnt do that much ^^) fixed everything, works now with gcc 4.4 (stable) too. did fix some other bugs + segfaults for those who still cant get it working, just redownload 0.23.
im setting up a 32bit system to compile 32build too, after that im releasing some binarys (if im allowed to that) for those who still cant get it working Smiley
again, thanks alot for ur great work ufasoft!

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
December 23, 2011, 04:40:03 AM
 #608

Erm, GCC 4.4 is old. Not to mention we have GCC 4.7 even. Use at least GCC 4.6.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 23, 2011, 04:51:21 AM
Last edit: December 23, 2011, 05:43:31 AM by K1773R
 #609

im going to release x86+x64 builds and x86+x64 portable versions, x64 already done, x86 may take time (cause fresh installed vm, have to update and get all the libs) because im tired so maybe il manage it to finishing the x86 build and x86 portable pack.
@remember
i know but atm ubuntu lucid and debian 5 lenny (both stable LTS) got gcc-4.4 as default Smiley

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

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 23, 2011, 07:41:53 AM
 #610

done, retarded amd had 64bit libs in her 32bit package... fk that!
here you go, if you only want the binary then just take a look at the bin folder. on problems delete libc.so.6 and us the systems one.
http://www.darkgamex.ch/ufasoft/
ive uploaded the 32bit libs too so you wont get annoyed by amds failure if you wanna compile on your own Smiley (you still have to get the AMD APP SDK but just replace those 2 libs in /opt/AMDAPP/lib).

greetings Smiley

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

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 23, 2011, 05:18:11 PM
Last edit: December 23, 2011, 05:38:17 PM by K1773R
 #611

Please do not use the current version on linux, it only procudes stales!

Code:
bitcoin-miner 0.23  Copyright (c) 2012 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://K1773R_test:foobar@eu.eclipsemc.com:8337
Using CPU (2 threads)
12/23/11 09:08:19 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:08:27 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:15:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:15:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:37:22 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:37:46 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:44:52 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:45:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:06:45 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:07:30 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:14:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:15:19 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:36:30 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:37:24 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:44:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:45:00 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:05:54 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:07:03 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:13:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:14:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:35:09 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:36:49 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:43:04 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:44:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:04:51 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:06:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:12:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:13:51 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:34:37 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:35:34 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:42:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:43:19 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:04:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:05:07 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:12:01 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:12:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:34:03 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:34:25 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:41:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:42:04 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:03:42 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:03:44 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:11:17 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:11:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:33:04 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:33:54 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:40:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:41:33 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:02:27 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:03:24 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:10:06 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:11:07 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:31:59 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:32:55 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:39:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:40:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:01:18 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:02:39 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:09:01 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:10:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:31:29 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:32:01 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:39:23 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:39:31 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:01:02 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:01:28 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:08:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:09:06 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:30:47 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:30:56 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:38:31 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:38:39 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 18:00:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 18:00:32 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 18:07:54 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 18:08:20 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
4.37 MHash/s    

EDIT: removed the binarys (portable archive) on my website
EDIT 2: creating a portable x86 package (works under x64 too) of the last stable and working bitcoin-miner for linux (0.20)

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
December 24, 2011, 12:01:22 PM
 #612

x64 bugs fixed today.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 27, 2011, 02:46:19 AM
 #613

i made the packages
miner now fully working Smiley if no crashes occurs then its the new stable Smiley

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

Activity: 387
Merit: 250


View Profile
December 29, 2011, 12:11:09 PM
 #614

Quote
Mining solo works just fine with these arguements with no quotes

Fixed
Code:
start bitcoin-miner -t 4 -v -g no -u xxx -p xxx -o http://127.0.0.1:8332


Great! works fine!
Thanks!

donations to 13zWUMSHA7AzGjqWmJNhJLYZxHmjNPKduY
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
January 06, 2012, 01:37:23 AM
 #615

0.24 released

ADDED:
 LiteCoin/TeneBrix CPU mining (option -a scrypt)

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

Activity: 459
Merit: 250



View Profile WWW
January 07, 2012, 01:09:56 AM
 #616

Sweet, thanks!  Smiley
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
January 07, 2012, 01:38:02 AM
 #617

litecoin with your miner? i guess this is now the fastest miner for litecoin ^^
il make the binary builds later, im to busy atm sry

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

Activity: 2058
Merit: 1431



View Profile
January 07, 2012, 02:20:48 AM
 #618

0.24 released

ADDED:
 LiteCoin/TeneBrix CPU mining (option -a scrypt)
it seems to be slower than minerd, anyone confirm? 6khash compared to 10 khash (minerd)

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
January 07, 2012, 03:13:53 AM
 #619

it seems to be slower than minerd, anyone confirm? 6khash compared to 10 khash (minerd)
Please tell me what CPU/number of threads?
I think pooler-cpuminer is optimized for AMD.
On Intel Core 2 results are more similar.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
omo
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
January 07, 2012, 07:22:25 AM
 #620

old version of pooler's cpuminer was optimized for intel cpu only, but the recent version is also optimized for AMD cpu.

on my i7-920@2.0GH(a dell-M6500 notebook),8 thread
pooler's miner is around 24kh,
while ufaminer is about 0.016mh

BTC:1Fu4TNpVPToxxhSXBNSvE9fz6X3dbYgB8q
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!