PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

Human-readable deadline date format #97

Closed wolfbeast closed 3 years ago

wolfbeast commented 3 years ago

It would be a great enhancement if the deadlines in the console/logging could be made a human readable format instead of the raw second value. e.g. 7198 -> 01:59:58 123812 -> 1d 10:23:32 etc.

JohnnyFFM commented 3 years ago

rejected 😁

two reasons:

  1. there is no value added... your miner just works, if you win a block you win. no point to watch it.

  2. Each coin has a unique function to convert dl to time. it's not just divide by 60 anymore like it used to be at the beginning of PoC.

wolfbeast commented 3 years ago

I disagree with (1) but I wasn't aware of (2); in that case it's indeed not useful.