HomelessPhD / Wealth_in_Poetry

"Securing Wealth in Poetry" crypto puzzle (0.03 BTC)
GNU General Public License v3.0
8 stars 1 forks source link

word list #2

Open Steve502r opened 8 months ago

Steve502r commented 8 months ago

i actually scanned the article for all bip39 words but the list was way to big for me to manually try to guess. I cant write code but i’m gonna look for that list. i’ll get back to ya

HomelessPhD commented 8 months ago

My slow brute forcer goes with ~1500 mnemonics per second, i guess i have not updated the github code yet

On Sun, Oct 8, 2023 at 8:56 AM Steve502r @.***> wrote:

i actually scanned the article for all bip39 words but the list was way to big for me to manually try to guess. I cant write code but i’m gonna look for that list. i’ll get back to ya

— Reply to this email directly, view it on GitHub https://github.com/HomelessPhD/Wealth_in_Poetry/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATG2IU43EHY53QI6G67VCQDX6I6BZAVCNFSM6AAAAAA5XOJJI2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTCNRVHE2DAOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SmartArt09 commented 3 weeks ago

The text contains 448 total words out of the 2048 bip39 mnemonic words. You can make your code a little better by just starting off with that many words.

I also tried brute-forcing for 12, 18 and 24 word mnemonics from the 448 words but all in vain.

Steve502r commented 3 weeks ago

If either one of you have all the words i have code that will do all combination possible with the private key, public key, and address along with it. Even checks the checksums are correct.  Im sure yall did this already but just in case. Sent from my iPhoneOn Jun 1, 2024, at 8:59 AM, SmartArt09 @.***> wrote: The text contains 448 total words out of the 2048 bip39 mnemonic words. You can make your code a little better by just starting off with that many words. I also tried brute-forcing for 12, 18 and 24 word mnemonics from the 448 words but all in vain.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Steve502r commented 3 weeks ago

If either one of you have all the words i have code that will do all combination possible with the private key, public key, and address along with it. Even checks the checksums are correct.  Im sure yall did this already but just in case. Sent from my iPhoneOn Jun 1, 2024, at 8:59 AM, SmartArt09 @.***> wrote: The text contains 448 total words out of the 2048 bip39 mnemonic words. You can make your code a little better by just starting off with that many words. I also tried brute-forcing for 12, 18 and 24 word mnemonics from the 448 words but all in vain.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

HomelessPhD commented 3 weeks ago

i also made a code to seek combinations of 12 words taken sequentially but with different shifts, like 1,2,3,4,5,6,7,8,9,10,11,12; 1,3,4,5,6,7,8,9,10,11,12,13; 1,4,5,6,7,8,9,10,11,12,13,14;....,1,2,4,5,6,7,8,9,10,11,12,13;

but anyway i will not be able to check all

On Mon, Jun 3, 2024 at 11:26 PM Steve502r @.***> wrote:

If either one of you have all the words i have code that will do all combination possible with the private key, public key, and address along with it. Even checks the checksums are correct. Im sure yall did this already but just in case. Sent from my iPhoneOn Jun 1, 2024, at 8:59 AM, SmartArt09 @.***> wrote: The text contains 448 total words out of the 2048 bip39 mnemonic words. You can make your code a little better by just starting off with that many words. I also tried brute-forcing for 12, 18 and 24 word mnemonics from the 448 words but all in vain.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/HomelessPhD/Wealth_in_Poetry/issues/2#issuecomment-2146153128, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATG2IU6GKALWNK2GFPVVDWDZFTNSFAVCNFSM6AAAAAA5XOJJI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBWGE2TGMJSHA . You are receiving this because you commented.Message ID: @.***>

SmartArt09 commented 2 weeks ago

Sorry, there's actually 264 words from the whole story that are valid BIP39 words. I tried coding it in 2 different languages and realized I needed to do more data cleaning that I did earlier.