Commit graph

40 commits

Author SHA1 Message Date
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
BenDroid
88e70600d3 Added dialogs to Actions, Added sum row 2017-11-06 20:58:16 +01:00
BenDroid
6ab298eeac Added configuration for cclient update status interval 2017-11-03 20:12:04 +01:00
BenDroid
7cc38f768f Added current algo to clientStatus
Added client config editor to dashboard
Little beautifying of dashboard
2017-11-01 22:43:04 +01:00
BenDroid
94a830302d Updated documentation, minor cleanup 2017-10-22 22:48:38 +02:00
Ben Gräf
e245b50a41 Added reloading and action buttons to dashboard 2017-10-20 20:06:20 +02:00
Ben Gräf
bb5f9ba872 Added first simple dashboard 2017-10-19 22:12:38 +02:00