sparrowwallet / sparrow

Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
https://sparrowwallet.com/
Apache License 2.0
1.36k stars 192 forks source link

Error saving wallet #1514

Closed swissdiver77 closed 1 month ago

swissdiver77 commented 1 month ago

On Mac OS 15 i am trying to save a software BIP39 wallet to a different directory. I used the -d option on startup. The selected directory is something like /home/user/test It was the same permissions as the default directory .sparrow. However when creating a new wallet I get the message: "Error saving wallet"

swissdiver77 commented 1 month ago

Thanks @Troy-ling : The permissions of said directory are indeed set to "drwxr-xr-x" and therefore do include write permissions for the current user. I wonder if I maybe need to create the directory called "wallets" or if sparrow will do that.

swissdiver77 commented 1 month ago

My bad. I mixed up MAC and Linux user path. I should have used /Users/user instead of /home/user. Sorry for the trouble & THANKS.