Bitcoin Forum
May 26, 2024, 10:30:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 »
81  Bitcoin / Development & Technical Discussion / Re: Linux vs Windows GPU hash rate on: January 27, 2011, 01:48:48 PM
It should work fine on Ubuntu. Use latest fglrx (ATI's proprietary driver) and stream 2.1
82  Bitcoin / Development & Technical Discussion / Re: Linux vs Windows GPU hash rate on: January 27, 2011, 08:49:22 AM
Use stream 2.1 or 2.2. Not sure why, but 2.3 is slower.
83  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 26, 2011, 05:20:23 PM
Ok, just confirmed... latest version is good only with 'difficulty = 1'. Working properly only on slush's pool.

Please revert to previous version for mining solo. I'm working on a fix.
84  Economy / Marketplace / Re: CoinPal beta - Buying bitcoins with PayPal on: January 26, 2011, 08:45:39 AM
At least anyone saying bitcoin is not anonymous enough can try to prove it.
85  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 25, 2011, 02:42:59 PM
Updated to use ArtForz kernel. Lowered default 'frames' to 30.

I am seeing biggest improvement on linux, Stream 2.1, 2x5970 - ~5%

Thanks ArtForz, tcatm
86  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 24, 2011, 10:49:31 AM
I made some pool related changes - socket timeout is now 5 seconds to avoid solving some jobs more than once. Exception handling should be somewhat better too.
87  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: January 07, 2011, 08:12:53 AM
You are right. --- But, consider this:

  1. The miner is general purpose. It have to work with the official bincoin client.

Searching for more than one solution doesn't break compatibility - bitcoind would just reject second solution. Nothing is lost, you will have new search space in a short period.

But even if other miners do this, I am not quite sure if it improves apparent performance (to pool). Every nonce has equal probability.
88  Bitcoin / Bitcoin Technical Support / Re: Hash accepted. No Bitcoin. on: January 06, 2011, 10:18:18 AM
Hash accepted means only that the block was accepted by your client as a valid solution. Next, it's broadcast to your peers, they broadcast it to theirs and so on. For some reason this broadcast didn't reach my node. This means it didn't reach other parts of the network too. Does someone see this particular hash in debug.log?

I definitely recommend opening your port 8333 to ensure better connectivity. This would also make someone cornering you out of the network harder. (I am not saying someone cornered you actually, it's difficult even with the port closed).

As for the pool - don't mix up problems. There was a major change recently and you should update poclbm to latest version.
89  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 05, 2011, 01:01:17 PM
Fixed issue with intermittent solving for duplicate pool job. Anyone using the miner against a pool should upgrade to latest version to avoid losing shares.

Also, kernel now compiles with vectors on Stream 2.1
90  Bitcoin / Bitcoin Discussion / Re: Micropayments? on: January 02, 2011, 07:50:38 PM
A solved block will then be around (1kb * 2000tps * 60 * 10) / 1024 / 1024 = 1.14 gigabytes per block.

Would someone please explain why sending solved block with raw TXs is needed? Isn't it possible to broadcast lighter version of solved block with only TX hashes (32 bytes each), bringing above number to ~32 megabytes (instead of a GB)?
91  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 02, 2011, 02:19:34 PM
Just posted my best settings for Windows 7, Stream 2.2, AMD 5770, 5870 (first post). Teknohog, could you please try with Stream 2.1. I can't see why 'vectors' would give invalid results.
92  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: January 02, 2011, 07:49:42 AM
FairUser, please describe your setup with as many details as possible. When did it start showing this?

Does anyone else see something similar?
93  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: December 28, 2010, 06:41:51 PM
Updated to support latest change of slush's pool which now returns JSON RPC error when its back-end server is down. Original bitcoind never returns such error as a response to getwork(data).

Summarized, this should help miner continue after pool downtime.
94  Bitcoin / Bitcoin Discussion / Re: difficulty over time data? on: December 18, 2010, 05:54:38 PM
http://nullvoid.org/bitcoin/difficultiez.php
95  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: December 18, 2010, 01:54:00 PM
Elanthius, in previous version I forgot to remove OpenCL.dll from the py2exe distribution. It is not there in current version and you should check that you have Stream SDK 2.2 installed and proper version of OpenCL.dll loadable by miner. Be sure there aren't multiple versions - for example if an nvidia one from previous drivers load first it could give you this error.
96  Bitcoin / Pools / Re: Cooperative mining (>2000Mhash/s, join us!) on: December 18, 2010, 11:36:49 AM
Just wanted to announce here that my miner now has some fixes related to pool usage. It should cycle over network problems. Also, mining is done in a separate thread to avoid performance drops due to IO.
97  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: December 18, 2010, 11:29:30 AM
Moved actual search to separate thread to avoid IO overhead. It wasn't a problem when used with local bitcoin client, but become a problem with slush's mining pool.

Davout, check if crossfire is switched off. Or try with lower clock. Xelister reported on #bitcoin-dev similar issues with 5970 and Diablo's miner.
98  Bitcoin / Pools / Re: Cooperative mining (>1300Mhash/s already, join us!) on: December 16, 2010, 08:11:50 PM
Quote
16/12/2010 20:xx. xxxxxxxx, invalid or stale

Exactly what you will get with 'normal' mining - pool server received new, network block just before your last solution. Because pool target is quite low you will see this more often. With ask rate of 5 seconds and network speed of 6 blocks/hour there is probability of 1/120 'shares' to see this.
99  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 14, 2010, 10:54:22 AM
Added update of block time every second and support for targets < 32 bits. Output now shows block hash and acceptance status.
100  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: December 13, 2010, 05:10:52 AM
From bitcoin docs

Quote
# By default, only RPC connections from localhost are allowed.  Specify
# as many rpcallowip= settings as you like to allow connections from
# other hosts (and you may use * as a wildcard character):
#rpcallowip=10.1.1.34
#rpcallowip=192.168.1.*
Pages: « 1 2 3 4 [5] 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!