Description Usage Arguments Details Value Author(s) References Examples
pretty print for hash rate
1 | formatHashes(x, units = "auto", ...)
|
x |
a number (of hashes) |
units |
what units you want the hashes displayed in (e.g. "kH", "MH", etc."). By default, the function will automatically try to figure out the best unit. |
... |
other arguments (not currently in use) |
1 kH/s is 1,000 (one thousand) hashes per second.
1 MH/s is 1,000,000 (one million) hashes per second.
1 GH/s is 1,000,000,000 (one billion) hashes per second.
1 TH/s is 1,000,000,000,000 (one trillion) hashes per second.
1 PH/s is 1,000,000,000,000,000 (one quadrillion) hashes per second.
1 EH/s is 1,000,000,000,000,000,000 (one quintillion) hashes per second.
string
Garrett See
http://bitcoin.stackexchange.com/a/21498
1 2 3 4 | ## Not run:
formatHashes(getNetHash())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.