K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 07, 2012, 07:35:31 AM |
|
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 0.016mh are the same as 16kh
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
ufasoft (OP)
|
|
January 07, 2012, 09:16:46 AM |
|
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 Is your pooler's cpuminer built for x64? My implementation uses only 8 SSE registers available on x86. x64 has 16 SSE registers. May be that is the reason of performance difference.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
omo
|
|
January 07, 2012, 09:33:41 AM |
|
Is your pooler's cpuminer built for x64?
My implementation uses only 8 SSE registers available on x86. x64 has 16 SSE registers. May be that is the reason of performance difference.
yes! pooler's miner is built for x64, when I use 4 thread, the hashrates are simillar. btw, did you make a "x64 builds for Linux" in 0.24? I didn't find the binary executable in the lzma package.
|
BTC:1Fu4TNpVPToxxhSXBNSvE9fz6X3dbYgB8q
|
|
|
ufasoft (OP)
|
|
January 07, 2012, 11:45:35 AM |
|
btw, did you make a "x64 builds for Linux" in 0.24? I didn't find the binary executable in the lzma package.
You can build source code to x64 linux, but anyway it uses only 8 SSE registers currently. So it will not increase performance. Just wait v0.25 for x64 improvements...
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 07, 2012, 12:29:23 PM |
|
Is your pooler's cpuminer built for x64?
My implementation uses only 8 SSE registers available on x86. x64 has 16 SSE registers. May be that is the reason of performance difference.
yes! pooler's miner is built for x64, when I use 4 thread, the hashrates are simillar. btw, did you make a "x64 builds for Linux" in 0.24? I didn't find the binary executable in the lzma package. there are no builds, its just wrongly described, it should be something like: x64 support or something similiar. before some ppl made buils of 0.20 and 0.21 and nothing more, atm now im making portable builds but havent done the 0.24 yet, will do this now
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
omo
|
|
January 07, 2012, 12:43:45 PM |
|
alright. I attemted to compile the source, but failed in the configuration step, some of the packages in my centos6 box are too old, and I'm afraid upgrading manually may corrupt something....
|
BTC:1Fu4TNpVPToxxhSXBNSvE9fz6X3dbYgB8q
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 07, 2012, 02:30:46 PM |
|
atm it cant be built with gcc4.4 (stable) so im waiting until ufasoft fixes this (im in contact with him), if he fixed it il release the 0.24 portable build you can find them here: http://darkgamex.ch/ufasoft/i think ufasoft should link that to the first page because compiling it on linux, if you dont know the dependencys, is horror and the x86 AMD SDK package is buged (x86 package got x64 libs? retarded amd/ati...). even when you got the AMD SDK package installed youl have to copy over libs to the builddir and another thing (cant remember it, was trial and error) until it works, this due to a failure in the AMD libs (libatical*). if i build the 0.24 successfully with gcc4.4 (atm you need 4.5, so every person would have to install additional libs so this isnt nice for a portable build!) and the mining works (may take a time, i only got a CPU to test on) then il release the 0.24 portable build. i will write a post when this is done PS: excuse my spelling, im in a hurry
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
ufasoft (OP)
|
|
January 07, 2012, 05:10:18 PM |
|
atm it cant be built with gcc4.4 (stable) so im waiting until ufasoft fixes this (im in contact with him), if he fixed it il release the 0.24 fixed for GCC 4.4. Thank you!
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 07, 2012, 11:49:28 PM Last edit: January 08, 2012, 01:41:37 AM by K1773R |
|
atm it cant be built with gcc4.4 (stable) so im waiting until ufasoft fixes this (im in contact with him), if he fixed it il release the 0.24 fixed for GCC 4.4. Thank you! your welcome EDIT: building + packaging = done.
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
bitlane
Internet detective
Sr. Member
Offline
Activity: 462
Merit: 250
I heart thebaron
|
|
January 08, 2012, 01:19:07 AM |
|
pooler-minerd is marginally faster on all of my I7 and Core2 platforms ........for me anyways. Unfortunately, I don't have any AMD CPUs to test with.
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 08, 2012, 01:23:36 AM Last edit: January 08, 2012, 01:57:11 AM by K1773R |
|
successfully built, enjoy http://darkgamex.ch/ufasoft/EDIT: ive edited my signature so i dont have to post the link always
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
ummas
|
|
January 08, 2012, 08:15:43 AM |
|
Haw You did it: "Support of BitForce devices" ?? They wont show thier dev. They wont tell any1 when they will ship. Haw You did it??
|
|
|
|
ufasoft (OP)
|
|
January 08, 2012, 08:55:30 AM |
|
Haw You did it: "Support of BitForce devices" ?? They wont show thier dev. They wont tell any1 when they will ship. Haw You did it?? I have developed code for them by interface specifications. Remotely tested.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
January 09, 2012, 11:56:21 PM |
|
0.25
Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 10, 2012, 02:12:43 AM |
|
0.25
Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
error in x64 fixed (when compiling in linux, dunno about winblows). packages uploaded
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
tiker
|
|
January 10, 2012, 02:29:19 AM |
|
64-bit on Windows 7 enterprise without using the scrypt option (for bitcoin) does not see my cuda (nvidia graphics card) device. 32-bit version still works with the graphics processor.
Is the 64-bit version intended for scrypt mining only?
|
|
|
|
ufasoft (OP)
|
|
January 10, 2012, 03:23:57 AM |
|
64-bit on Windows 7 enterprise without using the scrypt option (for bitcoin) does not see my cuda (nvidia graphics card) device. 32-bit version still works with the graphics processor.
Is the 64-bit version intended for scrypt mining only?
32-bit and 64-bit Windows versions have identical functionality. Probably it can't find 64-bit nvcuda.dll on your computer.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
Aqualung
|
|
January 10, 2012, 10:34:56 AM |
|
sorry, i have no time to read 33 pages... ) tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running? current settings are and everything else is veeeery slow... thanks!
|
used to be a miner
|
|
|
bitlane
Internet detective
Sr. Member
Offline
Activity: 462
Merit: 250
I heart thebaron
|
|
January 10, 2012, 10:39:35 AM |
|
0.25
Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
For me, officially the FASTEST Solidcoin Miner I am running (only tested x64 implementations thus far)...... My Dual I7 Xeon/Win7 x64 Based rigs have seen WELL OVER 5% increase in hashing performance running the latest Ufasoft x64 Miner, over Pooler's last release (pooler-cpuminer-win64-20120103). Very nice work.
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
January 10, 2012, 02:07:01 PM |
|
sorry, i have no time to read 33 pages... ) tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running? current settings are and everything else is veeeery slow... thanks! set the priority to below normal/low or dont use all cores (you got 2 as it looks). you can creat a .bat file and put this in (right click it and select edit): C:\WINDOWS\system32\cmd.exe /c start "ufasoft miner" /belownormal "C:\Documents and Settings\K1773R\Desktop\Downloads\bitcoin-miner.exe" -v -o http://K1773R_test:foobar@eu.eclipsemc.com:8337 -l yes you dont have to set -t because its using the max cpu cores if you dont set it (see -help). the code up there should work, you just have to set the path to bitcoin-miner.exe and replace the pool (-o switch) if the system is still lagging tomuch you change /belownormal to /low but the system wont be stable if you mine 100%, thats normaly for winblows! just double click the bat file and it should work
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
|