-
Notifications
You must be signed in to change notification settings - Fork 35
/
README.txt
24 lines (18 loc) · 1.4 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
An Open Source FPGA Blakecoin Miner
This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
Project includes code from https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner
Also http://www.rcis.aist.go.jp/files/special/SASEBO/SHA3-ja/BLAKE.zip which quotes free
license for research purposes, http://www.rcis.aist.go.jp/special/SASEBO/SHA3-en.html
See https://bitcointalk.org/index.php?topic=306894.0 for forum discussion.
Special thanks to fpgaminer for the original bitcoin mining code, teknohog for his
serial code, also OrphanedGland, udif, TheSeven, makomk, and newMeat1 as credited on
the fpgaminer bitcoin thread https://bitcointalk.org/index.php?topic=9047.0 and ngzhang
for his Icarus/Lancelot boards and github. Not forgetting bluedragon747 for blakecoin!
Ports are available for icarus/lancelot, ztex 1.15x, 1.15y and Cairnsmore CM1.
The code currently achieves around 780MHash/s at 195Mhz on the lancelot board and around
1.5Gh/s on the quad boards (1.15y, CM1). All code is in the experimental folder and the
bitstreams links for download are in bitstreams.txt
All are supported by a modified cgminer 3.1.1 for use solo or on pool, there is also a
python miner for the Icarus/Lancelot board (solo mining, or pool via getwork only).