We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPX Android miner 4.0.
Times in log file are broken, I see something like this:
[08:0] READY (CPU) threads 4(4) ... [08:1] accepted (1/0) diff 7200 (45ms)
It should be like this:
[2022-01-24 08:09:47] READY (CPU) threads 4(4) ... [2022-01-24 08:11:24] accepted (1/0) diff 7200 (45ms)
Or just time, like this:
[08:09:47] READY (CPU) threads 4(4) ... [08:11:24] accepted (1/0) diff 7200 (45ms)
I noticed that under some condition entries in Mining Log screen have full timestamps, maybe during time when screen is off (that is not enough).
... [08:4] accepted (71/0) diff 20480 (139ms) [2022-01-24 08:50:01] accepted (72/0) diff 20480 (133ms) ... [2022-01-24 13:16:01] accepted (211/0) diff 20480 (137ms) [13:2] accepted (212/0) diff 20480 (157ms) ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UPX Android miner 4.0.
Times in log file are broken, I see something like this:
It should be like this:
Or just time, like this:
I noticed that under some condition entries in Mining Log screen have full timestamps, maybe during time when screen is off (that is not enough).
The text was updated successfully, but these errors were encountered: