If you aren't using that wallet (good odds you aren't), then you can stop Bitcoin service, move it and restart

Reply to this note

Please Login to reply.

Discussion

If you setup the laptop with PC image recently but Copied over the Bitcoin folder from another node then that's your issue and you can resolve by deleting the wallet file or by manually upgrading Bitcoin core binaries.

Nope. Didn't do this.

It was fine until I tried the SSD internally. That's the only thing I can think of.

Might sound retarded here, but I haven't got a clue how to move any files from within mynode.

Ok. This is all command line type of stuff.

Either ssh, or get to terminal by finding the terminal link in mynode. I think it's on the status page.

You can login as admin and your password.

Then can switch to the Bitcoin user via

`sudo su - bitcoin` again giving your admin password

Nav to the folder

`cd /home/bitcoin/.Bitcoin/`

List files

`ls -la`

You should see either wallets with a wallet.dat inside or youll have directories/folders for wallet.dat and joinmarket_wallet.dat

Traversing into a folder `cd foldername`

Going up to parent `cd ..`

Renaming a file `mv currentname newname`

If it's a fresh setup and you aren't using those wallets (or joinmarket or jam for coin join) then they can be renamed or deleted.

To close out a session or back out from a user, use the command `exit`

Cool. Done and rebooting now.

I have just realized something though. I set up a password that I'm not asked for on boot up, and there are five options to choose from the SD card when booting too. Am I maybe logging in somehow but without the permissions and that's why I'm getting the error?

Nice

I think it's got AutomaticLogin enabled.