Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanne007/mnemonic_recover
recover mnemonic if only one word lost
https://github.com/nanne007/mnemonic_recover
Last synced: 8 days ago
JSON representation
recover mnemonic if only one word lost
- Host: GitHub
- URL: https://github.com/nanne007/mnemonic_recover
- Owner: nanne007
- License: gpl-3.0
- Created: 2020-02-12T12:50:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T08:57:51.000Z (over 4 years ago)
- Last Synced: 2023-07-13T19:50:50.233Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 钱包助记词恢复
如果你的钱包有一个单词丢失,可以用这个脚本来恢复。
使用:
```
> bundle install
> bundle exec ruby lib/recover.rb [丢失单词的位置] [其他助记词]
```假如我的完整助记词是:
```
recipe hedgehog spirit trip argue bachelor outer trick drill frown people drive cook link simple next nation peasant kangaroo fitness grain fancy other farm
```但是丢失了第 _2_ 个助记词(忘记或者拼错),手上只有:
```
recipe spirit trip argue bachelor outer trick drill frown people drive cook link simple next nation peasant kangaroo fitness grain fancy other farm
```那通过以下命令恢复:
```
bundle exec ruby lib/recover.rb 2 recipe spirit trip argue bachelor outer trick drill frown people drive cook link simple next nation peasant kangaroo fitness grain fancy other farm
```