rediris / xrp-mnemonic-recovery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%