revoxhere / duino-coin

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
https://duinocoin.com
MIT License
1.09k stars 511 forks source link

Microchip Atmega4809 Xplained Pro is not minning #639

Closed Doofus4ever closed 3 years ago

Doofus4ever commented 3 years ago

When i flashed the new Arduino code to my avr device it is not connecting and mining with the new server and avr miner it should work since it was working before the server migration and pools

see the pic attached

to recreate error load the code to any Atmega 4809 device like mine or Arduino nano every which has Atmega4809

Microchip_Atmega4809_Xplained_Pro_Error

Doofus4ever commented 3 years ago

Please restart the miner or unplug the board from the computer and plug it back in..

i have done that already, i flashed latest release onto the board and using the latest avr miner i have tried both windows and linux avr miners both spit out the same issue

Doofus4ever commented 3 years ago

Ok found out where i f uped on the arduino code for this special board i had to change where it had Serial -> Serial1 now its working (i.e Serial.read, Serial.print ... etc)