Bitcoin Forum
May 04, 2024, 06:36:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162]
3221  Other / Beginners & Help / Re: Unbroadcasted transaction [0.5 BTC Bounty] on: August 22, 2011, 05:41:17 AM
I managed to get the pywallet to work; I deleted the transaction the invalid ones. And now my wallet shows a balance of zero.
I am confident though I have 14 bitcoins; that somehow i can't access.

I originally had 85 btc to start off with. I sent 71 btc off; to the namecoin exchange.
And now i should have 14btc. But I can't access those btc.

I  have over 20 wallets; not organized. Is there a way i can combine all these wallets into one;
Is there any other options?

Suggestions?

Bounty still open. I bumped the bounty doubled from 0.25btc
If a solution is found.
3222  Other / Beginners & Help / Re: Unbroadcasted transaction [0.25 BTC Bounty] on: August 20, 2011, 08:14:18 AM
I did download the pywallet; Installed twisted, and python 2.7

And i get these errors in command line;

'Twisted' package is not installed, Pywallet web interface can't be launched

Anything i did wrong here?
3223  Other / Beginners & Help / Unbroadcasted transaction [0.50 BTC Bounty] on: August 20, 2011, 03:58:24 AM
I been trying to broadcast for two days; and my transaction won't go through. I replaced my file with a older wallet; and i tried re sending; and it doesn't work. I don't know why it isn't going through.

Any suggestions, or helps.

Thanks

-Have the entire Blockchain.



0.50 BTC Bounty to solution that works
3224  Other / Beginners & Help / Fully Optimize system; Works with any system on: July 06, 2011, 11:21:18 AM
I don't get why so many people clock to clocks of 980 Gpu core and get 280/mhash or so on the Ati 6870; I have fully optimize my system; bare with the steps; not too

complicated;
This is with ati 6870; but it works with all cards. You should see a improvement; some steps is a 2-3% improvement(Depends on system)

1) http://forum.bitcoin.org/index.php?topic=6458.0 Down this; Cmd
Extract into Same folder as miner; Phoenix 1.5
1% more efficient (varies; 0% for others)

Make sure to replace phoenix.exe in step one in same folder; by extracting
then replacing kernel after.

2) Down this http://forum.bitcoin.org/index.php?topic=25860.0 Kernel
This extract into guiminer\kernels\phatk Replace kernel; 1-2% boost

3) http://developer.amd.com/tools/gDEBugger/Pages/default.aspx With this update
you won't need an crossfire cable or dummy plug anymore; and its faster without crossfire; 1% Faster
with crossfire removal + additional 1-2% for update.

4) Make a ati.bat File(Same Folder As miner; Guiminer\); edit it; type

cd %1

phoenix.exe -u http://Example@yahoo.ca:password@pit.deepbit.net:8332 -k phatk FASTLOOP=false DEVICE=0 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128

If you have two graphic cards make a second file Call it something like ati2.bat

cd %1

phoenix.exe -u http://Example@yahoo.ca:password@pit.deepbit.net:8332 -k phatk FASTLOOP=false DEVICE=1 VECTORS BFI_INT AGGRESSION=13 WORKSIZE=128

If you want to use your computer; and not too aggressive; Make two more files; which I did
And call them atiNonaggressive.bat

cd %1

phoenix.exe -u http://Example@yahoo.ca:password@pit.deepbit.net:8332 -k phatk FASTLOOP=true DEVICE=0 VECTORS BFI_INT AGGRESSION=5 WORKSIZE=128

atiNonaggressive2.bat

cd %1
Fully Optimize system; Works with any system


phoenix.exe -u http://Example@yahoo.ca:password@pit.deepbit.net:8332 -k phatk FASTLOOP=true DEVICE=1 VECTORS BFI_INT AGGRESSION=5 WORKSIZE=128

Then shortcut to desktop. Just click the file on desktop and wolla

Note Guiminer won't work; It will mine still but show no numbers Like shares will go up; they switched system in phoenix 1.5; so you have to switch to Cmd; I use .bat as it
auto opens in cmd. Phoenix is generally more efficient; for me i get 20 m/hash or more with all optimization.

I am just sharing this tips to rest of community; credit the people who made these; I am just merely sharing this.
And if you consider a small donation for sharing tips; I may share more in the future:
Donation: 15sKsWqyTDZSitsjfaRsWRaVUe87zumbZB

Hope you like this  Smiley

My results may vary on other systems; let me know if it works on your system.

I get 293.13 At max Wink Just with 945 Gpu Clock; and 1050 Memory.

Average is 290-292-ish



My bat File naming



My computer Sever farm

The one below is the one running two miners
with no crossfire from the patch;


6)


7)


Donation: 15sKsWqyTDZSitsjfaRsWRaVUe87zumbZB
3225  Other / Beginners & Help / Massive Performance Increase in GuiMiner on: June 28, 2011, 12:59:29 PM
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
3226  Other / Beginners & Help / Re: How many bitcoins are you mining each day? (another pissing contest) on: June 28, 2011, 12:51:51 PM
I know some things that should make a 3% speed change; and another 1-2% with settings. I am getting 290 m/hash with 945 GPU clock. The changes can be done by anyone; you don't need to be a computer programmer or anything; so bare with me;

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;

-k phatk platform=0 device=0 VECTORS BFI_INT AGGRESSION=13 worksize=128 FASTLOOP=false

Let me know how it works xD

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

donation =  Grin
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!