bitpay / copay-recovery

A simple client-side app to recover funds from all current and past Copay backups.
https://bitpay.github.io/copay-recovery/
55 stars 59 forks source link

ignore payload address type if derivation strategy is BIP45 #109

Closed gabrielbazan7 closed 6 years ago

morrisonbrett commented 6 years ago

Looks great. Thanks for this. This one line fix will help a lot of users.

sdfghdfh345gasfsdfh4545434hrthbfg commented 6 years ago

Has this been merged and deployed? I'm still having the issue.

martyzigman commented 6 years ago

I was able to get the recovery tool to find the BTG Multi-Signature addresses. The recovery tool wants me to send the coins to a new destination. I tried. It failed. Seems that the raw transaction sent to https://btgexplorer.com/api/tx/send came back with

"66: min relay fee not met. Code:-26"

Thus, it's good the coins are there but I need to get more control over the transaction fee to send them on. Any guidance? It's really my first time using the recovery tool.

morrisonbrett commented 6 years ago

PR #107 addresses this and needs to be merged.

morrisonbrett commented 6 years ago

bump

shawnp0wers commented 6 years ago

morrisonbrett, does that pull request do anything with BCH (or BCC? I don't know which is proper anymore) mining fees? See my dilemma in the issues, basically I think my transaction is in limbo due to an absurdly low transaction fee. :/

robert-claypool commented 6 years ago

@shawnp0wers, #107 only changes the miners fee for BTG: https://github.com/bitpay/copay-recovery/compare/master...robert-claypool:master

bhaberle commented 6 years ago

Bump