xmrigCC icon indicating copy to clipboard operation
xmrigCC copied to clipboard

[Improvement] Server-side algo compatibility check

Open electroape opened this issue 4 years ago • 2 comments

Check for whether an algo you push to the client is supported on it's version or not. Don't push if not supported, show error message.

electroape avatar Dec 17 '20 11:12 electroape

Good idea, but i currently dont know how this can be easily integrated.. The ".json" file is actually just processed as text and fille in the clientConfig for each miner and the server is not aware of version capabilities.

Bendr0id avatar Dec 18 '20 15:12 Bendr0id

Store configs and templates in a memory data structure ?

electroape avatar May 29 '21 21:05 electroape