Bitcoind
嘗試將私鑰導入 bitcoind
我處於一種特殊情況,我需要導入我的私鑰憑據並基本上將錢包恢復到 bitcoind。bitcoind 正在執行,並且我在 bitcoind.conf 中確實有一個 rpc 使用者/密碼和 server=1,但是無論我做什麼,當我嘗試導入密鑰時,我都會收到以下錯誤。錢包上沒有密碼也沒有加密。
root@coined:/home# bitcoind importprivkey "5JxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxHjdCia9dt7" "root" error: {"code":-4,"message":"Error adding key to wallet"}
日誌中沒有任何內容,日子很難過。但是這裡有一些建議可以嘗試找出錯誤的原因:
- 您對目錄
wallet.dat
中的文件有寫權限.bitcoin
嗎?- 錢包是否被密碼鎖定?然後你需要解鎖它(可能會給出另一個錯誤資訊,但值得一問)。
disablewallet
您是否在命令行或配置文件中設置了該選項?- 您的錢包是否可能因
-reindex
操作而被鎖定?
離開鍵(和標籤)周圍的“”?