From 2ae52715def139eaa8a00ea1f2e58f89268aa10e Mon Sep 17 00:00:00 2001 From: Juan Pablo Civile Date: Fri, 7 Feb 2020 11:04:49 -0300 Subject: [PATCH] improve README instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 794220f..8eb4a13 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,19 @@ To do this you will need: * The two encrypted private keys that you exported from your muun wallet * A destination Bitcoin address where all your funds will be sent +The process of scanning the blockchain to recover your funds can take several hours, please be ready to keep it running. The scan starts at the block your wallet was created to make it faster, but depending on when that was it can take long. + ## Setup -1. Clone this repository -2. Install [golang](https://golang.org/) -3. Run the tool with the following line: `go run -mod=vendor .` +1. Install [golang](https://golang.org/) +2. Open a terminal window +3. Run this code: + +``` +git clone https://github.com/muun/recovery +cd recovery +go run -mod=vendor +``` ## Questions