Darktron / pre-compiled

Pre-compiled CCMiner for various devices.
24 stars 37 forks source link

Can you write a tutorial for compiling #3

Open qimeila opened 1 week ago

qimeila commented 1 week ago

Thanks for sharing, I would like to compile my own ccminer to run on termux, which source code did you use? Is it possible to write a compilation script?

qimeila commented 1 week ago

and how to optimize for 4A72+4A53 cpu?i try to set mtune=cortex-a72,cortex-a53 or mtune=cortex-a72,cortex-a72.cortex-a53 but get error

Darktron commented 1 week ago

First question: https://github.com/Darktron/ccminer for source you can compile yourself if you'd like. Second question: I already have a cortex-a72 + cortex-a53 in this repository look at the branches. Third question: well you will need to learn a bit about clang to know what flags to use.