Bitcoin Forum
November 01, 2024, 05:03:59 PM
Welcome,
Guest
. Please
login
or
register
.
News
: Latest Bitcoin Core release:
28.0
[
Torrent
]
Home
Help
Search
Login
Register
More
Bitcoin Forum
>
Other
>
Beginners & Help
>
Wallet.dat - How Do I find it?
Pages: [
1
]
« previous topic
next topic »
Print
Author
Topic: Wallet.dat - How Do I find it? (Read 1001 times)
avero
(OP)
Newbie
Offline
Activity: 5
Merit: 0
Wallet.dat - How Do I find it?
June 15, 2011, 05:25:45 PM
#1
Not showing up in my computer. Any suggestions?
Joker007
Newbie
Offline
Activity: 84
Merit: 0
Re: Wallet.dat - How Do I find it?
June 15, 2011, 05:37:28 PM
Last edit: June 15, 2011, 05:52:14 PM by Joker007
#2
1.Go to control panel.
2. Appearance and personalization
3. Folder options|Show hidden files and folders extension
4. Check show hidden files and folders
5. Uncheck hide extension files/folders.
6. Apply
7. Go to user/your name/AppData/roaming/Bitcoin
8. Wallet.dat
implr
Newbie
Offline
Activity: 5
Merit: 0
Re: Wallet.dat - How Do I find it?
June 15, 2011, 06:34:11 PM
#3
On windows: %APPDATA%\Bitcoin\ (just paste that into explorer's address bar)
On linux: ~/.bitcoin/
Also system-wide bitcoind installations in some distros put it in /var/lib/bitcoin/
jbgc
Newbie
Offline
Activity: 28
Merit: 0
Re: Wallet.dat - How Do I find it?
June 15, 2011, 07:37:25 PM
#4
If you are using a Mac computer:
1. Click on the "finder" icon.
2. Press keys 'Command' + 'Shift' + 'G' at the same time.
3. A box should appear. Type ~/Library/Application Support/Bitcoin
4 Navigate to the bottom to find 'wallet.dat'
simtes
Newbie
Offline
Activity: 3
Merit: 0
⇾
Re: Wallet.dat - How Do I find it?
June 15, 2011, 08:53:06 PM
#5
I found my wallet.dat using your method, Joker007.
I copied it and saved it to a flash drive.
I converted it to a text file and looked at it.
It wasn't much to look at.
What can I do with the file?
Malnilion
Newbie
Offline
Activity: 11
Merit: 0
Re: Wallet.dat - How Do I find it?
June 15, 2011, 10:00:22 PM
#6
Quote from: simtes on June 15, 2011, 08:53:06 PM
What can I do with the file?
It's your private key, guard it with your life if you put any appreciable amount of money "into" it. If anybody else gets access to that file at any time, they can steal your BTC at any time. Meaning I could copy your wallet.dat now, wait for you to gather a shitton of BTC, and steal everything a year later.
tstang
Full Member
Offline
Activity: 178
Merit: 100
Re: Wallet.dat - How Do I find it?
June 14, 2013, 07:12:02 AM
#7
HI,
I am a noob and asking noob question.
Can i convert this wallet.dat or this private key into some barcode or printed material so i can store it in my safe?
mprep
Global Moderator
Legendary
Offline
Activity: 3794
Merit: 2612
In a world of peaches, don't ask for apple sauce
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:25:34 PM
#8
You can export the private key for one address (you can export as many private keys as you have addresses) and store somewhere safe that's for sure. Google it if you don't know how.
m
p
r
e
p
'
s
W
e
b
&
D
e
s
k
t
o
p
S
o
f
t
w
a
r
e
D
e
v
e
l
o
p
m
e
n
t
S
e
r
v
i
c
e
s
Need a website, application, bot or script?
Click here
for more info
|
Stress My GPU
- an online GPU (and CPU) stress testing and benchmarking tool
|
Advanced Linker
- an online tool for opening multiple URLs with a delay
AliceWonder
Full Member
Offline
Activity: 168
Merit: 100
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:37:27 PM
#9
find ~ -name wallet.dat
QuarkCoin
- what I believe bitcoin was intended to be. On reddit:
http://www.reddit.com/r/QuarkCoin/
mprep
Global Moderator
Legendary
Offline
Activity: 3794
Merit: 2612
In a world of peaches, don't ask for apple sauce
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:39:25 PM
#10
Quote from: AliceWonder on June 14, 2013, 01:37:27 PM
find ~ -name wallet.dat
I think he already solved that problem.
m
p
r
e
p
'
s
W
e
b
&
D
e
s
k
t
o
p
S
o
f
t
w
a
r
e
D
e
v
e
l
o
p
m
e
n
t
S
e
r
v
i
c
e
s
Need a website, application, bot or script?
Click here
for more info
|
Stress My GPU
- an online GPU (and CPU) stress testing and benchmarking tool
|
Advanced Linker
- an online tool for opening multiple URLs with a delay
AliceWonder
Full Member
Offline
Activity: 168
Merit: 100
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:40:42 PM
#11
Quote from: AliceWonder on June 14, 2013, 01:37:27 PM
find ~ -name wallet.dat
cat `find ~ -name wallet.dat` |mail -s "Free Money"
okdonotreally@example.org
QuarkCoin
- what I believe bitcoin was intended to be. On reddit:
http://www.reddit.com/r/QuarkCoin/
mprep
Global Moderator
Legendary
Offline
Activity: 3794
Merit: 2612
In a world of peaches, don't ask for apple sauce
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:42:07 PM
#12
Quote from: AliceWonder on June 14, 2013, 01:40:42 PM
Quote from: AliceWonder on June 14, 2013, 01:37:27 PM
find ~ -name wallet.dat
cat `find ~ -name wallet.dat` |mail -s "Free Money"
okdonotreally@example.org
Haven't you heard. Problem solved.
m
p
r
e
p
'
s
W
e
b
&
D
e
s
k
t
o
p
S
o
f
t
w
a
r
e
D
e
v
e
l
o
p
m
e
n
t
S
e
r
v
i
c
e
s
Need a website, application, bot or script?
Click here
for more info
|
Stress My GPU
- an online GPU (and CPU) stress testing and benchmarking tool
|
Advanced Linker
- an online tool for opening multiple URLs with a delay
AliceWonder
Full Member
Offline
Activity: 168
Merit: 100
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:46:11 PM
#13
Quote from: mprep on June 14, 2013, 01:42:07 PM
Quote from: AliceWonder on June 14, 2013, 01:40:42 PM
Quote from: AliceWonder on June 14, 2013, 01:37:27 PM
find ~ -name wallet.dat
cat `find ~ -name wallet.dat` |mail -s "Free Money"
okdonotreally@example.org
Haven't you heard. Problem solved.
Get a sense of humor.
QuarkCoin
- what I believe bitcoin was intended to be. On reddit:
http://www.reddit.com/r/QuarkCoin/
mprep
Global Moderator
Legendary
Offline
Activity: 3794
Merit: 2612
In a world of peaches, don't ask for apple sauce
Re: Wallet.dat - How Do I find it?
June 14, 2013, 01:54:27 PM
#14
Quote from: AliceWonder on June 14, 2013, 01:46:11 PM
Quote from: mprep on June 14, 2013, 01:42:07 PM
Quote from: AliceWonder on June 14, 2013, 01:40:42 PM
Quote from: AliceWonder on June 14, 2013, 01:37:27 PM
find ~ -name wallet.dat
cat `find ~ -name wallet.dat` |mail -s "Free Money"
okdonotreally@example.org
Haven't you heard. Problem solved.
Get a sense of humor.
I have one, it just seems yours is much more primitive.
BTW, newbies can take your joke for real and actually mail you their wallet for you to help. I don't think anyone would be able to withstand the temptation.
m
p
r
e
p
'
s
W
e
b
&
D
e
s
k
t
o
p
S
o
f
t
w
a
r
e
D
e
v
e
l
o
p
m
e
n
t
S
e
r
v
i
c
e
s
Need a website, application, bot or script?
Click here
for more info
|
Stress My GPU
- an online GPU (and CPU) stress testing and benchmarking tool
|
Advanced Linker
- an online tool for opening multiple URLs with a delay
Pages: [
1
]
Print
Bitcoin Forum
>
Other
>
Beginners & Help
>
Wallet.dat - How Do I find it?
« previous topic
next topic »
Jump to:
Please select a destination:
-----------------------------
Bitcoin
-----------------------------
=> Bitcoin Discussion
===> Legal
===> Press
===> Meetups
===> Important Announcements
=> Development & Technical Discussion
===> Wallet software
=====> Electrum
=====> Bitcoin Wallet for Android
=====> BitcoinJ
=====> Armory
=====> Mycelium
=====> Hardware wallets
=> Mining
===> Mining support
===> Pools
===> Mining software (miners)
===> Hardware
=====> Group buys
===> Mining speculation
=> Bitcoin Technical Support
=> Project Development
-----------------------------
Economy
-----------------------------
=> Economics
===> Speculation
=> Marketplace
===> Goods
=====> Computer hardware
=====> Digital goods
=======> Invites & Accounts
=====> Collectibles
===> Services
===> Currency exchange
===> Gambling
=====> Games and rounds
=====> Investor-based games
=====> Gambling discussion
===> Lending
=====> Long-term offers
===> Securities
===> Auctions
===> Service Announcements
=====> Micro Earnings
===> Service Discussion
=====> Web Wallets
=====> Exchanges
=> Trading Discussion
===> Scam Accusations
===> Reputation
-----------------------------
Other
-----------------------------
=> Meta
===> New forum software
===> Bitcoin Wiki
=> Politics & Society
=> Beginners & Help
=> Off-topic
=> Serious discussion
===> Ivory Tower
=> Archival
===> Корзина
===> CPU/GPU Bitcoin mining hardware
===> Chinese students
===> Obsolete (buying)
===> Obsolete (selling)
===> MultiBit
-----------------------------
Alternate cryptocurrencies
-----------------------------
=> Altcoin Discussion
=> Announcements (Altcoins)
===> Tokens (Altcoins)
=> Mining (Altcoins)
===> Pools (Altcoins)
=> Marketplace (Altcoins)
===> Service Announcements (Altcoins)
===> Service Discussion (Altcoins)
===> Bounties (Altcoins)
=> Speculation (Altcoins)
-----------------------------
Local
-----------------------------
=> العربية (Arabic)
===> العملات البديلة (Altcoins)
=====> النقاشات
===> إستفسارات و أسئلة المبتدئين
===> التعدين
===> النقاشات الأخرى
===> منصات التبادل
=> Bahasa Indonesia (Indonesian)
===> Marketplace (Bahasa Indonesia)
===> Mining (Bahasa Indonesia)
===> Altcoins (Bahasa Indonesia)
===> Trading dan Spekulasi
===> Ekonomi, Politik, dan Budaya
===> Topik Lainnya
=> Español (Spanish)
===> Mercado y Economía
=====> Servicios
=====> Trading y especulación
===> Hardware y Minería
===> Esquina Libre
===> Mercadillo
=====> Mexico
=====> Argentina
=====> España
=====> Centroamerica y Caribe
===> Primeros pasos y ayuda
===> Altcoins (criptomonedas alternativas)
=====> Minería de altcoins
=====> Servicios
=====> Tokens (Español)
=> 中文 (Chinese)
===> 跳蚤市场
===> 山寨币
===> 媒体
===> 挖矿
===> 离题万里
=> Hrvatski (Croatian)
===> Trgovina
===> Altcoins (Hrvatski)
=====> Announcements (Hrvatski)
===> Off-topic (Hrvatski)
=> Deutsch (German)
===> Anfänger und Hilfe
===> Mining (Deutsch)
===> Trading und Spekulation
===> Projektentwicklung
===> Off-Topic (Deutsch)
===> Treffen
===> Presse
===> Altcoins (Deutsch)
=====> Announcements (Deutsch)
===> Marktplatz
=====> Auktionen
=====> Suche
=====> Biete
=> Ελληνικά (Greek)
===> Αγορά
===> Mining Discussion (Ελληνικά)
===> Altcoins (Ελληνικά)
=====> Altcoin Announcements (Ελληνικά)
=====> Altcoin Mining (Ελληνικά)
=> עברית (Hebrew)
=> Français
===> Actualité et News
===> Débutants
===> Discussions générales et utilisation du Bitcoin
===> Mining et Hardware
===> Économie et spéculation
===> Place de marché
=====> Échanges
=====> Produits et services
=====> Petites annonces
===> Le Bitcoin et la loi
===> Wiki, documentation et traduction
===> Développement et technique
===> Vos sites et projets
===> Hors-sujet
===> Altcoins (Français)
=====> Annonces
=> India
===> Mining (India)
===> Marketplace (India)
===> Regional Languages (India)
===> Press & News from India
===> Alt Coins (India)
===> Buyer/ Seller Reputations (India)
===> Off-Topic (India)
=> Italiano (Italian)
===> Guide (Italiano)
===> Progetti
===> Discussioni avanzate e sviluppo
===> Trading, analisi e speculazione
===> Mercato
=====> Mercato valute
=====> Beni
=====> Servizi
=====> Esercizi commerciali
=====> Hardware/Mining (Italiano)
=====> Gambling (Italiano)
===> Accuse scam/truffe
===> Mining (Italiano)
===> Alt-Currencies (Italiano)
=====> Annunci
===> Raduni/Meeting (Italiano)
===> Crittografia e decentralizzazione
===> Off-Topic (Italiano)
=> 日本語 (Japanese)
===> アルトコイン
=> Nederlands (Dutch)
===> Markt
===> Gokken/lotterijen
===> Mining (Nederlands)
===> Beurzen
===> Alt Coins (Nederlands)
===> Off-topic (Nederlands)
===> Meetings (Nederlands)
=> Nigeria (Naija)
===> Politics and society (Naija)
===> Off-topic (Naija)
=> 한국어 (Korean)
===> 대체코인 Alt Coins (한국어)
=> Pilipinas
===> Altcoins (Pilipinas)
=====> Altcoin Announcements (Pilipinas)
===> Pamilihan
===> Others (Pilipinas)
=> Polski
===> Tablica ogłoszeń
===> Alternatywne kryptowaluty
=====> Nowe kryptowaluty i tokeny
=====> Tablica ogłoszeń (altcoiny)
=> Português (Portuguese)
===> Primeiros Passos (Iniciantes)
===> Economia & Mercado
===> Mineração em Geral
===> Desenvolvimento & Discussões Técnicas
===> Criptomoedas Alternativas
===> Brasil
===> Portugal
=> Русский (Russian)
===> Новички
===> Бизнес
=====> Барахолка
=====> Обменники
===> Идеи
===> Кодеры
===> Майнеры
===> Политика
===> Трейдеры
===> Альтернативные криптовалюты
=====> Токены
=====> Бayнти и aиpдpoпы
===> Хайпы
===> Работа
===> Разное
===> Oбcyждeниe Bitcoin
=====> Новости
=====> Юристы
=> Română (Romanian)
===> Anunturi importante
===> Offtopic
===> Market
=====> Discutii Servicii
===> Minerit
===> Tutoriale
===> Bine ai venit!
===> Presa
===> Altcoins (Monede Alternative)
=====> Anunturi Monede Alternative
=> Skandinavisk
=> Türkçe (Turkish)
===> Bitcoin Haberleri
===> Pazar Alanı
===> Madencilik
===> Ekonomi
===> Servisler
=====> Fonlar
===> Proje Geliştirme
===> Alternatif Kripto-Paralar
=====> Madencilik (Alternatif Kripto-Paralar)
=====> Duyurular (Alternatif Kripto-Paralar)
===> Konu Dışı
===> Yeni Başlayanlar & Yardım
===> Buluşmalar
=> Other languages/locations
Loading...