Commit graph

464 commits

Author SHA1 Message Date
Ben Gräf
ff4058a2a9
Integrated CN-UPX2/extremelite (#247)
* WIP

* Added win/asm for upx2

* Added donation servers and fixed windows ASM variant

* #1.9.2 preparation
2019-04-24 22:34:30 +02:00
Ben Gräf
959eb3911c
Update version.h 2019-03-07 09:15:21 +01:00
Ben Gräf
c832d7c8a3
Update version.h 2019-03-07 09:15:14 +01:00
Ben Gräf
a97a21a2fa Fixed coloring of outdated version on Dashboard
Integrated Auto detect for V4, RWZ and Zelerius forls
2019-03-06 20:10:49 +01:00
djfinch
2993e3d2e5 Fix ASM RWZ for macOS (#237)
poděkovat
2019-03-06 16:01:17 +01:00
BenDr0id
75125f22d3 Reverted accidentaly reverted stuff 2019-03-06 13:52:04 +01:00
BenDr0id
d7508ba9f7 Cleanup and build fixes 2019-03-06 12:20:31 +01:00
Ben Gräf
862c34b31e
#1.9.0 (#236)
# 1.9.0
- Integrated Monero CN-R variant so called CNv4, aka CN-R, aka CNv5, aka Cryptonight-R #233 (algo: "cryptonight", variant: "r")
- Integrated Wownero CN-R variant #233 (algo: "cryptonight", variant: "wow")
- Integrated Graft variant (algo: "cryptonight", variant: "rwz" OR variant: "graft")
- Integrated X-Cash variant #234 (algo: "cryptonight", variant: "double" OR variant: "heavyx" OR variant: "xcash")
- Integrated Zelerius variant (algo: "cryptonight", variant: "zls" OR variant: "zelerius")
- Add miner version column to the Dashboard (version turns red when its outdated)
- Fixed crash when remote logging is disabled
2019-03-05 23:49:32 +01:00
Ben Gräf
e48436cc91 Fixed crash when remote logging is disabled 2019-02-16 19:37:53 +01:00
Ben Gräf
20e7d62ec7 Fixed for hugepages on cn-turtle 2019-02-11 12:11:59 +01:00
Ben Gräf
651e650037 Fixed turtle self-check 2019-02-10 21:21:42 +01:00
Ben Gräf
7cec4e9a50 Fix ARMv8 compilation 2019-02-10 18:19:23 +01:00
Ben Gräf
f6cd9068af Cleanup 2019-02-09 00:01:30 +01:00
Ben Gräf
a6c88e2d7e Integrats Hosp and adds ASM code for RTO/HOSP 2019-02-08 20:11:11 +01:00
Ben Gräf
8c544aa08c Fix compile issues on some compilers 2019-02-02 08:27:01 +01:00
Ben Gräf
da52ab2702 Fixed no-colors printout 2019-01-30 20:51:58 +01:00
Ben Gräf
61778ab4c2 Fixed hugepages/memory printout for CN-Turtle/Ultralite
- Added more names to the algo parse CN-Turtle/Ultralite
2019-01-30 20:51:11 +01:00
Ben Gräf
25b1e2e223 Removed buggy self check 2019-01-30 19:10:14 +01:00
BenDr0id
4001331310 Workaround multihash/self test of haevy variants when compiled with gcc8 2019-01-29 16:49:08 +01:00
Ben Gräf
9a28900750 #1.8.12 Preparation 2019-01-28 22:50:06 +01:00
Ben Gräf
703529b81c Fixed #228 ForcePow overrules autodetect for XTLv9/Fast2
- CN-Ultralite is displayed as "turtle" instead of "2" on Dashboard
2019-01-27 11:05:28 +01:00
Ben Gräf
4e35bc3fa8 Removed generated windows asm files 2019-01-27 10:58:26 +01:00
BenDr0id
aa8b20e312 Need to include generated files for windows/mvc, appveyor somehow is not able to generate 2019-01-25 09:11:36 +01:00
Ben Gräf
d21f7d12c8 Increased version 2019-01-24 20:28:54 +01:00
Ben Gräf
98a09c25c2 Fix for cnv2_double_main_loop upx/fastv2
- Added more tests
2019-01-24 20:02:40 +01:00
Ben Gräf
317b521c76
Update Job.cpp 2019-01-23 15:57:56 +01:00
Ben Gräf
2ec65c7a20 Refactored ASM code
- Removed duplicate code
- Autogenerated ASM files based on templates
- Cleanup in naming
2019-01-22 20:29:13 +01:00
Ben Gräf
6574a8e844 2019-01-14 22:50:12 +01:00
Ben Gräf
b071046d41 Merge remote-tracking branch 'origin/master' 2019-01-14 22:48:41 +01:00
Ben Gräf
006107a262 Fixed broken autodetect of XTL 2019-01-14 22:48:19 +01:00
BenDr0id
fbea78c653 Variant "half" is now detected as xtlv9 2019-01-14 08:48:21 +01:00
Ben Gräf
4c995ea443
Integrated cryptonight-ultralite + optimizations (#226)
* Integrated cryptonight-ultralite + optimizations
2019-01-13 14:40:11 +00:00
Ben Gräf
b101db98aa
Update PowVariant.h 2019-01-07 16:38:59 +01:00
Ben Gräf
f7e6b3cef1 Fixed segfault when using colors=false 2019-01-06 17:30:01 +01:00
Ben Gräf
9d36a64ba1 Fixed windows build 2019-01-04 20:03:21 +01:00
Ben Gräf
2a16c28186 Fixed last typos 2019-01-04 19:48:57 +01:00
Ben Gräf
0c310c3ffd More typo fixes 2019-01-04 19:47:09 +01:00
Ben Gräf
f545fa52cb Fixed windows asm files 2019-01-04 19:45:16 +01:00
Ben Gräf
1273e45e46
Integrated new Algos (#224)
- Added XLT v5/9 with autodetect(algo: "cryptonight", variant: "xtl" (autodetect), "xtlv9" (force v9))
- Added cn-lite variant UPX/uPlexa (algo: "cryptonight-lite", variant "upx")
- Added force-pow-variant parameter to force usage of the variant from the config and skip parsing of pow/variant from job/pool
2019-01-04 18:34:48 +00:00
Ben Gräf
0d5d83dcce
Update Service.cpp 2018-12-28 21:20:41 +01:00
Ben Gräf
eb599a4697
Update Service.cpp 2018-12-28 21:19:40 +01:00
Ben Gräf
80bc45f322
Config templates (#222)
* Implemented template editor and template assignment
2018-12-28 15:24:02 +00:00
BenDr0id
2140e56e3a Upgrade config files 2018-12-10 15:48:36 +01:00
Ben Gräf
cc8b117aa7
Telegram support and more notificatons (#217)
# 1.8.6
- Integrated Telegram push notifications
- Fixed multi miner editor
- Added miner offline/online status push notification
- Added 0/recovered hashrate push notification
2018-12-10 14:20:51 +01:00
BenDr0id
22f151deab #1.8.5 preparation 2018-11-28 14:21:41 +01:00
Ben Gräf
de9f64e515
Server improvements and remote machine reboot (#213)
* Add remote reboot feature to Dashboard, Server & Miner
* Integrated Pushover push notifications for Offline miners and periodical stats
2018-11-28 08:59:44 +01:00
Ben Gräf
9aeac75db6 Fix for ARM build 2018-11-18 15:50:03 +01:00
Ben Gräf
8253006ae6 Fix compile issues 2018-11-18 15:12:17 +01:00
Ben Gräf
7167d6f734 2018-11-18 14:58:40 +01:00
Ben Gräf
2ed4c67265 Increased version 2018-11-18 14:47:28 +01:00