Monday, July 1, 2024

Misplaced funds? Generated little one tackle (HD Pockets BIP32) with out Node path

I’ve an app that generates 1 public tackle = 1 transaction utilizing HD Pockets.

Nevertheless I forgot to place the node path /0 whereas producing the kid tackle and my Bitcoin Core pockets doesn’t acknowledge the fund which have been despatched.

Is there any approach I can get well the funds by means of scriptPubKey or one thing ?

or are the funds misplaced ceaselessly ?

Deal with that obtained the fund : https://bitcoinexplorer.org/tackle/1F3PZ1Qjtpmdcg3QGhK5szsPzY9nPLJeNq

Deal with generated with out node path
    getaddressinfo 1F3PZ1Qjtpmdcg3QGhK5szsPzY9nPLJeNq
    
    {
      "tackle": "1F3PZ1Qjtpmdcg3QGhK5szsPzY9nPLJeNq",
      "scriptPubKey": "76a9149a056b1113775ba165d929461f305d493349a55b88ac",
      "ismine": false,
      "solvable": false,
      "iswatchonly": false,
      "isscript": false,
      "iswitness": false,
      "ischange": false,
      "labels": [
      ]
    }


Deal with generated with node path

    
    getaddressinfo 1Fq1BbugkWzQyJBoFEJrbcTmsxe44Mhhfz    
    
    {
      "tackle": "1Fq1BbugkWzQyJBoFEJrbcTmsxe44Mhhfz",
      "scriptPubKey": "76a914a2a5e135a645025d0b87f710ec7d7122fd9c8a3488ac",
      "ismine": true,
      "solvable": true,
      "desc": "pkh([3db26443/44'/0'/0'/0/12]------)#psf0gapz",
      "parent_desc": "pkh([3db26443/44'/0'/0']xpub-----/0/*)#7uthurwc",
      "iswatchonly": false,
      "isscript": false,
      "iswitness": false,
      "pubkey": "------",
      "iscompressed": true,
      "ischange": true,
      "timestamp": 1703084241,
      "hdkeypath": "m/44'/0'/0'/0/12",
      "hdseedid": "0000000000000000000000000000000000000000",
      "hdmasterfingerprint": "3db26443",
      "labels": [
      ]
    }

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles