Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Apr 27, 2024
1 parent 1a8765f commit 9661c9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addressdb-checklists/ETH.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0x0Bfd366A8C800C61ca76B6C2866Cc0BEf2f01ef9 #First seen Apr-24-2024
0xc9e6dBcE15E0fAcBd20ce2bbF4ecBab8C5Dd767C #First seen Sep-26-2023
0x0584Da0B6cf278B6750dcF9Fa52e564737FdE5c7 #First seen Apr-07-2023
0xf0A7d5075313264664A023D0fECDAB42a1885Dcc #First seen Dec-16-2022
0xD5d98c4De531900Aec4FB67b0A8e8987bF1c3823 #First seen Mar-21-2022
0x277e0fce53806f1fe30d905d5c4346a2263c432e #First seen Sep-18-2021
0xeF208E0a5BA682217c6AA1f2c73648d179f97Def #First seen May-08-2021
Expand Down
4 changes: 4 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ You will first want to install the basic packages required for BTCRecover with t

This will give you the functionality needed recovery of Bitcoin/Ethereum wallets (And clones of these chains)

If when run this command, you get an error message similar to **error: externally-managed-environment** then you need to add an additional argument `--break-system-packages` to the above command. (So the command will be `pip3 install -r requirements.txt --break-system-packages`)

Note: If you use Python for other things beyond BTCRecover, then the `--break-system-packages` could cause other issues, but in such situations, managing your python virtual environments for your specific system is beyond the scope of this documentation.

### Packages for Extended Wallet Support
Depending on your wallet type, you may also want to install the packages required for full wallet support. This is a much larger download and may also require that you install additional software on your PC for these packages to build and install.

Expand Down

0 comments on commit 9661c9e

Please sign in to comment.