You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\nDumps all wallet keys in a human-readable format to a server-side file. This does not allow overwriting existing files.\n"
599
+
"Note that if your wallet contains keys which are not derived from your HD seed (e.g. imported keys), these are not covered by only backing up the seed itself, and must be backed up too (e.g. ensure you back up the whole dumpfile).\n"
599
600
"\nArguments:\n"
600
601
"1. \"filename\" (string, required) The filename with path (either absolute or relative to bitcoind)\n"
if (mainRequest.fHelp || mainRequest.params.size() < 1 || mainRequest.params.size() > 2)
1039
1040
throwstd::runtime_error(
1040
1041
"importmulti \"requests\" ( \"options\" )\n\n"
1041
-
"Import addresses/scripts (with private or public keys, redeem script (P2SH)), rescanning all addresses in one-shot-only (rescan can be disabled via options).\n\n"
1042
+
"Import addresses/scripts (with private or public keys, redeem script (P2SH)), rescanning all addresses in one-shot-only (rescan can be disabled via options). Requires a new wallet backup.\n\n"
1042
1043
"Arguments:\n"
1043
1044
"1. requests (array, required) Data to be imported\n"
0 commit comments