Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Duino-Coin_4.0_linux.zip | 2023-12-31 | 63.4 MB | |
Duino-Coin_4.0_windows.zip | 2023-12-31 | 41.2 MB | |
README.md | 2023-12-31 | 4.0 kB | |
Release 4.0 source code.tar.gz | 2023-12-31 | 4.2 MB | |
Release 4.0 source code.zip | 2023-12-31 | 4.3 MB | |
Totals: 5 Items | 113.1 MB | 0 |
Hello Duino miners!
Woah, it's the biggest update we've had this year probably. Most importantly you can now use the universal ESP code and benefit from the new reward system (when using the newest version). The PC and AVR Miners have also been updated to fix some of the bugs and provide more user friendly experience. Please note that I'll probably be still adjusting the earnings in the upcoming days, but I don't plan on making any major changes. Only the Arduino code didn't receive any changes, so you don't have to reflash your boards this time. And last but not least, happy new year! 🎉 🎆
This is a major release - you should update. Nodes may stop accepting old miner versions in a few weeks.
What's new, what's changed...
- Release 4.0 pull by @revoxhere in https://github.com/revoxhere/duino-coin/pull/1723
- All-new, more efficient and universal ESP code for all Espressif boards, by @matteocrippa and @revoxhere
- Better performance (66 kH/s on ESP8266-based boards, 84 kH/s on dual-core ESP32-based boards)
- Separate settings file (Settings.h) for easy configuration
- New Duino IoT options (DS18B20 and internal temp sensor for new ESP32s)
- Dashboard should not interfere with mining anymore
- Better mining stability and faster node fetching
- PC_Miner and AVR_Miner changes
- Added a print queue to prevent logs getting messed up while mining with many threads/boards
- Miners now display per thread and total hashrate
- Added some missing internalization strings
- Fixed greeting message not displaying properly with more than one board setup in AVR Miner
- Updated share messages and log colors
- Added missing dynamic window title for the PC Miner
- Minor bugfixes and improvements
- Changes in the reward system
- Some difficulties have been readjusted and all have had their earning rates improved
- Raspberry Pi and PC Mining earnings buffed
- Single core ESP32 boards will now use a separate difficulty to make mining for them more forgiving
- Difficulty calculation for PC miners now uses an updated Kolka V3 function for smoother difficulty changes
- Getting started pages updated with a workaround for the dependency install by @revoxhere in [60e95f]
- Getting started pages updated to support the new ESP code by @revoxhere in [60e95f]
- Added Traditional Chinese README by @BX2AFO in https://github.com/revoxhere/duino-coin/pull/1707
- Added Traditional Chinese link to the main README by @BX2AFO in https://github.com/revoxhere/duino-coin/pull/1710
- Updated Czech translation by @fpetru104 in https://github.com/revoxhere/duino-coin/pull/1706
- Update README_zh_TW.md by @BX2AFO in https://github.com/revoxhere/duino-coin/pull/1715
- Update README_es_LATAM.md by @Erick2317 in https://github.com/revoxhere/duino-coin/pull/1714
- Update README_zh_TW.md by @BX2AFO in https://github.com/revoxhere/duino-coin/pull/1718
- Update benchmarks and add Release 4.0 performance goals by @revoxhere in https://github.com/revoxhere/duino-coin/pull/1724
- Update project maintainer email by @Tech1k in https://github.com/revoxhere/duino-coin/pull/1713
New Contributors - welcome and thanks for your input!
- @matteocrippa made their first contribution in https://github.com/revoxhere/duino-coin/pull/1723
- @BX2AFO made their first contribution in https://github.com/revoxhere/duino-coin/pull/1707
- @Erick2317 made their first contribution in https://github.com/revoxhere/duino-coin/pull/1714
⚠️ 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.
Full Changelog: https://github.com/revoxhere/duino-coin/compare/3.9...4.0 As always, please report any encountered issues. Happy mining!