Author

Topic: Bitcoin wallet (Read 368 times)

legendary
Activity: 1568
Merit: 1041
1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR
September 28, 2019, 02:42:33 AM
#14
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?

Can we get a screenshot of what you're talking about here? It really doesn't make much sense.. Is your wallet encrypted? Why exactly are you trying to open it in Notepad? If Bitcoin-qt doesn't show any information, then it may not be a Bitcoin wallet, but it could be another coin wallet. Bitcoin-qt is what you use to see the contents of the wallet. Without that, you won't get anywhere with it.
jr. member
Activity: 87
Merit: 5
September 29, 2019, 04:20:24 AM
#12
I am running  Bitcoin_qt   018.1.  windows
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?


Use pywallet on github to dump the private keys, if you import them later to lets say electrum you can see the balances without downloading the blockchain.
HCP
legendary
Activity: 2086
Merit: 4318
September 28, 2019, 12:23:48 AM
#11
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?
The wallet file itself is a binary file format, you will not be able to open it in a text editor and see anything really "human readable"... specifically, it is Berkeley DB format file. There may be tools that allow you to open and read it, but generally speaking, the only program you should be using to access this file is Bitcoin Core.

What exactly are you attempting to do with your wallet.dat file? Are you trying to extract the private keys? Are you wanting to get your addresses and/or bitcoin balance without having to sync the whole blockchain? Huh
legendary
Activity: 2170
Merit: 1789
September 27, 2019, 11:52:52 PM
#10
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?

Answering bob question could give us better information and probably an answer to your question above.

Also, are you sure that this wallet is from core ?
Core's wallet files usually have an extension (wallet.dat). Electrum on the other hand doesn't have any extension (e.g. default_wallet).

Try to open it with Electrum if you're unsure. If that failed too, then use wallet recovery program. If that also failed, the chance is your "wallet" file is way too corrupted.
legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
September 27, 2019, 03:01:41 PM
#9
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?

Some data/information of wallet.dat could be extracted/parsed with dumpwallet command or tools such as https://github.com/jackjack-jj/pywallet

If you want to extract/parse more data, there's no choice other than analyze source code of Bitcoin Core to see how wallet.dat is created and read.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
September 27, 2019, 10:34:25 AM
#8
The program that normally shows the content of the wallet.dat file is bitcoin-qt. There are third party programs out there that can do stuff like salvage the wallet or insert other addresses, but the latest version of the qt wallet can already do all of these.

Again, back up the wallet.dat file before you do anything to it if you have coins stored there (as in, coins sent to the addresses) because that file contains all the private keys.
copper member
Activity: 70
Merit: 22
September 27, 2019, 07:18:56 AM
#7
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?

Why do you want to open the wallet file without using bitcoind or bitcoin-qt?

What are you trying to open the wallet file with? A text editor?

Please clarify what your end goal is so others can help. The wallet file is supposed to be open with bitcoin-qt.
jr. member
Activity: 32
Merit: 2
September 27, 2019, 04:19:36 AM
#6
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?
legendary
Activity: 1624
Merit: 2481
September 26, 2019, 08:23:29 AM
#5
Did you try opening the wallet as ETFbitcoin suggested ?

Is your wallet file encrypted ? How does it look like when opening it in a text editor ?
Is it just random garbage or human readable language ?

Also, are you sure that this wallet is from core ?
Core's wallet files usually have an extension (wallet.dat). Electrum on the other hand doesn't have any extension (e.g. default_wallet).
jr. member
Activity: 32
Merit: 2
September 26, 2019, 06:25:07 AM
#4
I have 0181 and the previous version installed on a disk in 2 separate folders. Searching the disk I do not find any file named
Bitcoin-cli.exe
newbie
Activity: 16
Merit: 3
September 23, 2019, 02:06:00 PM
#3
I am running  Bitcoin_qt   018.1.  windows
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?


Find your bitcoin-cli.exe Note the folders path

Goto Command or cmd

cd [path]

Then run

bitcoin-cli getbalance

It should show you atleast 1 confirmation balance of all addresses available.
legendary
Activity: 1876
Merit: 3132
September 23, 2019, 08:38:59 AM
#2
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?

Your balance should be visible once you open Bitcoin Core. You might need to add -rescan to your startup parameters since you had a problem with your node. The wallet file should have .dat extension and be located in the datadir set in the startup parameters.
jr. member
Activity: 32
Merit: 2
September 23, 2019, 08:34:48 AM
#1
I am running  Bitcoin_qt   018.1.  windows
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?
Jump to: