Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin core create a watch only wallet and sign transactions offline [Tutorial]
by
nc50lc
on 05/05/2024, 14:22:01 UTC
    "error": {
      "code": -5,
      "message": "Provided checksum 'm5n2mwfm' does not match computed checksum 'g9v4p57c'"
That message contains the reason for the error.
The provided checksum which is the string starting with "#" sign after the descriptor isn't correct.

Just change it with the correct checksum "g9v4p57c" and it will be imported to your watch-only wallet.

But if it's from listdescriptors command in your offline Bitcoin Core, the checksum should already be correct.
Anyways, check your setup if your offline wallet can sign the transactions created in the watch-only wallet.