Search content
Sort by

Showing 20 of 24 results by icaci
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Head GPU Miner New version 2.0.2 [New algorithms]
by
icaci
on 16/07/2019, 09:55:12 UTC
I have just tried MTP and it works very well. 1.3-1.5 MH/s per card for my 570/580s. Running low core at ~1080 MHz.

12 GPU rig power consumtion, 1080 W (8 GPUs mining MTP, 4 cards (4 GB VRAM) idling). Total 11.75 MH/s.

Thanks for a great miner!

I have this algo --- 13.2 MH/s
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Head GPU Miner New version 2.0.1 [New algorithms]
by
icaci
on 06/06/2019, 12:24:06 UTC
It looks not even bad, thanks.
Post
Topic
Board Mining
Re: AMD Catalyst 11.7 Preview + OpenCL 2.5.684.211
by
icaci
on 02/07/2011, 22:24:32 UTC
What about phatk performance?
poclbm 27.06.2011 comes with phatk instead of the old poclbm kernel.
Post
Topic
Board Mining software (miners)
Re: 3% faster mining with phoenix+phatk, diablo, or poclbm for everyone
by
icaci
on 27/06/2011, 20:18:44 UTC
Latest poclbm exe (20110627) also had the phatk patched.
Post
Topic
Board Bitcoin Discussion
Re: Mtgox's official story is wrong: proof inside. The BTC of every account was sold
by
icaci
on 19/06/2011, 22:10:08 UTC
All leaked passwords are either MD5 hashes or FreeBSD MD5 crypt() hashes. The attacked must have changed all hashes to a known one in order to be able to log into each other users' account. It's not impossible to execute a simple UPDATE query given the fact that the entire passwords database was dumped. Then it would be impossible for you to log into your MtGox account unless the hacker has restored the original hashes.
Post
Topic
Board Economics
Re: Mt.Gox Accounts and passwords released, impact to BTC econ
by
icaci
on 19/06/2011, 21:54:08 UTC
I looked at that password list. Only around 1800 passwords were kept in regular md5, those are piss easy to crack (see http://www.md5decrypter.co.uk/ if you don't have a rainbow table setup already). The other 60000 were using some other format I did not recognize, though possibly by my own fault... they remind me of Wordpress passwords. It's probably some combined multiple md5 + hash, so I'd think that they are difficult if not impossible to crack, especially if you used a password that is long enough with a wide enough character set.

The danger for password reuse is very real though. It is in theory possible to find a less secure password from some site you signed up to, recover the password from there, and use it at mtgox with your username. So if you use the same password at mtgox or anywhere else, you'll NEED to change passwords. Otherwise you are fairly safe, provided your account is not one of those with regular md5 hashes (the ones not starting with $1$whatever are regular md5s).
$1$salt$hash is the standard FreeBSD MD5-based crypt() format. It was first developed for FreeBSD back in the days when export of DES code outside USA was forbidden. Then all major Unix variants switched to using it as it is much more secure than the original Unix DES-based crypt() and allows passwords longer than 8 symbols. It employs fixed number of salted MD5 rounds and is considered fairly secure given that lots of special symbols and combination of upper and lowercase letters are used. There is another Blowfish-based variant from OpenBSD that is clearly recognisable by the $2$ sentinel. It is much stronger as it takes a lot more CPU/GPU power to compute it compared to the MD5-based one.
Post
Topic
Board Mining
Re: 5870 Users! Clock Speed, Memory, Voltage, SDK and CCC Version, Flags, etc.
by
icaci
on 11/06/2011, 08:06:50 UTC
I'm running 32-bit Windows 7. What you can probably do is to modify your card's BIOS. I've read stories of people flashing their cards' bioses with reference ones from ATI and/or editing existing power states. There are number of tools to do that, for Windows only I presume. Personally I have never done such a thing as my mining rig is a dedicated one and I had access to a genuine Windows 7 license.
Post
Topic
Board Mining
Re: 5870 Users! Clock Speed, Memory, Voltage, SDK and CCC Version, Flags, etc.
by
icaci
on 10/06/2011, 23:43:25 UTC
I'm getting 413 Mhash/s on both my 5870s clocked at 935 MHz core and 319 MHz memory. The point in downclocking the memory is to conserve power and to reduce the heat output, thus lowering card temperature and displacing the inevitable failure further in time. GDDR5 uses lots of power even when idle and lowering it's clock speed two- or threefold reduces the memory power usage accordingly.

Finding the optimal clock speeds is a tricky optimization task. CMOS logic power consumption is proportional to the clock speed and to the square of the voltage. Hashing still uses the card's memory for some storage and time misalignment between GPU's and memory's clocks can lead to wait cycles when incommensurable frequencies are set.
Post
Topic
Board Mining
Re: 5870 Users! Clock Speed, Memory, Voltage, SDK and CCC Version, Flags, etc.
by
icaci
on 09/06/2011, 16:25:42 UTC
AMD clock tool is for Windows only. Try the AMDOverdriveCtrl tool on Linux.
Post
Topic
Board Mining
Re: 5870 Users! Clock Speed, Memory, Voltage, SDK and CCC Version, Flags, etc.
by
icaci
on 01/06/2011, 07:29:18 UTC
I have 2x Sapphire Vapor-X 5870 OC running at stock voltage (1.16 V if I remember correctly), 935 MHz core and 319 MHz mem clocks. No CrossFireX bridges. Windows 7 32-bit, Catalyst 11.5 w/ bundled SDK 2.4. Running Phoenix 1.48 + phatk. Options are: VECTORS BFI_INT WORKSIZE=256 FASTLOOP=false AGGRESSION=13. Getting 413 Mhash/s from each card. The rig is located in a conditioned room alongside other IT equipment. With both fans at 100% and with case's side covers removed core temperatures are 45C and 75C (the second card sits too close to the first because of bad PCI-E slots separation).
Post
Topic
Board Mining
Re: Will IntelR(R) OpenCL helpful for mining?
by
icaci
on 01/06/2011, 06:32:11 UTC
Well, Sandy Bridge packs up to 12 EUs (equivalent to ATI's SPs) and probably that OpenCL SDK would give programmers access to them. There is nothing wrong with your CPU contributing some Mhash/s more Smiley
Post
Topic
Board Mining
Re: 5870 worker question, also pps/proportional
by
icaci
on 31/05/2011, 15:30:31 UTC
why am i only getting 350 at similar clocks? also why has my share generation turned into constant long polling errors?
There is a noticeable difference in hashing speeds between 319 MHz and 300 MHz. What miner are you using? What options? How about running Phoenix with phatk kernel that is specifically optimised for 5870 and SDK 2.4? My options are:
VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 WORKSIZE=256
WORKSIZE=128 gives a little lower result with SDK 2.4. With SDK 2.1 worksize of 128 gives better hashing speed but still lower than worksize of 256 with SDK 2.4. Beware, that's not a general rule but specific to the phatk kernel!
Post
Topic
Board Mining
Re: 5870 worker question, also pps/proportional
by
icaci
on 31/05/2011, 15:16:27 UTC
Depending on how long you want to use your card, 1GHz might be not that good of an idea.

I have 5x5870. They are all running 412MH/s at 950MHz core clock and 220MHz memory clock. None of them exceed 75C temp. You can push it further to 420MH/s but it just consumes more electricity with no real gain in processing power
I'm getting 413 MH/s on each of 2x5870 at 935 MHz core and 319 MHz memory clock, fans at 100%. The lower card runs at 45C and the upper - at 75C (cards are too close - bad mobo).
Post
Topic
Board Bitcoin Technical Support
Re: Problem Lowering Memory Clock
by
icaci
on 31/05/2011, 13:36:42 UTC
First, try asking in the "Mining" forum where all the hardware geeks lurk.
Second, is your miner running while you tweak the memory clock rate? My system crashes if I tweak card settings while running Phoenix.
Also did you try with some other tweaking tools? I personally use ATI Tray Tools since they work best with my two Sapphire Vapor-X 5870. I've tried Sapphire Trixx, MSI Afterburner and AMD GPU Clock Tool, but only ATT works the way it is supposed to work.
Post
Topic
Board Mining
Re: Top500 Supercomputers
by
icaci
on 31/05/2011, 10:54:17 UTC

http://www.top500.org/

#1 Tianhe-1A ; Rpeak = 4701 Tflops
http://www.top500.org/system/performance/10587

#2 Cray "Jaguar";  Rpeak = 2331 Tflops
http://www.top500.org/system/performance/10184

Combined total of Top500 supercomputers is 43673 Tflops
http://www.top500.org/lists/2010/11/performance_development

#0 Bitcoin Grid GPU/CPU ; Rpeak = untested, estimate 15106 Tflops
http://www.bitcoinwatch.com/

Tianhe-1A hashing power, very accurately IMO has been estimated as 850 Ghps. Assuming the rest of top 500 supercomputers have the same TFLOPS/Ghps ratio than bitcoin needs to hit 8Thps to dwarf all top 500 supercomputers combined. We are more than halfway there already. Another difficulty increase or two and 50% attack with supercomputers would require all those babies in top 500 list combined. Moreover while they configure them to do something bitcoin network would double once more.

Tianhe-1A is a mixed architecture: 14366 CPUs + 7168 GPUs. A rough estimate of hashing power is 14366 * Xeon X5670 (8 Mhps) + 7168 * nVidia M2050 (100 Mhps) = 831 Gh/s. Xeon X5670 peak performance is rated as 2.93 GHz * 4 DP * 6 cores = 70.32 DP Gflops (DP == double-precision floating point as used to measure performance in Top500). nVidia states that M2050 achieves 515.2 DP Gflops. Thus for the CPU the Gflops/Mhps ratio is 8.8 and for the GPU it is 5.2. The combined CPU+GPU ratio is 5.7. For a single HD5870 GPU this ratio is 1.5 (544 Gflops and 375 Mhps).

There are few mixed CPU/GPU computers in Top500. Amongst the top 10 are only Tinahe-1A, Nebulae and TSUBAME. Roadrunner is using Cell processors which are similar to CPUs in performance. There are only 10 systems using nVidia technology at the Top500 list from November 2010. All other supercomputers are only CPU based thus the combined Gflops/Mhps ratio for the whole Top500 group would be around 8. At 43.6 Tflops combined this leads to an estimate of about 5.5 Thps. We are currently at 3.5 Thps.

As most miners are running GPU and not CPU miners, I think the estimated Tflops rate of the Bitcoin network is a very large overestimate: 42895 Tflops / 3377 Ghps = 12.7 is a ridiculous ratio. It's most likely that the ratio should be around 2 or 3, depending on the portion of remaining CPU miners.
Post
Topic
Board Mining software (miners)
Re: [MINER] Phoenix - New efficient, fast, modular miner **BFI_INT support!**
by
icaci
on 30/05/2011, 05:43:15 UTC
(remove FASTLOOP and boost aggression to 11 or 12 for a dedicated machine)
FASTLOOP is enabled by default in recent Phoenix versions and one must specify FASTLOOP=false in order to disable it.
Post
Topic
Board Mining software (miners)
Re: [MINER] Phoenix - New efficient, fast, modular miner **BFI_INT support!**
by
icaci
on 29/05/2011, 17:39:38 UTC
Love it so much.

Using: -k phatk DEVICE=0 VECTORS BFI_INT FASTLOOP=false WORKSIZE=128 AGGRESSION=12 on a single 5870 950/330 I get a nice 410 Mhas/sec.
phatk works best with WORKSIZE=256. Getting 413 Mhash/s on both 5870 935/319 in a dual-card mining rig (w/o CrossFireX bridges).
Post
Topic
Board Mining
Re: Top500 Supercomputers
by
icaci
on 27/05/2011, 15:40:29 UTC
The funny thing is that FLOPS means floating point operations (per second) and SHA256 computations (the core Bitcoin hashing algorithm) take exactly 0 (zero) floating point ops as they consist of integer and bitwise ops only. Besides floating point operations are usually slower than integer and logical ones.

Bottom line is - measuring Bitcoin performance in FLOPS is wrong! Smiley
Post
Topic
Board Mining software (miners)
Re: Modified Kernel for Phoenix 1.4
by
icaci
on 16/05/2011, 22:49:38 UTC
5xxx maxes out at a worksize of 256.
My dual 5870 (w/o CF bridges) maxes out at WORKSIZE=128.
Post
Topic
Board Pools
Re: Please test: New Experimental Pool "Eligius"
by
icaci
on 15/05/2011, 17:52:25 UTC
What happened to luke.dashjr.org? It's down and no JSON stats are available though the RPC server seems to work fine.