Skip to content

Commit

Permalink
Update mining and gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Sep 22, 2018
1 parent d001a01 commit d101869
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/crypto_currency/mining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,42 @@ https://slushpool.com/help/get-started/getting_started
https://slushpool.com/help/get-started/advanced_mining

https://slushpool.com/help/get-started/mining_beginners


Hash Rate
---------



Hash Rate Measured & its Unit
+++++++++++++++++++++++++++++


Hash rate denominations

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.

Common Hash rate Conversions


1 MH/s = 1,000 kH/s

1 GH/s = 1,000 MH/s = 1,000,000 kH/s

1 TH/s = 1,000 GH/s = 1,000,000 MH/s = 1,000,000,000 kH/s

1 PH/s = 1,000 TH/s = 1,000,000 GH/s = 1,000,000,000 MH/s

1 EH/s = 1,000 PH/s = 1,000,000 TH/s = 1,000,000,000 GH/s

https://coinsutra.com/hash-rate-or-hash-power/
11 changes: 11 additions & 0 deletions src/crypto_currency/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Bitcoin
Generate wallet
+++++++++++++++


https://liteaddress.org/

https://www.bitaddress.org/
Expand All @@ -84,6 +85,16 @@ https://tools.bitcoin.com/paper-wallet/
https://bitcoinpaperwallet.com/bitcoinpaperwallet/generate-wallet.html


Universal JavaScript Client-Side Wallet Generator
-------------------------------------------------

https://github.com/walletgeneratornet/WalletGenerator.net

https://walletgenerator.net/

https://walletgenerator.net/?currency=Zcash


Blockchain explorer
+++++++++++++++++++

Expand Down
8 changes: 8 additions & 0 deletions src/linux/gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ https://github.com/nicolargo/glances
Windows
-------

GPU-Z
+++++

https://www.techpowerup.com/gpuz/

0 comments on commit d101869

Please sign in to comment.