Bitcoin Forum
September 29, 2025, 06:50:26 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: April 01, 2024, 08:41:32 AM
20 btc reward for anyone that can assist me here;

I created an offline BTC wallet using a saved version of bitaddress.org html (version 2.76) on an offline macbook air using google chrome version 32.0.1700.77

I did the randomization it generated a new address I saved the public address and sent some coins to that public address, in the  next minute or so I hit "generate new address" by accident and it created a new wallet. I didn't save the private address but already sent the coins to that wallet. Is there any way to retrieve the previous address data? Is it saved in RAM anywhere or perhaps in the java?

Whoever can assist me in this will have 20 btc shipped to them immediately.

Regards



Hey, is  the reward still up?
I can try to recover it, PM me.
2  Bitcoin / Bitcoin Technical Support / Re: Is it possible to get mnemonic seed from master key? on: May 16, 2022, 04:27:24 AM
Trezor's Shamir Secret Sharing uses SLIP39 and from what I recall, they are not interchangable. I'm assuming that you're talking about BIP39 seeds. If that is the case, then it is not possible. BIP39 uses PBKDF2 to generate the seed which is a non-reversible function and as such you cannot generate a seed from that. SLIP39 and BIP39 are fundamentally different so they are not compatible in the first place.

BTCrecover actually supports SLIP39. Refer to the documentation here: https://btcrecover.readthedocs.io/en/latest/Usage_Examples/basic_password_recoveries/#slip39-passphrases.

I didn't know it supports SLIP39, thank you for the help, it works with that! I can just enter my SLIP39 seeds there.
Thank you and the thread can be closed now.

In general, you can't convert a master private key back into a mnemonic phrase (as ranochigo mentioned), because the alrogithms currently in use are all irreversible.

You might be able to combine the Shamir parts if they lead you to reconstruct the whole mnemonic phrase. But that depends on whether that is the contents of the secret parts.

Why would you need BTCrecover though, anyway? Have you lost some of the parts (or the Trezor)?

I forgot my secret phrase, but I remember enough of it that I should be able to crack it using BTCRecover.
3  Bitcoin / Bitcoin Technical Support / Is it possible to get mnemonic seed from master key? on: May 16, 2022, 03:58:41 AM
I used trezor model T to make shamir shares, I used a tool to combine them into a master secret phrase, which gave me access to the root key, which I could use to import the wallet and use it in electrum wallet.
However what I need is mnemonic seed as I am trying to recover my passphrase using BTCRecover, is it possible to get mnemonic seed from the master secret phrase?
Is there any other way I could use BTCRecover without having mnemonic seed?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!