mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-09 06:18:07 +00:00
update startup credits
This commit is contained in:
parent
056098dd86
commit
c27f3139aa
@ -3465,7 +3465,7 @@ int main(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
CUDART_VERSION/1000, (CUDART_VERSION % 1000)/10);
|
CUDART_VERSION/1000, (CUDART_VERSION % 1000)/10);
|
||||||
printf(" Originally based on Christian Buchner and Christian H. project\n");
|
printf(" Originally based on Christian Buchner and Christian H. project\n");
|
||||||
printf(" Include some of the work of djm34, sp, tsiv and klausT.\n\n");
|
printf(" Include some algos from alexis78, djm34, sp, tsiv and klausT.\n\n");
|
||||||
printf("BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)\n\n");
|
printf("BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)\n\n");
|
||||||
|
|
||||||
rpc_user = strdup("");
|
rpc_user = strdup("");
|
||||||
@ -3521,7 +3521,7 @@ int main(int argc, char *argv[])
|
|||||||
// extra credits..
|
// extra credits..
|
||||||
if (opt_algo == ALGO_VANILLA) {
|
if (opt_algo == ALGO_VANILLA) {
|
||||||
printf(" Vanilla blake optimized by Alexis Provos.\n");
|
printf(" Vanilla blake optimized by Alexis Provos.\n");
|
||||||
printf("VNL donation address: Vr5oCen8NrY6ekBWFaaWjCUFBH4dyiS57W\n\n");
|
printf("XVC donation address: Vr5oCen8NrY6ekBWFaaWjCUFBH4dyiS57W\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!opt_benchmark && !strlen(rpc_url)) {
|
if (!opt_benchmark && !strlen(rpc_url)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user