Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete transaction, how do i recover BTC #701

Closed
dzovani opened this issue Aug 29, 2021 · 7 comments · Fixed by #704
Closed

Incomplete transaction, how do i recover BTC #701

dzovani opened this issue Aug 29, 2021 · 7 comments · Fixed by #704
Labels
bug Something isn't working loss-of-funds Critical bug which can result in loss of funds

Comments

@dzovani
Copy link

dzovani commented Aug 29, 2021

i initialized swap, sent BTC , than my client cannot connect to counterparty, how do i resume or cancel swap and return BTC

./swap history
+---------+-------+
| SWAP ID | STATE |
+=================+
+---------+-------+

history is empty

Lost connection to Alice at /dnsaddr/conspiracy.commitcri.me/p2p/12D3KooWQ7VgSvCD5DXKBYGJx6dK4pmx9B7LGr3amshvLwccuAHo, cause: Connection error: I/O error: connection is closed
Failed to dial Alice: Pending connection: Transport error: select error: Protocol error: I/O error: Connection refused (os error 111)

thanx

@rishflab
Copy link
Member

rishflab commented Aug 30, 2021

you can get a list of swaps with .swap history to get the [SWAP ID]

and then you can force cancel the swap with

./swap cancel --force --swap-id [SWAP ID]

@rishflab rishflab added bug Something isn't working loss-of-funds Critical bug which can result in loss of funds labels Aug 30, 2021
@dzovani
Copy link
Author

dzovani commented Sep 1, 2021

its empty

./swap history
+---------+-------+
| SWAP ID | STATE |
+=================+
+---------+-------+

@fbion
Copy link

fbion commented Sep 1, 2021

./swap --debug balance

@dzovani
Copy link
Author

dzovani commented Sep 1, 2021

./swap --debug balance
Error: error: Found argument 'balance' which wasn't expected, or isn't valid in this context

USAGE:
swap --debug

For more information try --help

@fbion
Copy link

fbion commented Sep 1, 2021

./swap --debug balance
Error: error: Found argument 'balance' which wasn't expected, or isn't valid in this context

USAGE:
swap --debug

For more information try --help

try ver 0.8.2
https://github.com/comit-network/xmr-btc-swap/releases/tag/0.8.2

@dzovani
Copy link
Author

dzovani commented Sep 2, 2021

./swap balance
Bitcoin balance is 0.00060000 BTC

./swap history
+---------+-------+
| SWAP ID | STATE |
+=================+
+---------+-------+

i was able to withdraw with ./swap withdraw-btc

@rishflab rishflab closed this as completed Sep 5, 2021
@rishflab
Copy link
Member

rishflab commented Sep 5, 2021

User was able to recover funds and the bug was address in #724 and #705

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working loss-of-funds Critical bug which can result in loss of funds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants