Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build options on Raspberry Pi 2 (model B) #9

Open
cryptozeny opened this issue Mar 3, 2018 · 3 comments
Open

build options on Raspberry Pi 2 (model B) #9

cryptozeny opened this issue Mar 3, 2018 · 3 comments

Comments

@cryptozeny
Copy link

i don't think that it's not actually issue, but I wanna share this.

i used this options on rpi2.

$./configure CFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math" CXXFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math"

and i got 25% hash up. it's amazing... before 0.08 kH/s after 0.11 kH/s

do you why this options increases hash power? i am very curious...

@cryptozeny
Copy link
Author

the options from this site:
https://github.com/novaspirit/wolf-m7m-cpuminer-V2-RPi

@cryptozeny
Copy link
Author

i think it's very practical for ARM CPUs (smartphone mining)

@macchky
Copy link
Owner

macchky commented Mar 4, 2018

I guess due to neon and -Ofast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants