Skip to content

Arduino mining troubleshooting

Robert Piotrowski edited this page Jun 25, 2021 · 6 revisions

This page is yet unfinished - contribute or wait until it will contain more content.

Problem:

  • Permission error

Solution:

  • Run the miner as an administrator (or sudo rights if on linux)
  • Re-upload the Arduino code to your board
  • Re-burn the bootloader to your Arduino
  • Select programmer as "Arduino as ISP" when uploading the code

Problem:

  • Input/Output error

Solution:

  • Use a different USB cable
  • If you are using many devices, try using a powered USB hub

Problem:

  • How to enable debug output?

Solution:

  • Find folder named AVRMiner_v2.49_resources (for AVR Miner) or PCMiner_v2.49_resources (for PC Miner), in it you should find a file named Miner_config.cfg, open it with Notepad and find a line that says debug = n, change it to debug = y
Clone this wiki locally