-
Notifications
You must be signed in to change notification settings - Fork 819
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
Raspberry Pi 4 Error when "make -j 2" #816
Comments
Followed this guide and I get errors upon installation.
|
Those instructions are for cgminer, not bfgminer. That said, try the instructions here: It should help you compile a working gekko driver you can use. |
I'm trying to make it work for an ASIC BlockEruptor. I will definitely try this out when I get home from work. Fingers crossed! |
If you're only using a BlockErupter, then you may need to replace this line: With this one: Per the README: To ensure you enable the driver as part of the build for the executable. Best of luck! |
Everything is working now, except the device cannot be found. Are these considered blockeruptors? That is what it was listed when I bought it. Additionally, I followed this code.
|
Try this: sudo cgminer --ndevs If it lists the actual device(s), then your issue is related to your OS not granting your user account access to those USB devices. You can shortcut troubleshooting by trying a test run of the devices with sudo prepended to the command like the above, but realistically that's not a great long-term solution. |
Sadly, I get this error.
When I go to USB Management, it does state that there is one device. However, it does not start the mining process. |
cd cgminer |
The text was updated successfully, but these errors were encountered: