Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Silencing the output of the agent
#1
For the same task, the output of Ubuntu Linux (CPU) is different than macOS (GPU):


Code:
Sending 0 cracks...
{'action': 'sendProgress', 'token': 'nisPTTEiaU', 'chunkId': 5480, 'keyspaceProgress': 207536, 'relativeProgress': 0, 'speed': 12, 'state': 2, 'cracks': [], 'cpuUtil': [52.7]}
https://example.com:443 "POST /hashtopolis/src/api/server.php HTTP/1.1" 200 80
b'{"action":"sendProgress","response":"SUCCESS","cracked":0,"skipped":0,"zaps":[]}'
Progress:  0.00% Speed:  12.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
STATUS 3 SPEED 12 1000 EXEC_RUNTIME 36.380824 CURKU 207536 PROGRESS 207536 214948 RECHASH 0 1 RECSALT 0 1 REJECTED 0 UTIL -1
Sending 0 cracks...
{'action': 'sendProgress', 'token': 'nisPTTEiaU', 'chunkId': 5480, 'keyspaceProgress': 207536, 'relativeProgress': 0, 'speed': 12, 'state': 2, 'cracks': [], 'cpuUtil': [56.9]}
https://example.com:443 "POST /hashtopolis/src/api/server.php HTTP/1.1" 200 80
b'{"action":"sendProgress","response":"SUCCESS","cracked":0,"skipped":0,"zaps":[]}'
Progress:  0.00% Speed:  12.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
STATUS 3 SPEED 12 1000 EXEC_RUNTIME 36.368277 CURKU 207536 PROGRESS 207536 214948 RECHASH 0 1 RECSALT 0 1 REJECTED 0 UTIL -1
Sending 0 cracks...
{'action': 'sendProgress', 'token': 'nisPTTEiaU', 'chunkId': 5480, 'keyspaceProgress': 207536, 'relativeProgress': 0, 'speed': 12, 'state': 2, 'cracks': [], 'cpuUtil': [55.1]}
https://example.com:443 "POST /hashtopolis/src/api/server.php HTTP/1.1" 200 80
b'{"action":"sendProgress","response":"SUCCESS","cracked":0,"skipped":0,"zaps":[]}'
Progress:  0.00% Speed:  12.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
STATUS 3 SPEED 12 1000 EXEC_RUNTIME 36.236952 CURKU 207536 PROGRESS 207536 214948 RECHASH 0 1 RECSALT 0 1 REJECTED 0 UTIL -1
Sending 0 cracks...
{'action': 'sendProgress', 'token': 'nisPTTEiaU', 'chunkId': 5480, 'keyspaceProgress': 207536, 'relativeProgress': 0, 'speed': 12, 'state': 2, 'cracks': [], 'cpuUtil': [63.5]}
https://example.com:443 "POST /hashtopolis/src/api/server.php HTTP/1.1" 200 80
b'{"action":"sendProgress","response":"SUCCESS","cracked":0,"skipped":0,"zaps":[]}'
Progress:  0.00% Speed:  12.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
STATUS 3 SPEED 12 1000 EXEC_RUNTIME 36.319818 CURKU 207536 PROGRESS 207536 214948 RECHASH 0 1 RECSALT 0 1 REJECTED 0 UTIL -1


For Ubuntu Linux (CPU Task), it is much cleaner:


Code:
Start chunk...
Sending keepalive progress to avoid timeout...
Progress:  3.15% Speed:  40.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress:  6.31% Speed:  40.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress:  9.47% Speed:  40.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 12.63% Speed:  39.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 15.78% Speed:  39.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 17.89% Speed:  38.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 21.05% Speed:  38.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 24.21% Speed:  38.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 27.36% Speed:  38.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0
Progress: 29.47% Speed:  37.00H/s Cracks: 0 Accepted: 0 Skips: 0 Zaps: 0



How to make the macOS (GPU Task) to output cleaner results? They use the same command:

Code:
python3 hashtopolis.zip
Reply
#2
In the file `config.json` just remove the line with `"debug": true`, this will then stop the agent giving detailed outputs.
Reply
#3
It works well, thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)