forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SYN Remove Dead Readme-Qt Links.
- Loading branch information
Showing
8 changed files
with
35 additions
and
39 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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
Building Bitcoin | ||
|
||
See doc/readme-qt.md for instructions on building Bitcoin-Qt, | ||
the intended-for-end-users, nice-graphical-interface, reference | ||
implementation of Bitcoin. | ||
|
||
See doc/build-*.md for instructions on building bitcoind, | ||
the intended-for-services, no-graphical-interface, reference | ||
implementation of Bitcoin. |
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
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
### PyMiner ### | ||
|
||
This is a 'getwork' CPU mining client for Bitcoin. | ||
This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and therefore very, very slow. The purpose is to provide a reference implementation of a miner, for study. | ||
|
||
It is pure-python, and therefore very, very slow. The purpose is to | ||
provide a reference implementation of a miner, for study. | ||
### Other Resources ### | ||
|
||
- [BitcoinTalk Thread](https://bitcointalk.org/index.php?topic=3546.0) | ||
- [Jgarzik Repo](https://github.com/jgarzik/pyminer) |
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
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
### Verify SF Binaries ### | ||
This script attempts to download the signature file `SHA256SUMS.asc` from SourceForge. | ||
|
||
It first checks if the signature passes, and then downloads the files specified in | ||
the file, and checks if the hashes of these files match those that are specified | ||
in the signature file. The script returns 0 if everything passes the checks. It returns 1 if either the | ||
signature check or the hash check doesn't pass. If an error occurs the return value is 2 | ||
It first checks if the signature passes, and then downloads the files specified in the file, and checks if the hashes of these files match those that are specified in the signature file. | ||
|
||
The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2. |
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
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
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