Skip to content

Commit

Permalink
binaries updated (Android L target);
Browse files Browse the repository at this point in the history
No ccminer banner option enabled
  • Loading branch information
shmutalov committed Nov 5, 2020
1 parent e191153 commit 6456589
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified app/src/main/assets/ccminer/arm64-v8a/ccminer
Binary file not shown.
Binary file modified app/src/main/assets/ccminer/armeabi-v7a/ccminer
Binary file not shown.
Binary file modified app/src/main/assets/ccminer/x86_64/ccminer
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ private void startMiningProcess(MiningConfig config) {

String[] args = {
"./" + miner_ccminer,
"--no-banner",
"--no-color",
"-a", algo,
"-o", config.poolHost + ":" + config.poolPort,
Expand Down

2 comments on commit 6456589

@ajunkdha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sir how create aarch64 execute ?

@ajunkdha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fix verus extranonce but cant compile to execute.. thnks

Please sign in to comment.