From bf2ca7be0b59a0e131cc52cc0056d7be86502ca7 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 14 Mar 2014 22:00:14 +0200 Subject: [PATCH] doc: update doc/configuration.md with `algorithm` aliases. --- doc/configuration.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index 9d99a718..eddcbc1f 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -12,13 +12,16 @@ cryptocurrencies. *Argument:* string -*Default:* `default` +*Default:* `scrypt` *Supported:* -* `adaptive-nfactor` - Vertcoin-style adaptive N-factor scrypt. -N-factor defaults to 11. -* everything else - Litecoin-style static N-factor scrypt. +* `adaptive-n-factor` - Vertcoin-style adaptive N-factor scrypt. + N-factor defaults to 11. Aliases: `adaptive-n-factor` (to be removed + in future versions) and `nscrypt`. +* `scrypt` - Litecoin-style static N-factor scrypt. +* everything else - currently defaults to `scrypt`, subject to change + without warning. ### nfactor