Author

Topic: Bitcoin Core help / Deletet Path warning (Read 78 times)

newbie
Activity: 12
Merit: 2
May 20, 2021, 03:30:28 PM
#6
You need to open your settings.json file and remove the offending path from the wallet key.

Erasing the settings file with just brackets remaining {} will also work but this will also wipe the rest of your settings.

Thank you all - this one solved it in seconds Smiley
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
If NotATether's solution doesn't work, also make sure that there isn't a "wallet=" line in the bitcoin.conf file... although, I concur with NotATether that the most likely culprit will be the "wallet" value in your settings.json file (which should be located in your Bitcoin Core datadir)

There shouldn't be a wallet folder in the bitcoin.conf, as this is strictly a Bitcoin QT problem (bitcoind doesn't does not use the settings.json AFAIK).
HCP
legendary
Activity: 2086
Merit: 4316
Bitcoin Core defaults to opening the last wallet that you had open when you shut it down. If you shut down Bitcoin Core (without explicitly closing the wallet file first, using "File -> Close Wallet") and then subsequently deleted the wallet file, then Bitcoin Core will be attempting to automatically re-open a (now) non-existant file. Undecided

If NotATether's solution doesn't work, also make sure that there isn't a "wallet=" line in the bitcoin.conf file... although, I concur with NotATether that the most likely culprit will be the "wallet" value in your settings.json file (which should be located in your Bitcoin Core datadir)

If you want to prevent this from happening again in the future... whenever you are planning to delete a wallet.dat file... make sure that you use the "File -> Close Wallet" option in Bitcoin Core to make sure the wallet file has been properly "closed" before you shutdown Bitcoin Core... Bitcoin Core will then remove it from the settings.json record and will not attempt to re-open the wallet when the application is re-started.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
You need to open your settings.json file and remove the offending path from the wallet key.

Erasing the settings file with just brackets remaining {} will also work but this will also wipe the rest of your settings.
legendary
Activity: 3304
Merit: 3037
BTC price road to $80k
That's the error if you already deleted the existing path including the wallet.dat file.

To solve this put the folder back including the wallet file or if you want it to another path you can use -wallet=(Path)

Here's the sample

Code:
C:> bitcoin-qt -wallet=c:\Users\ZZZ\Documents\wallet1.dat

Only if you have a backup wallet.dat file if you don't have a wallet.dat file then try this one below

Use this command:

Code:
$ bitcoin-wallet -wallet=wallet.dat create

And this
Code:
Then start the bitcoin-core by specifying the wallets, for instance:

$ bitcoind -server -walletdir=/home/netsamir/.bitcoin/wallets/wallet.dat
Source: https://bitcoin.stackexchange.com/questions/24383/how-can-i-create-a-new-wallet-on-bitcoin-core

Let me know if this one works.
newbie
Activity: 12
Merit: 2
I created a wallet at a customized path after Bitcoin Core installation. Then I decided to delete this folder manually and to create a wallet at the standard path.

Now I am getting warning messages (see picture) everytime I am starting Bitcoin Core regarding this deleted, customized path.

How can I get rid of them?

https://ibb.co/3BwQkNj
Jump to: