tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 08, 2011, 08:35:07 PM |
|
So, on a 2600K with 8 threads I should get what !?
~3.8 kh/s per core
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 08, 2011, 08:36:26 PM |
|
AMD users: Try turning up the CPU-NB (CPU NorthBridge) speed, that's your L3 cache+memory controller. It may help.
I get about a 2% gain from having my NB at 2600mhz
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
Bobnova
|
|
October 08, 2011, 08:44:48 PM |
|
Every little bit help!
Intel users will likely gain more from cranking Uncore than AMD with cpu-nb, just because the AMD doesn't have to use as much of it's L3 cache.
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
bulanula
|
|
October 08, 2011, 08:45:34 PM |
|
So, on a 2600K with 8 threads I should get what !?
~3.8 kh/s per core If I get my 2600K to do around 30 khash/s I would feel EPIC !
|
|
|
|
Vitalik Buterin
|
|
October 09, 2011, 12:31:58 PM |
|
|
Argumentum ad lunam: the fallacy that because Bitcoin's price is rising really fast the currency must be a speculative bubble and/or Ponzi scheme.
|
|
|
Lolcust
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 09, 2011, 12:39:44 PM |
|
What miner are you using, and what box config ?
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
Vitalik Buterin
|
|
October 09, 2011, 12:45:27 PM |
|
What miner are you using, and what box config ?
Miner is the one here: https://github.com/Lolcust/Tenebrix-minerMy box is just a simple macbook with 2 CPUs and no modifications (except the fact that it's running Xubuntu).
|
Argumentum ad lunam: the fallacy that because Bitcoin's price is rising really fast the currency must be a speculative bubble and/or Ponzi scheme.
|
|
|
Lolcust
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 09, 2011, 12:51:32 PM |
|
What miner are you using, and what box config ?
Miner is the one here: https://github.com/Lolcust/Tenebrix-minerMy box is just a simple macbook with 2 CPUs and no modifications (except the fact that it's running Xubuntu). what minerd startup options do you use ?
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
Spacy
|
|
October 09, 2011, 12:54:11 PM |
|
what minerd startup options do you use ?
Maybe 4way? ;-)
|
|
|
|
Vitalik Buterin
|
|
October 09, 2011, 01:00:06 PM |
|
what minerd startup options do you use ?
minerd --userpass 1:1 --url http://127.0.0.1:8697
|
Argumentum ad lunam: the fallacy that because Bitcoin's price is rising really fast the currency must be a speculative bubble and/or Ponzi scheme.
|
|
|
bulanula
|
|
October 09, 2011, 03:53:28 PM |
|
LOL no wonder you are getting all of the blocks mate with that kind of speed So, it seems that Apple devices really are MAGICAL huh !?
|
|
|
|
Adamlm
|
|
October 09, 2011, 04:05:53 PM |
|
For SandyBridge CPUs (corei7 with four digit model numbers).
git the package. ./configure (screw the flags) gedit Makefile find "CFLAGS = " Change that line to: CFLAGS = -march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx Brought my performance from 2.6kh/s per core (running one thread per core) to 3.66-3.7kh/s per core.
Tested with 6 threads, +2 kh/s in total. HT works now! Just needed some hardcore flags, that's all.
I wonder if someone could compile this package for Windows i5 & i7 users ?
|
|
|
|
bulanula
|
|
October 09, 2011, 04:06:25 PM |
|
For SandyBridge CPUs (corei7 with four digit model numbers).
git the package. ./configure (screw the flags) gedit Makefile find "CFLAGS = " Change that line to: CFLAGS = -march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx Brought my performance from 2.6kh/s per core (running one thread per core) to 3.66-3.7kh/s per core.
Tested with 6 threads, +2 kh/s in total. HT works now! Just needed some hardcore flags, that's all.
I wonder if someone could compile this package for Windows i5 & i7 users ? I'm waiting for this as well.
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 09, 2011, 04:26:23 PM |
|
I wonder if someone could compile this package for Windows i5 & i7 users ?
If you want to do a port, pick up a copy of cygwin or Visual Studio and do it yourself. It shouldn't be impossible, it's only a command line program.
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
October 10, 2011, 02:20:26 PM |
|
Mining w/ an i3 550 @ 4ghz using virtualbox and archbang x64 in windows 32bit host my result is about 3.8kh/s / core w/ HT. Without HT its around 2.5kh/sec / core.
|
|
|
|
panerai
Member
Offline
Activity: 84
Merit: 10
|
|
October 10, 2011, 02:25:32 PM |
|
I have two dually xeon poweredge servers I'm going to power up today to run this new CPU miner. I just hope BTC-E comes back online for trading. I just deposited BTC to get some TBX and the damn site goes down lol
|
|
|
|
mrx
Member
Offline
Activity: 86
Merit: 10
|
|
October 10, 2011, 02:52:08 PM |
|
Is it possible to get 1mh/s using scrypt? OR the miner on Mac is just calculated the hashrate mistakenly?
|
|
|
|
MaGNeT
Legendary
Offline
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
|
|
October 10, 2011, 05:00:57 PM |
|
Is it possible to get 1mh/s using scrypt? OR the miner on Mac is just calculated the hashrate mistakenly? No, just error in compiling. It doesn't really earn anything... But it looks cool
|
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
October 10, 2011, 06:37:18 PM Last edit: October 10, 2011, 06:48:03 PM by DeathAndTaxes |
|
Damn it !!! How can I optimize my crap 2600K !?
You folks with AMD Phenom II at 3.6 GHz getting 16 khash/s on only 5 cores Me with Intel 2600K at 4.2 GHz getting 9 khash/s on all 8 threads
Fuck Intel !
The 2600K doesn't have 8 real cores. It merely tricks the OS into thinking there are 2 cores for each real core to keep the CPU more efficiently loaded. Internally there are 4 actual cores. HT isn't a performance doubler because the CPU only has 4 physical cores not 8. Some applications perform slightly faster w/ HT. Some perform faster w/ HT off. All out database servers have HT turned off for example because we see higher throughput w/ HT turned off. The more the pipeline can be kept full the less advantage HT provides (eventually reducing performance when pipeline is continually full). Your comparison should be based on 4 cores not 8. The 2600K has 4 cores and will perform as 4 core processor when performance per thread is maxed out.
|
|
|
|
Bobnova
|
|
October 10, 2011, 06:43:14 PM |
|
That's smoothie the fudmonster. Ignore him.
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
|