forked from progranism/Open-Source-FPGA-Bitcoin-Miner
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README.md to reflect changes to the Altera mining script.
- Loading branch information
Showing
1 changed file
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,17 +83,7 @@ Installation Instructions (for Terasic DE2-115) | |
1) *IMPORTANT*: Please remove the clear acrylic cover on your DE2-115 board. This will restrict | ||
air flow and may cause the chip to overheat. | ||
|
||
2) Navigate to 'scripts/mine' and EDIT 'mine.tcl' (open in Notepad or other text editor) | ||
|
||
3) Locate the following lines: | ||
|
||
set url "http://btcguild.com:8332" | ||
set userpass "[email protected]:yourpasswordhere" | ||
|
||
|
||
Edit accordingly (N.B. the script has only been tested with btcguild and deepbit so far). | ||
|
||
4) Save and close 'mine.tcl' | ||
2) Navigate to 'scripts/mine' and follow the instructions in 'config.example.tcl' (open in Notepad or other text editor) | ||
|
||
####Do these each time you want to run the miner: | ||
|
||
|
@@ -112,7 +102,7 @@ Once programming has succeeded, the DE2-115 is now ready to mine! | |
|
||
5) Run 'mine.bat' | ||
|
||
6) If working correctly, 'mine.bat' will leave a console window open which will fill with diagnostic information as it runs. | ||
6) If working correctly, 'mine.bat' will leave a console window open where it reports hashing rate, estimated hashing rate and accepted/rejected share information. | ||
|
||
7) Profit! | ||
|
||
|