Commit graph

443 commits

Author SHA1 Message Date
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
Ben Gräf
128550a662 Integrated xfh freehaven-protocol aka cn-heavy-superfast 2018-11-18 14:45:50 +01:00
Ben Gräf
ce4eb25855 Merge remote-tracking branch 'origin/master' into develop 2018-11-15 19:38:46 +01:00
Ben Gräf
2dfcde48e4 Fix memory leak 2018-11-15 19:38:37 +01:00
Ben Gräf
ed69dd4ca4
Update version.h 2018-11-12 20:42:56 +01:00
Ben Gräf
8997e74b90
Add ASM optimizations (#208)
* Add ASM optimizations

- Add ASM optimization for CN-FAST on INTEL
- Add ASM optimization for CNV2 on AMD Bulldozer
- Alloy is now announced as XAO

* Upgraded default configs
2018-11-12 12:20:59 +01:00
Ben Gräf
3b643ff510 Upgraded default configs 2018-11-04 23:20:25 +01:00
Ben Gräf
e655bdfc5e Add ASM optimizations
- Add ASM optimization for CN-FAST on INTEL
- Add ASM optimization for CNV2 on AMD Bulldozer
- Alloy is now announced as XAO
2018-11-04 22:54:28 +01:00
Ben Gräf
0341a8d2f5 Upgraded version 2018-10-21 20:15:47 +02:00
Ben Gräf
d1e896b745 Removed obsolete fork workarounds for old versions of xtl, msr, xhv 2018-10-21 19:02:41 +02:00
Ben Gräf
38677f8a2b 2018-10-19 20:29:17 +02:00
Ben Gräf
6687d56910
Proper handling of DNS issues (#197)
* Fixed dns resolver issues
* fixed supported-variants in login
2018-10-19 10:35:01 +02:00
BenDr0id
8999758bc4 Removed unnecessary import 2018-10-16 11:19:05 +02:00
BenDr0id
9b0ec951b4 Added ASM for cn-lite v1 support 2018-10-16 11:18:33 +02:00
BenDr0id
5e333e1910 Cleanup 2018-10-16 09:13:05 +02:00
BenDr0id
6e6dfd93fc Add ASM tweak for XLT and Fix for 32bit 2018-10-16 08:47:09 +02:00
Ben Gräf
857e3193dd GCC 32bit fixes 2018-10-16 07:25:52 +02:00
Ben Gräf
9653e6b092 Fix win mvc build 2018-10-16 00:55:37 +02:00
Ben Gräf
9d6aa72746 Changed version 2018-10-16 00:32:30 +02:00
Ben Gräf
89e210ddd7
Integration of cnv2 and asm optimizations for cnv1&cnv2 thx to @SChernykh (#185) 2018-10-16 00:20:27 +02:00
djfinch
b3a8783498 OSX compile fix. (#166)
* OSX compile fix.
2018-09-11 11:33:29 +02:00
Ben Gräf
e1aac6d450
Update config_cc.json 2018-09-10 15:35:49 +02:00