Author

Topic: Massive Performance Increase in GuiMiner (Read 6870 times)

legendary
Activity: 1148
Merit: 1008
If you want to walk on water, get out of the boat
June 28, 2011, 08:33:22 AM
#5
The guy who figured it out posted it in here 2 days ago.

Stop stealing other people's work and trying to get tips.

GTFO.
+1
member
Activity: 89
Merit: 10
I know some tricks that should make a 3%-5% speed change; and another 1-2% with settings. I am getting 290 m/hash with 945 GPU clock (Ati 6870). The changes can be done by anyone; you don't need to be a computer programmer or anything; so bare with me; It works with all cards;

Changes:

You want to go to folder Guiminer/kernels/phatk;
should see a file called kernel.cl; open it with notepad;

change code;

define Ma(x, y, z) amd_bytealign((y), (x | z), (z & x))
and change it to this line
  #define Ma(x, y, z) amd_bytealign( (z^x), (y), (x) )
Once you've done it, restart the miner.

That should give a 3% speed boost;
For another change; in extra flag in the guiminer
Put;

This section is best for ATI 6870 Note;
--------------------------------------
-k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false

For other cards use;
https://en.bitcoin.it/wiki/Mining_hardware_comparison go here for other models.

Let me know how it works xD

For me giving tips on 3% speed change please donate to
15sKsWqyTDZSitsjfaRsWRaVUe87zumbZB

donations =  Grin


Pretty lame of you sir to solicit BTC from another man's hard work.
newbie
Activity: 14
Merit: 0
The guy who figured it out posted it in here 2 days ago.

Stop stealing other people's work and trying to get tips.

GTFO.
+1
hero member
Activity: 728
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
The guy who figured it out posted it in here 2 days ago.

Stop stealing other people's work and trying to get tips.

GTFO.
donator
Activity: 3228
Merit: 1226
★Bitvest.io★ Play Plinko or Invest!
I know some tricks that should make a 3%-5% speed change; and another 1-2% with settings. I am getting 290 m/hash with 945 GPU clock (Ati 6870). The changes can be done by anyone; you don't need to be a computer programmer or anything; so bare with me; It works with all cards;

Changes:

You want to go to folder Guiminer/kernels/phatk;
should see a file called kernel.cl; open it with notepad;

change code;

define Ma(x, y, z) amd_bytealign((y), (x | z), (z & x))
and change it to this line
  #define Ma(x, y, z) amd_bytealign( (z^x), (y), (x) )
Once you've done it, restart the miner.

That should give a 3% speed boost;
For another change; in extra flag in the guiminer
Put;

This section is best for ATI 6870 Note;
--------------------------------------
-k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false

For other cards use;
https://en.bitcoin.it/wiki/Mining_hardware_comparison go here for other models.

Let me know how it works xD

For me giving tips on 3% speed change please donate to
15sKsWqyTDZSitsjfaRsWRaVUe87zumbZB

donations =  Grin
Jump to: