From 6c17b48752e50ae54aed3bc723794fad51216c52 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sun, 15 Mar 2020 23:28:25 -0400 Subject: [PATCH] Updated Supported Algorithms (markdown) --- Supported--Algorithms.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Supported--Algorithms.md b/Supported--Algorithms.md index c648945..fd6689a 100644 --- a/Supported--Algorithms.md +++ b/Supported--Algorithms.md @@ -103,6 +103,8 @@ Variations listed above may be mined using their unique name or by parameters. B variations that are unlisted and must be mined using their parameters. Parameters can be obtained from the coin's specifications, if the developpers chose to publish them, or buried in the wallet code if not. +A parameter is not required when the algorithm uses the default. + * -N --param-n: This optional parameter is sometimes specified using the suffix :N added to the algorithm parameter, ie --algo scrypt:1048576. The default value of N if not specified is 1024. @@ -129,27 +131,23 @@ Scrypt with no paraneters uses the default N=1024 as used by Litecoin. `--algo yespower` -yespower with no parameters uses the default N=2048, R=32, Key=NULL. +yespower with no parameters uses the defaults N=2048, R=32, Key=NULL. * 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"` +`--algo yespower --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"` +`--algo yespower --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"` +`--algo yespower --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 @@ -157,19 +155,22 @@ specification truncated. * yespoweric -`--algo yespower --param-n 2048 --param-r 32 --param-key "IsotopeC"` +`--algo yespower --param-key "IsotopeC"` * yespowerurx -`--algo yespower --param-n 2048 --param-r 32 --param-key "UraniumX"` +`--algo yespower --param-key "UraniumX"` * yespowerltncg -`--algo yespower --param-n 2048 --param-r 32 --param-key "LTNCGYES"` +`--algo yespower --param-r 32 --param-key "LTNCGYES"` * yescrypt `--algo yescrypt` -Yescrypt with no parameters uses the default N=2048, R=8, Key=NULL. +Yescrypt with no parameters uses the defaults N=2048, R=8, Key=NULL. +* power2b + +`--algo yespower-b2b --param-key "Now I am become Death, the destroyer of worlds"` \ No newline at end of file