Installed bitcoin-qt via snap, now can't find wallet folder

I'm trying to import in a old wallet to this new core. I tried looking in the ~/bitcoin/ and it says the directory doesn't exist. I also checked all the directories in ~/snap/bitcoin-core/ but see no wallet.dat files.

Any help would be appreciated

1 Answer

found it via

find / -name wallet.dat -print 2>/dev/null

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like