Bitcoin-Core
如何在 Bitcoin Core 上創建新錢包?
如何在 Bitcoin Core (Bitcoin QT) 上創建新錢包?我忘記了舊密碼,因此無法使用舊錢包創建交易。我的舊錢包裡沒有錢,我只需要創建一個沒有忘記密碼的新錢包。
wallet.dat
如果在 Bitcoin Core 文件夾中找不到,Bitcoin Core 將創建一個新錢包。
- 關閉比特幣核心。
- 如果錢包仍然有餘額,或者錢包中的地址已經給出,請備份舊
wallet.dat
的:將其移動到不同的目錄或重命名。如果您確定它從未使用過,則可以將其刪除。- 重啟比特幣核心。將創建一個新錢包。
如果您不知道在哪裡可以找到
wallet.dat
,請在此處查看:bitcoin-qt 的數據文件夾在哪裡?
使用 bitcoin-core 0.21 版,不再自動創建預設錢包
這是創建新錢包的命令。
$ bitcoin-wallet -wallet=wallet.dat create Topping up keypool... Wallet info =========== Name: wallet.dat Format: bdb Descriptors: no Encrypted: no HD (hd seed available): yes Keypool Size: 2000 Transactions: 0 Address Book: 0 (BTC) ➜ Wallets
然後通過指定錢包啟動比特幣核心,例如:
$ bitcoind -server -walletdir=/home/netsamir/.bitcoin/wallets/wallet.dat