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, 14:47:46 UTC
yes , it is come from offline bitcoin core create new address

listdescriptor command :


 {
      "desc": \"wpkh([14e61600/84h/0h/0h]xpub6BuMVZnKofsTGQSP4TkmvYLzV1MpHAceDteJgveizpvCR6PGxhaGuCvgQJz5wKjS47fESUv8Aqk sJnAYLk4uTUS4cjsyLncUzaQM7hKNXCZ/0/*)#2qktxmer",
      "timestamp": 1714782714,
      "active": true,
      "internal": false,
      "range": [
        0,
        1000
      ],
      "next": 1,
      "next_index": 1
    },



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


but online computer i create watch only wallet importdescriptor command show checksum error ? i don't understand what happen ?