Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin core create a watch only wallet and sign transactions offline [Tutorial]
by
davidaw6812
on 05/05/2024, 10:55:48 UTC
hey ,

i don't understand why i create watch only wallet command for importdescriptor

error message


Executing command using "watch only wallet" wallet

importdescriptors "[{\"desc\":
\"wpkh([14e61600/84'/0'/0']xpub6BuMVZnKofsTGQSP4TkmvYLzV1MpHAceDteJgveizpvCR6PGxhaGuCvgQJz5wKjS47fESUv8Aqk sJnAYLk4uTUS4cjsyLncUzaQM7hKNXCZ/1/*)#m5n2mwfm\",
\"range\": [0,999], \"timestamp\": 1714782715, \"internal\": true, \"watchonly\": true, \"active\": true}]"


[
  {
    "success": false,
    "error": {
      "code": -5,
      "message": "Provided checksum 'm5n2mwfm' does not match computed checksum 'g9v4p57c'"
    }
  }
]


somebody can answer to me?

i follow this man teach bitcoin core offline transaction step

website : https://medium.com/@ChangTraca/bitcoin-core-as-cold-storage-sign-transactions-offline-and-generate-receiving-addresses-from-the-f0b2de8436b5

i use window system , is this reason use linux system only ?