GithubHelp home page GithubHelp logo

baby636 / algorand_phrase_recovery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teneopython01/algorand_phrase_recovery

1.0 0.0 0.0 25 KB

Python code to help an Algorand (ALGO) crypto wallet holder recover a private key phrase given limited typo or ordering issues when transcribing the words

License: The Unlicense

Python 100.00%

algorand_phrase_recovery's Introduction

algorand_phrase_recovery

Python code to help an Algorand (ALGO) crypto wallet holder fix a private key phrase that has limited issues. Instructions are included below.

DID THIS SCRIPT HELP YOU?

I hope it did. It helped me too! If you feel inclined to tip, here is an Algo wallet address I set up specifically for tips (not necessary but certainly welcome!)
5Q2RGRRXLC3643TFP22Y5LITE5P3SPQLZO2U4KLDALLMUMZWCOEFVEKQEQ

WHY WRITE THIS SCRIPT?

After writing down my algorand wallet (wallet.myalgo.com) 25 phrase words, I wasn't able to access my wallet the next day. I figured that I had either mistyped a phrase word or swapped word positions on accident. so, I wrote this script to try to recover my wallet.
It worked and recovered my wallet for me. Apparently, when I wrote down the words, I had switched the positions of two of them.

THIS SCRIPT CAN:

  1. fix a single swapped pair of words in the phrase (all other words must be spelled correctly and in the correct positions)
  2. fix a single missing missing word (all other words must be spelled correctly and in the correct positions)
  3. fix a single misspelled word (all other words must be spelled correctly and in the correct positions)

INSTRUCTIONS TO USE THIS SCRIPT:

  1. INSTALL THE ALGOSDK PACKAGE!
    -more information about this package is available here: https://github.com/algorand/py-algorand-sdk
    -note of security -- the package referenced is from the "verified" algorand github account
    -to install the package: $ pip3 install py-algorand-sdk

  2. LOAD THE WORD LIST!
    -download the sdk wordlist from here: https://github.com/algorand/py-algorand-sdk/blob/develop/algosdk/wordlist.py
    -save that file as wordlist.py in the directory that you save this script, because this script imports the wordlist script

  3. KNOW YOUR WALLET PUBLIC ADDRESS!
    -you should have this if you sent any coins to the wallet. look at your outgoing transactions from the source where you sent from. you will need to enter this into the appropriate hardcoded variable in the script.

  4. HAVE YOUR PHRASE LIST OF AT LEAST 24 of 25 WORDS, WHICH YOU BELIEVE HAS AN ISSUE!
    -a single spelling error,
    -a single missing word,
    -or, a single pair of swapped phrase words.
    -you will need to enter this into the appropriate hardcoded variable in the script.




GOOD LUCK!

algorand_phrase_recovery's People

Contributors

teneopython01 avatar kwvg avatar

Stargazers

kristof kaehler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.