cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 43 forks source link

stats_loop does not display the Pool/URL #9

Closed Knight1 closed 3 years ago

Knight1 commented 3 years ago

Hi!

The stats_loop does not tell the Multi-Pool Users what Pool the stats_loop is talking about. I have Statistics, but i/others do not know what pool it actually is :)

1619921220 INFO annmine.rs:509 45 Ke/s    2.1Mb/s     overflow: [0, 0, 0]       uploading: [416, 177, 355]          accept/reject: [626/0, 1172/0, 0/0]                 - goodrate: [100%, 100%, 100%]

https://github.com/cjdelisle/packetcrypt_rs/blob/8491fa6c5530d86b03fe7c3b114b7e70e695d27e/packetcrypt-annmine/src/annmine.rs#L510

Thanks again! Tobias

cjdelisle commented 3 years ago

They're in the same order as you put them on the command line (at least they should be...) I can't think of a way to put them without taking up way too much space....

Knight1 commented 3 years ago

Yeah. Got it! Thanks!