-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KC705 #15
Comments
Thanks for your help . The only way I'm making bit coins at the moment is sitting on sites for certain amount of time . I learnt some programming in 1995 when I knew it was going to be big . Gutter I didn't stick with it . I know there is code out there to copy and paste so I can use all the pc,s in the world to mine for us . Still looking for the yellow brick road . Paul Date: Fri, 26 Apr 2013 16:44:27 -0700 fpgaminer_top.v you have a long compare each time round the loop // Stop hashing if we've run out of nonces to check
modify nonce2 to make it 1 bit longer, then change the above to a test for a single high end bit, this will take the logic from a 32 bit compare chain to a 1 bit compare chain... it should push the rate up. — |
I'm afraid you have missed the (Get rich quick) boat on Bitcoin Mind you so did I….. and I'm still kicking myself. With my current FPGA 2GH/S kit, Its making $10USD a day…… and still there are idiots on Bitcointalk, thinking they are going to retire just because they have strung a couple of Cyclone V together (but it MUST To be honest you would be better throwing some low cost FPGA together because the KC7 range is a killer of a price. What would be useful, would be a way to plug these into one of the more advanced mining software program (Luke-JR) On May 2, 2013, at 5:43 PM, Paul Andrew Politano [email protected] wrote:
|
fpgaminer_top.v
you have a long compare each time round the loop
// Stop hashing if we've run out of nonces to check
else if (nonce2 == 32'hFFFFFFFF)
modify nonce2 to make it 1 bit longer, then change the above to a test for a single high end bit, this will take the logic from a 32 bit compare chain to a 1 bit compare chain...
it should push the rate up.
The text was updated successfully, but these errors were encountered: