Skip to content

Releases: ponsato/ducopanel

Ducopanel 1.274.0

20 Nov 19:12
Compare
Choose a tag to compare
  • New interface aligned with official tools
  • Compatible with Windows 11
  • Fixed the pc miner
  • Added avr miner and bootloader version 2.74
  • Added improvements to network data
  • All the official duino tools and functionalities have been added, you can access them through the same tool in a new window (Alt + F4 to close them)
  • Significant improvement in overall performance

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.

1.273.0

10 Oct 18:25
Compare
Choose a tag to compare
  • Added all web wallet improvements
  • New wallet and panel design
  • Added avr miner version 2.73
  • Added improvements to network data

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.

Ducopanel 1.261.0

22 Aug 15:55
Compare
Choose a tag to compare
  • Fixed access problems
  • New wallet and panel design
  • Added avr miner version 2.61
  • Some graphical tweaks and improvements
  • Fixed logs with special characters

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.

Ducopanel 1.260.0

31 Jul 14:12
Compare
Choose a tag to compare

Added version 2.6 of the AVR miner.

Added functionality to check for Ducopanel updates. It will show a modal window with the link to the repository.

Added new improvements for Login and Wallet.

Performance and interface improvements.

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.

Ducopanel 1.257.0

23 Jul 21:24
Compare
Choose a tag to compare

Ducopanel will show you a notification when there are new updates, with a direct link to the repository so you can download it.

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.