Skip to content

Commit

Permalink
Yentencoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Markourai committed Feb 3, 2025
1 parent 6f79cf5 commit fb2ee7b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit fb2ee7b

Please sign in to comment.