[Solved] How to salvage a damaged wallet? What commands are available?
-
Bitcoin 0.7 had the -salvagewallet command added, did they forget to add it to the command list in Debug log list help? If so, is there a list of command line only commands for feathercoind?
https://bitcointalk.org/index.php?topic=117874.0
-salvagewallet command-line option, which moves any existing wallet.dat
to wallet.{timestamp}.dat and then attempts to salvage public/private
keys and master encryption keys (if the wallet is encrypted) into
a new wallet.dat. This should only be used if your wallet becomes
corrupted, and is not intended to replace regular wallet backups. -
[quote name=“wrapper0feather” post=“53400” timestamp=“1390147404”]
Bitcoin 0.7 had the -salvagewallet command added, did they forget to add it to the command list in Debug log list help? If so, is there a list of command line only commands for feathercoind?[/quote]
the only lists I know of are given by ‘[b]featheroind --help[/b]’ and ‘[b]feathercoind help[/b]’, the first one providing configuration and command line options, the second one a list of commands for feathercoind.
Unless you want to find the commands directly in the source code, that’s all you can get, I think