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
When starting a node in pruned mode (-prune=1 -isd=1, for example), then trying to create a new wallet by importing a mnemonic, the wallet creation fails. The reason is that, by default, the master key import triggers a rescan of the blockchain, which is disabled in pruned mode.
A solution would be to retry the import with rescan disabled, if the RPC call fails the first time.
The text was updated successfully, but these errors were encountered:
When starting a node in pruned mode (
-prune=1 -isd=1
, for example), then trying to create a new wallet by importing a mnemonic, the wallet creation fails. The reason is that, by default, the master key import triggers a rescan of the blockchain, which is disabled in pruned mode.A solution would be to retry the import with rescan disabled, if the RPC call fails the first time.
The text was updated successfully, but these errors were encountered: