Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wietsewind/xrp-mnemonic-recovery

Recover a 24 word mnemonic if one word is wrong, or one word is missing
https://github.com/wietsewind/xrp-mnemonic-recovery

xrp-ledger

Last synced: about 14 hours ago
JSON representation

Recover a 24 word mnemonic if one word is wrong, or one word is missing

Awesome Lists containing this project

README

        

# Recover XRP account Mnemonic

This code can recover a 24-word mnemonic within a few hours, if:

- One word is **missing**

or...

- One word is **wrong**

Make sure you have [nodejs](https://nodejs.org/en/download/) installed, and clone this repo. Edit `index.js`, enter your mnemonic and wallet address at line 2 and 3 and run the code using `node index.js`.

The script will try all combinations and stop if a match is found.