-
Notifications
You must be signed in to change notification settings - Fork 44
Channel closing (uncooperative) - no progress in status even after 144 blocks #27
Comments
Identical to #17 |
@griswaalt @gustavonalle Any of you has a rooted phone? Being able to access app data would facilitate debugging a lot |
@pm47 I am running this on stock, unrooted Android. |
@pm47 If you run the app in the android studio using the emulator in debug mode, put 2 mBTC, wait for confirmation, open a channel to a node you control, kill that node, forcefully close the channel in the emulator, you'll probably be able to reproduce the issue, since pretty much everyone is seeing it. Now, since you lost the password to update the app on google play (https://twitter.com/acinq_co/status/982749523104673792), the question is if it's possible to manually create a tx to redeem the funds stuck in the wallet or create a script/app to do so... |
Yes we are doing that, but the more information the better
Not without the app data, because there is per-channel random data that is generated by each peer for each channel |
You mean not without rooting the phone and reading the SQL DB? |
Yes |
Hmmm...that's bad :( What if I build the app directly from (bug fixed) sources and manually install it on the phone? |
If you do that, signature will be different and android will reinstall the app, deleting the data in the process :-/ |
I can see you also have |
Yes, this is by designed. The app data is completely locked from the inside |
So it sounds like either we root our phones or we lose the funds? Is that correct? |
We don't know yet, I haven't even been able to reproduce the issue. As soon as we understand exactly what the problem is, we'll be able to tell |
This is a duplicate of #17, please see updates there. |
So I set up a channel with the SLEEPYARK node to buy some blockstream stickers. However, since my funding amount was a bit less, I couldn't make a purchase tx so I decided to close the channel. On clicking close, the status changed to closing (uncooperative) and there has been no progress since then. I closed the channel over 2 days back so it is well past 144 blocks. However, there is no on chain tx to return my funds and I see the status as closing (uncooperative). Any ideas what could be the issue?

The text was updated successfully, but these errors were encountered: