View recovered wallet.dat contents without sync?

0

After recovering a wallet.dat file, and replacing the default wallet.dat file Bitcoin-Core created after a fresh install, should I be seeing the amount of BTC in the wallet even before a full sync?

Can I view wallet contents in an offline environment, without an online blockchain sync?

Charles

Posted 2017-08-10T13:45:20.833

Reputation: 3

Answers

0

1.) no, you need to have at least the transactions up to the point in time, where you stored the wallet.dat file. Without sync there is no blockchain, then there is no data, from which core can read the amount.

2.) no. without blockchain data, there is no "database" to collect the amounts for the address.

There might be a work around for you: try to extract the bitcoin address from the wallet (or the bitcoin app shows you the address), and enter it into blockchain.info. They have a blockchain and the web-api, and can show all amounts, that were collected on a bitcoin address.

pebwindkraft

Posted 2017-08-10T13:45:20.833

Reputation: 4 568

Thank you! I will try to extract the address and check online, will update with more info soon.Charles 2017-08-15T04:26:02.910

On blockchain.info there are 0 transactions. Is it possible the wallet does contain BTC that were mined (not sent/received)? Or is mining also considered a transaction?Charles 2017-08-15T22:09:54.833

Wallets don't contain values (BTC). Wallets contain keys, which form your address, which is used to look up values in the blockchain ("UTXOs" is the keyword here). A wallet can create several addresses, you need to make sure, you chose the right ones. It is possible, that mining created BTCs. Mining would then create a coinbase transaction to your wallet address, and via this address you may find the BTCs.pebwindkraft 2017-08-16T06:35:05.813

Thank you for the clarification, I might just have to go ahead and sync once to make sure.Charles 2017-08-17T07:11:44.217