Shares mostly rejected mining with an FPGA

2

I am using an FPGA to mine bitcoins in a pool, as you can see below I am not really very successful:

[1 accepted, 48 failed, 148.90 +/- 21.27 Mhash/s]

It is running at 150 MhZ but I only have 1 accepted share out of 49. I guess this quota does not look to healhty. Anyone an idea what could be wrong?

Patrick

Posted 2012-11-23T20:05:32.940

Reputation: 151

Is this a p2pool? Or perhaps a mining pool with a non-standard share difficulty?David Schwartz 2012-11-24T00:07:01.850

Which miner software and version? And is the pool using variable difficulty ("var diff") ?Dr.Haribo 2012-11-24T10:17:16.880

I am using this pool here: host = "api2.bitcoin.cz"Patrick 2012-11-26T09:43:57.160

I am not sure what it means to use var diff, where can I find this out?Patrick 2012-11-26T09:44:29.157

Answers

1

Give me the make of the FPGA and the name of FPGA binary you are using.

It could well be that you are over-clocking the FPGA too far, due to the way that many of these cores are designed, there is a race condition, where the "success" flag, gets out of sync with the "nonce".

Basically the FPGA flags the "hit", but by the time it gets to copying the "nonce", it has changed...... and so fails.

hardcore

Posted 2012-11-23T20:05:32.940

Reputation: 11