muun-recovery/README.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2019-10-01 11:29:53 -04:00
![muun](https://muun.com/images/github-banner-v2.png)
## About
2019-10-01 11:47:00 -04:00
You can use this tool to swipe all the funds in your muun account to an address of your choosing.
2019-10-01 11:29:53 -04:00
To do this you will need:
* The recovery code, that you set up when you created your muun account
* The two encrypted private keys that you exported from your muun wallet
2019-10-01 11:47:00 -04:00
* A destination Bitcoin address where all your funds will be sent
2019-10-01 11:29:53 -04:00
2020-02-07 09:04:49 -05:00
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.
2019-10-01 11:29:53 -04:00
## Setup
2020-02-07 09:04:49 -05:00
1. Install [golang](https://golang.org/)
2. Open a terminal window
3. Run this code:
```
git clone https://github.com/muun/recovery
cd recovery
2020-02-10 10:00:53 -05:00
go run -mod=vendor .
2020-02-07 09:04:49 -05:00
```
2019-10-01 11:29:53 -04:00
## Questions
If you have any questions, contact us at contact@muun.com
## Auditing
2019-10-01 11:47:00 -04:00
* Most of the key handling and transaction crafting operations happens in the **libwallet** module.
2019-10-01 11:29:53 -04:00
* All the blockchain scan code is in the **neutrino** module.
## Responsible Disclosure
Send us an email to report any security related bugs or vulnerabilities at [security@muun.com](mailto:security@muun.com).
You can encrypt your email message using our public PGP key.
Public key fingerprint: `1299 28C1 E79F E011 6DA4 C80F 8DB7 FD0F 61E6 ED76`