Bitcoin Forum
May 12, 2024, 04:12:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin wallet  (Read 351 times)
ingvar_e (OP)
Jr. Member
*
Offline Offline

Activity: 32
Merit: 2


View Profile
September 23, 2019, 12:34:48 PM
Merited by OmegaStarScream (1)
 #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?
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715487167
Hero Member
*
Offline Offline

Posts: 1715487167

View Profile Personal Message (Offline)

Ignore
1715487167
Reply with quote  #2

1715487167
Report to moderator
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
September 23, 2019, 12:38:59 PM
 #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.
turndealer
Newbie
*
Offline Offline

Activity: 16
Merit: 3


View Profile
September 23, 2019, 06: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.
ingvar_e (OP)
Jr. Member
*
Offline Offline

Activity: 32
Merit: 2


View Profile
September 26, 2019, 10: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
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
September 26, 2019, 12:23:29 PM
 #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).

ingvar_e (OP)
Jr. Member
*
Offline Offline

Activity: 32
Merit: 2


View Profile
September 27, 2019, 08: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?
lightningmelo
Copper Member
Member
**
Offline Offline

Activity: 70
Merit: 22


View Profile WWW
September 27, 2019, 11:18:56 AM
Merited by suchmoon (4)
 #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.

Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
September 27, 2019, 02:34:25 PM
 #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.

ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7492


Crypto Swap Exchange


View Profile
September 27, 2019, 07:01:41 PM
Merited by TalkStar (1)
 #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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
joniboini
Legendary
*
Offline Offline

Activity: 2184
Merit: 1792



View Profile WWW
September 28, 2019, 03:52:52 AM
 #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.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
September 28, 2019, 04: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

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
bartekjagoda
Jr. Member
*
Offline Offline

Activity: 87
Merit: 5


View Profile
September 29, 2019, 08: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.

 Ich liebe Bitcoin
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!