-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80df717
commit 321806a
Showing
18 changed files
with
14 additions
and
8,942 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
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,20 +1,2 @@ | ||
// protoshares | ||
void protoshares_process_512(minerProtosharesBlock_t* block); | ||
void protoshares_process_256(minerProtosharesBlock_t* block); | ||
void protoshares_process_128(minerProtosharesBlock_t* block); | ||
void protoshares_process_32(minerProtosharesBlock_t* block); | ||
void protoshares_process_8(minerProtosharesBlock_t* block); | ||
// scrypt | ||
void scrypt_process_cpu(minerScryptBlock_t* block); | ||
// primecoin | ||
void primecoin_process(minerPrimecoinBlock_t* block); | ||
// metiscoin | ||
void metiscoin_init(); | ||
void metiscoin_process(minerMetiscoinBlock_t* block); | ||
// maxcoin | ||
void maxcoin_init(); | ||
void maxcoin_process(minerMaxcoinBlock_t* block); | ||
void maxcoin_processGPU(minerMaxcoinBlock_t* block); | ||
// riecoin | ||
void riecoin_init(uint64_t sieveMax); | ||
void riecoin_process(minerRiecoinBlock_t* block); |
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
Oops, something went wrong.