Is there is any 12 word wallet recovery passphrase in bitcoin core

3

0

How can i get wallet recovery passphrase of wallet.dat file. So that even if the wallet got corrupted or lost i can recover entire wallet using recovery passphrase.

Also i can't find any recovery passpharse command in API call list (https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list).

Ajit Soman

Posted 2017-12-16T05:01:19.547

Reputation: 405

Answers

5

No, there is not. Bitcoin Core does not use BIP39.

Pieter Wuille

Posted 2017-12-16T05:01:19.547

Reputation: 54 032

Is there is any other way i can recover wallet if wallet got corruptedAjit Soman 2017-12-16T07:00:17.170

1@AjitSoman You can go for regular "cloud" backups, encrypting them with a 12 word passphrase. That way you can always restore your wallet.dat to the last backed-up version and it's as secure as the encryption method you use and the passphrase.Hubert Jasieniecki 2017-12-16T09:25:48.567