greenaddress / garecovery

GreenAddress recovery tool for 2of2 and 2of3 wallets
MIT License
107 stars 53 forks source link

Fix cli options, deprecate pep8, fix 2of3 example #26

Closed LeoComandini closed 5 years ago

LeoComandini commented 5 years ago

Fix some cli options (some helps were not accessible from cli, some flags were unused).

pep8 is deprecated, use pycodestyle instead.

2of3 example did not work (missing destination), in addition I added few options so it runs in a reasonable amount of time (although it does not recover any fund).