bulanula
|
|
October 10, 2011, 07:46:13 PM |
|
News about optimizations !? If not, fk this I am moving to SC2 which knows how to appreciate my 2600K beast. Keep drinking the AMD kool aid folks !
|
|
|
|
Nicksasa
|
|
October 10, 2011, 07:48:36 PM |
|
Can't get anything to compile on windows. Sorry windows users, it's time for linux.
I got it working after a lot of hacking in the Makefile ... Took me a whole afternoon. Using the same settings & GCC as my linux builds I only get 2.2khash/thread on my 3.8Ghz X4 955. On ubuntu in a VM I get ~3.5khash/thread. Probably because I builded the minerd with mingw32 and not mingw64 (ubuntu was 64bit). Using artforz improved minerd. Because Lolcust asked nicely on IRC, I'll try to get an mingw64 build going.
|
|
|
|
Bobnova
|
|
October 10, 2011, 07:54:24 PM |
|
64bit should help a lot.
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 10, 2011, 08:20:52 PM |
|
bump... has anyone tried these binaries?
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
panerai
Member
Offline
Activity: 84
Merit: 10
|
|
October 11, 2011, 01:43:49 PM |
|
haha, mined my first 25 tenebrix coins overnight. waiting for confirmations. woohoo!
|
|
|
|
Lolcust (OP)
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 11, 2011, 01:58:54 PM |
|
So far, we have the twobits binaries (which btw are a mite cunning) and Nicksasa's upcoming ones.
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
Winnopeg
Newbie
Offline
Activity: 14
Merit: 0
|
|
October 11, 2011, 03:52:50 PM |
|
Just me or is simplecoin.us down right now? My miners dropped a coupe hours ago and trying to load the site just produces a MySQL error. :/
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 11, 2011, 03:54:15 PM |
|
Solo mining still works fine
The network hash rate is still very high even with the SC2 launch -- the mass of CPUs fighting over SC2 blocks is coming from somewhere other than tenebrix miners
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
October 11, 2011, 04:14:15 PM |
|
I discovered if you set --retries to -1 miners wont drop haha! Mine all dropped too and i was like WTF then I saw the --retries defaults to only 10 times then stops mining. my config file is now updated for sure!
|
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
October 11, 2011, 06:16:54 PM |
|
simplecoin is back up FYI!
|
|
|
|
panerai
Member
Offline
Activity: 84
Merit: 10
|
|
October 11, 2011, 08:08:38 PM |
|
anyone have any tricks or ideas to have the wallet connect? What port does it connect on? I have a few machines connecting fine, a few others won't connect. I have all ports open, firewalls disabled, added to 'approved' list, nothing is working.
I have two machines giving me about 1.6 khash/m
|
|
|
|
bulanula
|
|
October 11, 2011, 10:27:05 PM |
|
Still no effort to making this run on Intel CPUs huh ? Nice.
|
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
October 11, 2011, 11:02:51 PM |
|
Still no effort to making this run on Intel CPUs huh ? Nice.
Runs fine on intel cpu's I am up to nearly 4kh/s / core...
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 11, 2011, 11:28:24 PM |
|
Still no effort to making this run on Intel CPUs huh ? Nice.
Intel CPUs get about the same speed mining per core compared to AMD CPUs if you compile them correctly
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
bulanula
|
|
October 11, 2011, 11:30:20 PM |
|
OK then I must be a dumb idiot. Please can somebody give a complete set of instructions ( optional ) on how to do this and what compile flags to use ( most important ) for a 2600K to get 4 khash/s per thread.
Thank you !
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 11, 2011, 11:36:56 PM |
|
OK then I must be a dumb idiot. Please can somebody give a complete set of instructions ( optional ) on how to do this and what compile flags to use ( most important ) for a 2600K to get 4 khash/s per thread.
Thank you !
Run this with gcc-4.6.0 and up compiled and installed ./autogen.sh CFLAGS="-march=corei7-avx -O3 -Wall -msse2 -msse3 -msse4 -msse4.1 -msse4.2 -mavx" ./configure make
Use hyperthreading, you should get ~3.5-4 kh/s per core
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
bulanula
|
|
October 11, 2011, 11:40:01 PM |
|
OK then I must be a dumb idiot. Please can somebody give a complete set of instructions ( optional ) on how to do this and what compile flags to use ( most important ) for a 2600K to get 4 khash/s per thread.
Thank you !
Run this with gcc-4.6.0 and up compiled and installed ./autogen.sh CFLAGS="-march=corei7-avx -O3 -Wall -msse2 -msse3 -msse4 -msse4.1 -msse4.2 -mavx" ./configure make
Use hyperthreading, you should get ~3.5-4 kh/s per core Thank you for these lines. Will try them out when I have time and report feedback. Kind of getting tired of SC2. I need to spice it up a little with Tenebrix When is laundry coming ?
|
|
|
|
Beta-coiner1
|
|
October 12, 2011, 06:55:04 AM |
|
^Why do that when the Windows compiles work just fine even if a bit slower. 1.Download this file. 2.Rename to "Minerd.exe" and use "START_MINING.bat" to input information to mine.Should see a speed difference immediately. 3.Mine Tenebrix till contented !!!
|
|
|
|
Lolcust (OP)
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 12, 2011, 12:13:20 PM |
|
Guys, try the new Tenebrix-minerd (now with modified scrypt) from my GIT (default branch) It does build (Ubuntu and win tested), but since I have no lintel stuff, my testing is limited Intel users on windows are of especial interest.Please compare performance with http://www.wuala.com/jbw9/pub/Bitcoin/Tenebrix/miner/win/
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
michaelmclees
|
|
October 12, 2011, 12:25:34 PM |
|
Guys, try the new Tenebrix-minerd (now with modified scrypt) from my GIT (default branch) It does build (Ubuntu and win tested), but since I have no lintel stuff, my testing is limited Intel users on windows are of especial interest.Please compare performance with http://www.wuala.com/jbw9/pub/Bitcoin/Tenebrix/miner/win/ I saw a 15% increase with my Core2Duo by using the SSSE3 Core2 miner.
|
|
|
|
|