Schnelles Finden des letzten gesäten Wortes?
Home › Foren › Ledger Wallet › Schnelles Finden des letzten gesäten Wortes?
- Dieses Thema hat 7 Antworten sowie 1 Teilnehmer und wurde zuletzt vor vor 1 Jahr, 6 Monaten von
Lyuseefur aktualisiert.
-
AutorBeiträge
-
-
14. August 2023 um 05:32 Uhr #2796149
root_s2yse8vt
Administrator::Nehmen wir an, ich traue keiner Seed-Phrase, die von irgendjemandem außer mir erstellt wurde, und ich möchte meine eigene BIP39-Seed-Phrase mit 24 Wörtern erstellen. Ich verwende die Würfelwurfmethode, um die ersten 23 Wörter zu randomisieren. Das 24. Wort kann nicht einfach irgendein Wort sein, da es die Prüfsumme ist. Gibt es eine schnelle Möglichkeit, das letzte Wort zu ermitteln? Ein ausführbares Programm oder eine HTML-Datei, die auf einem Laptop ausgeführt werden kann, wäre ideal, da ich weiß, dass es ein gewisses Risiko birgt, dass ich meine ersten 23 Wörter in ein Gerät eintippe.
Ich weiß, dass dies nichts mit Ledger zu tun hat, aber es ist eine allgemeine Frage über Krypto-Wallet, so dass ich hoffe, es ist erlaubt.
—-update—-
Ich habe ein Python-Skript gefunden, das meine Anforderungen erfüllt. Sehr einfaches Skript und für meine Nicht-Programmierer-Augen, scheint nicht bösartig.
-
14. August 2023 um 05:32 Uhr #2796151
xamarian
Gast::You basically need a SHA256 checksum, the rest can easily done by hand or script.
– Transfer your 23 words into their 11-bit values and put them together -> 253 bits
– add 3 bits of your choosing (8 possibilities) and do the SHA256 checksum
– the 3 bits plus the first byte of the checksum represent the 11 bits of your 24th word -
14. August 2023 um 05:32 Uhr #2796152
R-cryptos
Gast::That last word is actually calculated. First three bits are part of your private key. The last 5 bits are a checksum. You can do it easily on a linux machine, btc sessions did a video on the process: https://youtube.com/watch?v=LxTkLwpV1Po&feature=share9
Or search ‘permissionless bitcoin wallets btc sessions’ if you do not trust hyperlinks on reddit.
-
14. August 2023 um 05:32 Uhr #2796153
brianddk
Gast::1. https://pypi.org/project/mnemonic/
2. https://github.com/iancoleman/bip39Either will work, but most don’t have the technical chops to run either of those air-gapped. You may have to run 256 attempts to hit a valid seed. Be warned.
-
14. August 2023 um 05:32 Uhr #2796154
stay_safe_and_calm
Gast::How to calculate the last 8 bits of word 24 by using the SHA256 checksum of your first 23 words + 3 bit of the last word is described here: For this method described below you do not need any tools which you have to trust.
[https://bitcoinmagazine.com/culture/diy-bitcoin-private-key-project](https://bitcoinmagazine.com/culture/diy-bitcoin-private-key-project)
But many hardware wallets suggest you possible words for the 24 word if you typed in the first 23 words. For example Coldcard which I have but also other wallets as bitbox will do this for you.
-
14. August 2023 um 05:32 Uhr #2796155
-
14. August 2023 um 05:32 Uhr #2796156
AutoModerator
Gast::The Ledger subreddit is continuously targeted by scammers. Ledger Support will never send you private messages. Never share your 24-word recovery phrase with anyone, never enter it on any
website or software, even if it looks like it’s from Ledger. Only keep the recovery phrase as a physical paper or metal backup, never create a digital copy in text or photo form. Learn more atBE CAREFUL – phishing attacks in progress
byu/btchip inledgerwalletIf you’re experiencing battery problems, check out our [troubleshooting guide](https://support.ledger.com/hc/en-us/articles/4409233434641-How-to-troubleshoot-Ledger-Nano-X-battery-issues?
support=true). If you’re still having issues head over to the [My Order page](https://my-order.ledger.com/) to explore options for replacement or refunds. [Learn more here](https://support.ledger.com/hc/en-us/articles/10265554529053-Return-your-product?support=true).*I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/ledgerwallet) if you have any questions or concerns.*
-
14. August 2023 um 05:32 Uhr #2796157
-
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.