Updated Supported Algorithms (markdown)

JayDDee
2020-03-13 02:12:02 -04:00
parent dfca903dfa
commit 025a7f4e1d

@@ -97,7 +97,7 @@
Many variations of scrypt based algos can be mine by specifying their parameters: 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 * -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. * -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 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 ### Algorithms using scrypt parameters
* scryptn2 * scryptn2
`--algo scrypt --param-n 1048576` `--algo scrypt --param-n 1048576`
* cpupower: * cpupower
`--algo yespower --param-key "CPUpower: The number of CPU working or available for proof-of-work mining"` `--algo yespower --param-key "CPUpower: The number of CPU working or available for proof-of-work mining"`
* power2b * power2b
`--algo yespower-b2b --param-n 2048 --param-r 32 --param-key "Now I am become Death, the destroyer of worlds"` `--algo yespower-b2b --param-n 2048 --param-r 32 --param-key "Now I am become Death, the destroyer of worlds"`
* sugarchain * 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"` `--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 * yespoweriots
`--algo yespower --param-n 2048 --param-key "Iots is committed to the development of IOT"` `--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 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 shorter than intended. The key parameter must be set as above, with the last 2 characters "ng" from the
specification truncated. 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"`