MultiBit è stato dismesso nel 2017 senza un piano di migrazione per gli utenti. Il software originale non funziona più in modo affidabile, i download ufficiali non sono più disponibili, e le opzioni di recupero un tempo semplici sono in gran parte scomparse insieme a loro. Quello che resta è un file wallet da qualche parte su un vecchio disco, una password che forse ricordate e forse no, e dei Bitcoin sulla blockchain che non si sono mai mossi.
Questa guida copre tutti gli scenari di recupero realistici, nell’ordine in cui andrebbero affrontati. Leggetela per intero per capire quale situazione corrisponde alla vostra, poi seguite i passaggi pertinenti. Ogni sezione affronta un problema specifico e quello che si può realisticamente fare al riguardo.
Quale versione di MultiBit avete usato?
Before doing anything else, establish which version of MultiBit you were running, the recovery approach is entirely different between the two.
MultiBit Classic stored your private keys directly in a .wallet file. If you set a password, that file was encrypted with AES-256. Without the correct password, the file is completely locked. There is no seed phrase for Classic wallets. Your options are either finding the correct password, or if the file itself is gone, determining whether it can still be retrieved from storage. That’s it, no other route exists.
MultiBit HD was the later version and worked differently. When you created the wallet, you were given a 12 or 18-word seed phrase as a backup. The wallet file (.wallet.aes) was encrypted with a password, which in theory gave you two separate ways in. In practice, MultiBit HD had a design problem: the seed phrase was encrypted with the same wallet password, and the wallet used a non-standard derivation path. This means you can’t just enter your words into Electrum and expect to find your funds, even if every word is correct.
Se non siete sicuri di quale versione avete usato: un file .wallet senza .aes significa Classic. Un file .wallet.aes significa HD. Se ricordate di aver visto una frase di 12 o 18 parole quando avete configurato il wallet per la prima volta, si trattava della versione HD.
Passo 1: trovate il vostro file wallet
Prima di tentare qualsiasi recupero, individuate il vostro file wallet. Molte persone lo danno per perso quando in realtà si trova su un vecchio hard disk o una chiavetta USB che non collegano da anni. Cercate a fondo prima di trarre conclusioni.
On Windows, MultiBit stored wallet files in C:\Users\[username]\AppData\Roaming\MultiBit\. On macOS, the location was /Users/[username]/Library/Application Support/MultiBit/. On Linux, files were typically in /home/[username]/.multibit/. Both Windows and macOS hide these folders by default, you need to enable hidden file display before you can navigate there.
Se le posizioni predefinite risultano vuote, cercate in tutto il sistema file con estensione .wallet o .wallet.aes. Controllate anche gli account di cloud storage che usavate all’epoca, eventuali vecchi allegati email dal periodo in cui avete configurato il wallet, dischi esterni e chiavette USB. Il file è piccolo e potrebbe trovarsi ovunque conservaste documenti in quegli anni.
When you find it: make a copy immediately. Work only with that copy. Never run any recovery tool on the original. This is the single most important rule in the entire process, one wrong step on the original file can permanently close off recovery options you still have.
Recuperare un Wallet MultiBit Classic con la password
If you have the .wallet file and know the password, recovery is technically possible but requires care. The original MultiBit software is no longer safe to use, unofficial downloads found online are frequently compromised, designed to capture your wallet file and password the moment you enter them. Don’t use any MultiBit version you found through a web search.
The safest path is to extract the private keys from the wallet file using verified open-source tooling, without running MultiBit itself. You’ll need the password to decrypt the file. Once the private keys are extracted, they can be imported into a modern wallet like Electrum. The import is done through the wallet console, paste the keys, confirm, and your balance should appear. Always do this on a machine that’s offline, and verify the balance before moving anything.
Se non vi sentite a vostro agio a lavorare da riga di comando, questo è il punto in cui rivolgersi a un esperto è davvero più sicuro che procedere per tentativi. Un singolo errore nella gestione delle chiavi private può rendere i fondi inaccessibili anche dopo un recupero riuscito.
Recuperare una password dimenticata del Wallet MultiBit
A forgotten password is where most people get stuck, and it’s also where the most avoidable mistakes happen. Randomly trying combinations without a plan isn’t just slow, if the tool you’re using limits failed attempts, you can lock yourself out of the file entirely before finding the right answer.
Start by writing down everything you remember about the password before touching any software. Not just guesses, but the elements you typically used in passwords at that time: length, capitalisation habits, numbers or years you’d include, symbols you liked, words that were important to you. Go through old notebooks, any password manager you were using then, and anywhere else you might have written it down. A partial memory, even just a rough structure or a few characters, is far more useful than a list of random attempts.
Per utenti con maggiore dimestichezza tecnica, BTCRecover è uno strumento open-source che testa combinazioni di password su un file wallet MultiBit localmente sul vostro computer. Richiede una configurazione e una certa comprensione di come impostarlo correttamente, ma è gratuito e non richiede di inviare il file wallet da nessuna parte. Usatelo solo su una macchina offline.
If you’ve been through this process already and haven’t found the password, the issue is usually one of two things: elements you haven’t included in your search, or a search space that’s too large for consumer hardware to cover in a reasonable time. GPU-based software can test several orders of magnitude more combinations per second, which is where professional recovery becomes the practical option rather than a last resort.
Recuperare un Wallet MultiBit HD con la seed phrase
If you have your 12 or 18-word phrase, you have a strong starting point, but there’s an important complication. MultiBit HD used a non-standard derivation path, which means most wallets won’t find your funds even if every word is correct. Entering the phrase into Electrum with default settings will show a zero balance, and many people conclude the phrase is wrong when it isn’t.
The recommended approach is Electrum, downloaded only from electrum.org. When prompted, choose ‘I already have a seed’, enter your words, click Options on the following screen, and check the BIP39 box. If your balance still doesn’t appear, try setting the derivation path manually to m/0’/0, this is what MultiBit HD used and the most common reason a correct phrase returns nothing.
Before assuming anything is wrong with the phrase itself, check each word carefully for typos. A single incorrect character makes the entire phrase invalid. Also try the most plausible word orders if you’re not fully certain of the sequence, this is worth ruling out before looking for other explanations.
Cosa fare se la vostra seed phrase è incompleta o contiene errori
If your phrase is mostly intact but missing a word or two, recovery is often still possible. The BIP39 word list contains exactly 2,048 words, and valid phrases must also pass a checksum. This means the number of plausible combinations is far smaller than it appears, a single missing word from a 12-word phrase means 2,048 possibilities, which a computer can test in seconds.
Two missing words produces roughly four million combinations, still very manageable. Three or more makes the search space grow significantly, but depending on what other constraints are known (partial words, likely positions), it’s still often worth attempting.
If you have a word that’s slightly wrong rather than fully missing, the BIP39 list provides a finite set of close matches to test against. What would take weeks to work through manually can be covered systematically in hours. The important thing is to never enter your phrase into any online tool or website, this is one of the most effective methods attackers use to steal funds, and the sites are designed to look legitimate.
Recuperare un file Wallet MultiBit cancellato
If you’ve deleted your wallet file and haven’t used the drive heavily since, there’s a meaningful chance the data is still present. Deleting a file marks the space as available, it doesn’t immediately erase the contents. Stop using the drive now, before doing anything else.
Clone the drive first using a tool like ddrescue (Linux) or Macrium Reflect (Windows) to create a byte-for-byte copy. Then scan that copy with a file recovery tool, Recuva on Windows or PhotoRec on any platform work well, looking specifically for .wallet and .wallet.aes files. If the tool finds the file intact, extract it to a different drive and proceed with the recovery steps above.
Se il file risulta sovrascritto, un recupero di livello forense può a volte comunque recuperare dati parzialmente sovrascritti, ma i risultati sono imprevedibili. Per wallet che contengono importi rilevanti può valere la pena tentare, ma il tasso di successo realistico crolla drasticamente una volta che lo spazio è stato riutilizzato.
Cosa può andare storto
The biggest risk in MultiBit wallet recovery isn’t that the funds are permanently gone, it’s that avoidable mistakes destroy options you still have. Downloading software from unverified sources is the most dangerous step. Malicious versions of MultiBit look identical to the original and silently transmit your wallet file and password to a remote server. This has happened to real users who thought they were running a legitimate recovery.
Non inserite mai la vostra seed phrase in nessun sito web o strumento online. È uno dei modi più sicuri per perdere per sempre l’accesso ai vostri fondi. Qualsiasi recupero di una seed phrase non valida andrebbe fatto localmente, su una macchina offline, usando strumenti verificati.
Eseguire un gran numero di tentativi di password senza una strategia fa perdere tempo e può causare blocchi se lo strumento limita i tentativi falliti. Costruite una lista strutturata di candidati prima di iniziare qualsiasi cosa.
Domande frequenti
Dipende da quale versione avete usato e da cos’altro avete a disposizione. Per MultiBit HD, una seed phrase corretta e completa può offrire una via alternativa ai vostri fondi, anche se il percorso di derivazione non standard di MultiBit complica le cose. Per MultiBit Classic, la password è necessaria per decrittare il file wallet: senza di essa, il recupero si basa sulla ricostruzione della password a partire da indizi e pattern che potete fornire. Senza alcuna informazione, il recupero diventa molto difficile.
Non in modo affidabile. Il software non viene aggiornato dal 2017, è incompatibile con gli aggiornamenti attuali del protocollo Bitcoin, e i download non ufficiali sono spesso compromessi. Se dovete usarlo per qualche parte del processo, fatelo solo su una macchina completamente offline che siete disposti a formattare in seguito.
In molti casi sì, anche se il successo dipende interamente dalle informazioni disponibili. Il modo migliore per scoprirlo è inviare una richiesta di recupero. La valutazione iniziale è gratuita, non comporta alcun obbligo, e vi offre un quadro chiaro di ciò che è possibile. Potete contattarci tramite il nostro modulo di contatto per il recupero di wallet crypto.
I casi semplici possono risolversi in pochi giorni. I casi più complessi, con indizi limitati sulla password, parole seed mancanti o dischi danneggiati, possono richiedere diverse settimane o più. Vi forniamo una stima realistica dopo la valutazione iniziale e vi teniamo informati durante tutto il processo.
No. Crypto Recovers operates on a No Cure No Pay basis. Our standard fee is 20% of the recovered amount, payable only when the recovery is successful and the funds are accessible. If we can’t recover your wallet, you owe nothing.












