mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Supported Algorithms (markdown)
@@ -97,7 +97,7 @@
|
||||
Many variations of scrypt based algos can be mine by specifying their parameters:
|
||||
|
||||
* -N --param-n: This optional parameter is sometimes specified using the suffix :N added to the algorithm
|
||||
parameter, ie scrypt:1048576. The default if not specified is 1024.
|
||||
parameter, ie --algo scrypt:1048576. The default value of N if not specified is 1024.
|
||||
|
||||
* -K --param_key: This optional parameter is sometimes called "client key" or "pers" and is a string.
|
||||
Some algorithms specify a key length but cpuminer-opt determines the length automatically. This can result
|
||||
@@ -109,29 +109,42 @@ The default key if not specified is NULL.
|
||||
### Algorithms using scrypt parameters
|
||||
|
||||
* scryptn2
|
||||
|
||||
`--algo scrypt --param-n 1048576`
|
||||
|
||||
* cpupower:
|
||||
* cpupower
|
||||
|
||||
`--algo yespower --param-key "CPUpower: The number of CPU working or available for proof-of-work mining"`
|
||||
|
||||
* power2b
|
||||
|
||||
`--algo yespower-b2b --param-n 2048 --param-r 32 --param-key "Now I am become Death, the destroyer of worlds"`
|
||||
|
||||
* sugarchain
|
||||
|
||||
`--algo yespower --param-n 2048 -param-r 32 --param-key "Satoshi Nakamoto 31/Oct/2008 Proof-of-work is essentially one-CPU-one-vote"`
|
||||
|
||||
* yespoweriots
|
||||
|
||||
`--algo yespower --param-n 2048 --param-key "Iots is committed to the development of IOT"`
|
||||
|
||||
* yespowerlitb: --algo yespower --param-n 2048 --param-r 32 --param-key "LITBpower: The number of LITB working or available for proof-of-work mini"
|
||||
* yespowerlitb
|
||||
|
||||
`--algo yespower --param-n 2048 --param-r 32 --param-key "LITBpower: The number of LITB working or available for proof-of-work mini"`
|
||||
|
||||
The key length in the LITB POW specification was incorrectly set resulting the actual key being 2 charcaters
|
||||
shorter than intended. The key parameter must be set as above, with the last 2 characters "ng" from the
|
||||
specification truncated.
|
||||
|
||||
* yespoweric: --algo yespower --param-n 2048 --param-r 32 --param-key "IsotopeC"
|
||||
* yespoweric
|
||||
|
||||
* yespowerurx: --algo yespower --param-n 2048 --param-r 32 --param-key "UraniumX"
|
||||
`--algo yespower --param-n 2048 --param-r 32 --param-key "IsotopeC"`
|
||||
|
||||
* yespowerltncg: --algo yespower --param-n 2048 --param-r 32 --param-key "LTNCGYES"
|
||||
* yespowerurx
|
||||
|
||||
`--algo yespower --param-n 2048 --param-r 32 --param-key "UraniumX"`
|
||||
|
||||
* yespowerltncg
|
||||
|
||||
`--algo yespower --param-n 2048 --param-r 32 --param-key "LTNCGYES"`
|
||||
|
||||
|
Reference in New Issue
Block a user