Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wietsewind/xrp-mnemonic-recovery
- Owner: WietseWind
- License: mit
- Created: 2018-06-18T11:59:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T13:16:03.000Z (about 1 year ago)
- Last Synced: 2024-04-15T15:38:04.708Z (7 months ago)
- Topics: xrp-ledger
- Language: JavaScript
- Size: 14.6 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.