Post
Topic
Board Anfänger und Hilfe
Merits 3 from 2 users
Re: Android wallet recover
by
o_solo_miner
on 10/12/2021, 09:30:41 UTC
⭐ Merited by 1miau (2) ,mole0815 (1)
Jedoch war dann die neue wallet leer.
 Natürlich kein backup vorhanden.
 Gibt es eine Möglichkeit (welche?) die alte wallet wieder herzustellen=

Eventuell ja:
aus dem GIT:
https://github.com/bitcoin-wallet/bitcoin-wallet/tree/master/wallet

our wallet contains your private keys and various transaction related metadata. It is stored in app-private storage:

Mainnet: /data/data/de.schildbach.wallet/files/wallet-protobuf
Testnet: /data/data/de.schildbach.wallet_test/files/wallet-protobuf-testnet


The wallet file format is not compatible to wallet.dat (Satoshi client). Rather, it uses a custom protobuf format which should be compatible between clients using bitcoinj.

Certain actions cause automatic rolling backups of your wallet to app-private storage:

Mainnet: /data/data/de.schildbach.wallet/files/key-backup-protobuf
Testnet: /data/data/de.schildbach.wallet_test/files/key-backup-protobuf-testnet

Your wallet can be manually backed up to and restored from a share of the storage access framework (likely Google Drive):

Mainnet: bitcoin-wallet-backup-<yyyy-MM-dd-HH-mm>
Testnet: bitcoin-wallet-backup-testnet-<yyyy-MM-dd-HH-mm>

Du kannst ja mal den File explorer auf dem Handy nehmen und danach suchen.