Ok….
A couple of days ago I posted a screen shot of the Ebay Scrap miner pushing 120MH/s
Today I have a screen shot at 150MH/s
Read the rest of this entry »
Ok….
A couple of days ago I posted a screen shot of the Ebay Scrap miner pushing 120MH/s
Today I have a screen shot at 150MH/s
Read the rest of this entry »
Well……
The time has finally come to Build our bitcoin miner.
Specification
GitHub is great for finding code and then forking it, however one issue is that there are a significant number of idiots forking projects and then making insignificant formatting changes, maybe they want to see their name up on the web or even claim that they are part of the project (great for job interviews)
So when forking a project you need to ensure you have the actual base project and not some numpties re-fork of a re-fork.
Here is a classic example taken of a FULL Git patch:
@@ -6,7 +6,7 @@
6# Datatypes (KEYWORD1)
7#######################################
8
9-DHT22 KEYWORD1
9+DHT22 KEYWORD1
10
11 #######################################
12 # Methods and Functions (KEYWORD2)
Since I had little to do over New years day, I threw together some Arduino code that would allow reading of Nand-Flash chips. This includes the memory contents and both the ID and ‘secret’ ID where supported.
Read the rest of this entry »
A tutorial based around the ‘README’ notes of the Freescale Android R_92 release from Freescale has been posted
Kernel Build
The purpose of the tutorial is to walk users through the actual procedure in a little more detail, as the tutorial progresses it will cover Linux Kernel building and installation onto the Pad device.