Skip to content

How to restore funds when abandonchannel used but tx got confirmed after a few days. #8110

Closed Answered by guggero
Krtekcze asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use the zombie recovery.
You'll need the "match" file to get started, from the information you provided this would look like this:

{
  "node1": {
    "identity_pubkey": "03c157946cc1cd376b929e36006e645fae490b1b1d4156b40db804e01b4bda48cd",
    "contact": "your peer's node"
  },
  "node2": {
    "identity_pubkey": "03yyyyyy",
    "contact": "your node"
  },
  "channels": [
    {
      "short_channel_id": "0000",
      "chan_point": "21da51b97b33abdaf172ea3c452676b58af96727ecdb926fb4b048bec24fc5c0:1",
      "address": "bc1qp4j7mx4k08z6kgz4jed3qrdcy5dphfr809a7jx95g9cdanrc9qwqy4avm4",
      "capacity": 5000000
    }
  ]
}

You need to add your node's public key in the "node2 -> id…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Krtekcze
Comment options

@guggero
Comment options

Answer selected by Krtekcze
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants