johguse / profanity

Vanity address generator for Ethereum
836 stars 334 forks source link

Print hashrate to stderr #16

Closed wjmelements closed 5 years ago

wjmelements commented 5 years ago

Changes

Currently, hashrate is printed to stdout. This prints the hashrate to stderr instead. As a result, you can redirect output to a file without the file filling with hashrate over time. Hashrate is still available for monitoring. stderr displays alongside stdout in most terminals. I haven't tested this on Windows. Reviewers @johguse

wjmelements commented 5 years ago

I think this is analogous to how wget and curl prints download progress to stderr.