Commit graph

56 commits

Author SHA1 Message Date
Ben Gräf
78809d44bc
Delete a template from Dashboard (#257)
* Integrated embedded config parsing #245

* cleanup

* Cleanup in remotelog

* Fixed MS Visual Studio 2019 compatibility

* Embedded config parsing only for miner not server

* wip

* Finished delete template
2019-07-24 13:58:28 -07:00
Ben Gräf
727dc786b8 Fixed non-merged template assignment 2019-05-01 10:45:20 +02:00
Ben Gräf
1b0557d3b4
Update index.html 2019-04-02 10:05:35 +02:00
BenDr0id
ddcf73a735 Integrated merged templates and replace of @WORKER-ID@ in template assignment 2019-03-29 15:16:59 +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
BenDr0id
f26b9a5a10 Fix outdated check on dashboard 2019-03-06 09:53:11 +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
d36797d696 Fixed auto enable template editor button 2018-12-28 22:26:49 +01:00
Ben Gräf
80bc45f322
Config templates (#222)
* Implemented template editor and template assignment
2018-12-28 15:24:02 +00: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
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
f11a001f6c Fixed total avg.time 2018-10-20 23:08:06 +02:00
BenDr0id
959be3da38 Add GPU Info to client info tooltip 2018-08-15 08:44:45 +02:00
Ben Gräf
9380880b58 Fix getClientLogs function and log viewer on dashboard 2018-07-27 21:21:33 +02:00
BenDr0id
ed80e8a436 WIP 2018-07-27 17:18:57 +02:00
Ben Gräf
c04f773222 Fix hugepage status in popup 2018-07-18 21:58:00 +02:00
Ben Gräf
9ff4ec3288 Cleanup hugepages status 2018-07-12 12:48:58 +02:00
Ben Gräf
eb8b854211 Add external ip to log view 2018-06-17 16:09:31 +02:00
djfinch
e23743980e Fix new version notification (#132) 2018-06-12 23:00:52 +02:00
Ben Gräf
8923a0f658 Cleanup in index layout 2018-06-12 21:31:57 +02:00
Ben Gräf
3e57539e91 Added resetClientStatusList button to Dashboard #129 2018-06-12 21:13:09 +02:00
Ben Gräf
b379f21cb3
Fix connection issues and add enhancement to the Dashboard (#130)
* Fix connection errors when doing DNS lookup
* Fix connection handling when an error occurs
* Add remote logging feature
* Add algo variant to dashboard
2018-06-12 09:15:04 +02:00
Ben Gräf
f54ce3c95c
Merged features for # 1.6.3 (#114)
- Added shift+click function for multi row selection to Dashboard
- Added -DBUILD_STATIC=ON/OFF option to CMake configuration to create fully static builds
- Added current algo and list of supported_varaints to login message for future usage on proxy
- Added support for latest Stellite (XTL) and Alloy (XAO) variants
- Simplification of configuration, "force-pow-variant" and "cryptonight-lite-ipbc" parameters are now deprecated see [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) for guidance
- Fixed leaks in transport shutdown
2018-05-23 23:23:49 +02:00
djfinch
90202b2920 OSX Mem.cpp fix (#70) Thx to @djfinch
* OSX Mem.cp fix
* Fixed current serverTime overflow.
2018-03-19 23:04:18 +01:00
BenDroid
f2da61a9e2 Fixed margin of table 2018-03-13 20:28:58 +01:00
sebastianstolzenberg
75952e0eb4 Implemented Monero v1 pow changes
* Adds arm implementation and test code for single hash
* Fixed build break for when APP_DEBUG is set
* Applied new icons / design
2018-03-13 20:19:20 +01:00
BenDroid
80c0381dc7 Fixed Uptime column in Dashboard
Implemented HTTPS for miner -> server and server -> dashboard
2018-02-06 21:43:53 +01:00
BenDroid
1b7b48f6e3 Added miner uptime to dashboard
WIP SSL/TLS for CC communication and Dashboard
2018-02-05 22:53:38 +01:00
BenDroid
512bbf83de When miner is offline status now shows "OFFLINE"
Cleanup of Readme.md
2018-01-24 21:31:27 +01:00
Ben Gräf
acf27e9341 Preparation for #1.4.0 (#30)
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores
- Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple)
- Rebased from XMRig 2.4.4
2018-01-19 19:42:06 +01:00
BenDroid
d5dc20865f Merge branch 'dev'
Conflicts:
	src/App_unix.cpp
2018-01-12 23:14:49 +01:00
BenDroid
e7bf633010 Integrated config less startup with only given CCServer and token #14
Fixed time drift issues on dashboard by sending server time to dashboard and use this for comparisson
2018-01-12 23:11:00 +01:00
BenDroid
0a0f18322e Merged branch dev into master 2018-01-04 20:14:51 +01:00
BenDroid
193ff49ebd Added one notification per miner when sending a command 2018-01-04 20:14:32 +01:00
BenDr0id
9620fe0eeb Added cpu sockets to dashboard client info popup
* Removed not working background mode for *nix
2018-01-04 17:32:56 +01:00
BenDroid
5d92227cd2 Added toggle switch for turning off offline notifications
Cleanup
2017-12-27 12:56:27 +01:00
BenDroid
e40003601d Added notification when miner went offline
Added multi miner editor (search&replace)
Cleaned error and info notifications
2017-12-26 23:09:18 +01:00
BenDroid
344a4997a6 Added select/deselect all to table header and footer 2017-12-20 20:34:32 +01:00
BenDroid
ebf0ecc3c0 Fixed Memory Leaks #7 in XMRigCCServer
+ Little cleanup in dashboard
2017-12-18 22:02:06 +01:00
BenDroid
e349dccb91 - Refactored Dashboard to send one command to multiple miners and "beautified" dashboard
- Miner now publishs own config to XMRigCCServer on startup
- Added command to trigger miner to upload config to XMRigCCServer
- Added threads to miner info tooltip on client id
2017-12-16 22:38:51 +01:00
BenDroid
b42e779bf6 Updated index 2017-12-10 16:50:28 +01:00
BenDroid
c17d2ac8c8 Fixed total sum row for filtered tables 2017-12-10 16:41:28 +01:00
Ben Gräf
2c6fea0a28 Update index.html 2017-12-04 17:25:14 +01:00
BenDroid
daa4d912b3 Integrated thread based double hash mode 2017-12-01 07:48:28 +01:00
BenDroid
ee0dd98eeb Fixed some bugs in Dashboard
* Added client Version to tooltip
* Add version check and "update available" notification to Dashboard
2017-11-23 19:27:48 +01:00
BenDroid
048c32baae Fixed sorting by "client id" and "last status" 2017-11-16 20:39:29 +01:00
BenDroid
300acfb39d Minor fixes in ClientId column tooltips (Threads/Cores) 2017-11-13 23:15:58 +01:00
BenDroid
dfe56bbc21 Added online/offline status to dashboard client Id column
* Added external client IP to dashboard client Id column tooltip
* Added client info (cpu, cores, cpu features, current configured threads, current hash mode ..) to client id column tooltip
2017-11-13 22:35:53 +01:00
BenDroid
947910f8e6 Added "hide offline miners" toggle 2017-11-10 21:10:00 +01:00
BenDroid
1cf1e38077 Removed libcurl dependency and fixed avgTime round in dashboard 2017-11-07 18:51:55 +01:00