forked from yentencoin/yenten-arm-miner-yespowerr16
-
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.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 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 |
---|---|---|
|
@@ -1918,21 +1918,22 @@ static void signal_handler(int sig) | |
|
||
static void show_credits() { | ||
printf("\n"); | ||
printf(" *** "PACKAGE_NAME" "PACKAGE_VERSION" by Yentencoin ***\n"); | ||
printf(" Multi-threaded CPU miner for Yenten Coin and other Yespower variants\n"); | ||
printf(" *** "PACKAGE_NAME" "PACKAGE_VERSION" by Markourai ***\n"); | ||
printf(" Multi-threaded CPU miner for Yespower variants\n"); | ||
printf("\n"); | ||
printf(" Authors:\n"); | ||
printf(" Jeff Garzik [email protected]\n"); | ||
printf(" Pooler [email protected]\n"); | ||
printf(" Alexander Peslyak [email protected]\n"); | ||
printf(" Kanon [email protected]\n"); | ||
printf(" Yentencoin\n"); | ||
printf(" Markourai\n"); | ||
printf("\n"); | ||
printf(" Download Latest Release:\n"); | ||
printf(" httpshttps://github.com/yentencoin/yenten-arm-miner-yespowerr16/releases/latest\n"); | ||
printf(" https://github.com/Markourai/arm-miner-yespower\n"); | ||
printf("\n"); | ||
printf(" Bug Report or Question (English, Chinese, Japanese, Korean, Russian):\n"); | ||
printf(" https://github.com/yentencoin/yenten-arm-miner-yespowerr16/issues\n"); | ||
printf(" https://github.com/Markourai/arm-miner-yespower/issues\n"); | ||
printf("\n"); | ||
} | ||
|
||
|