| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.Hashrate
Description
Hash rate abstractions
Documentation
Bitcoin mining algo
Constructors
| SHA256 |
Litecoin mining algo
Constructors
| Scrypt |
Ethereum mining algo
Constructors
| ETHASH |
Dash mining algo
Constructors
| X11 |
Zcash mining algo
Constructors
| EQUIHASH |
Mining hashrate, polymorphic
makeHashrate :: MiningAlgorithm a => a -> Double -> Hashrate a Source #
Hashrate constructor