Skip to content

Commit

Permalink
Updated mining scripts
Browse files Browse the repository at this point in the history
Now using python blake8.py instead of external programs midstate and
checkblake
  • Loading branch information
kramble committed Oct 30, 2013
1 parent c89290a commit c6d7188
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 52 deletions.
6 changes: 0 additions & 6 deletions MiningSoftware/README.txt
Expand Up @@ -15,12 +15,6 @@ python-json-rpc from http://json-rpc.org/browser/trunk/python-jsonrpc/jsonrpc

To install them run "python setup.py install" in each folder (sudo if on linux)

You will also need to compile the midstate program (see folder compile-midstate)
and copy the resulting executable to this directory. Windows binaries are also
available on dropbox (see README for link).

NB This code has only been tested on linux (raspberry pi debian wheezy)

The scripts take a single (optional) parameter, the clock speed (in MHz) for use with
the dynamic clock PLL. The value is checked for validity in the FPGA, so not all values
will work (see SPEED_LIMIT and SPEED_MIN parameters in blakeminer.v). Use the
Expand Down

0 comments on commit c6d7188

Please sign in to comment.