Bitcoin Forum
June 14, 2024, 05:14:16 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: example wallet.dat  (Read 96 times)
adizzle888 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 4


View Profile
January 04, 2021, 07:30:45 PM
 #1

Hey all,

I've been browsing the web for an example wallet.dat and had no luck finding one. Do i have to reinstall bitcoin core to create a new wallet to find a wallet.dat file or are there any examples around on the web someone kind enough can point me too, thanks.
cr1776
Legendary
*
Offline Offline

Activity: 4060
Merit: 1303


View Profile
January 04, 2021, 07:41:21 PM
 #2

Hey all,

I've been browsing the web for an example wallet.dat and had no luck finding one. Do i have to reinstall bitcoin core to create a new wallet to find a wallet.dat file or are there any examples around on the web someone kind enough can point me too, thanks.

Usually if there is no wallet.dat file or directory, stopping and restarting bitcoin-core will recreate it.  (And you wouldn't have to re-download the block chain to do so.)

The wallet.dat file is accessed using Berkeley DB, is there something you are trying to accomplish by accessing it directly?

( see e.g. https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
libdb4.8   Berkeley DB   Optional, wallet storage (only needed when wallet enabled)
)

It isn't like bitcoin.conf where it is just a text file, e.g.
https://github.com/bitcoin/bitcoin/blob/master/share/examples/bitcoin.conf


Perhaps if you tell us what you are trying to do you can get more responses.

edit:
Is this related to your other question about recovering an old wallet.dat?  If it is, whatever you do, do not install anything else on the old SSD.

decodx
Hero Member
*****
Offline Offline

Activity: 1442
Merit: 934


🇺🇦 Glory to Ukraine!


View Profile
January 04, 2021, 07:49:46 PM
 #3

I don't understand why would you search the web and download 'god knows what' when you can just create your new wallet.dat?

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
|
██░░░░░░░░░░░░░░░░░░░░░░██
▀█▄░▄▄░░░░░░░░░░░░▄▄░▄█▀
▄▄███░░░░░░░░░░░░░░███▄▄
▀░▀▄▀▄░░░░░▄▄░░░░░▄▀▄▀░▀
▄▄▄▄▄▀▀▄▄▀▀▄▄▄▄▄
█░▄▄▄██████▄▄▄░█
█░▀▀████████▀▀░█
█░█▀▄▄▄▄▄▄▄▄██░█
█░█▀████████░█
█░█░██████░█
▀▄▀▄███▀▄▀
▄▀▄
▀▄▄▄▄▀▄▀▄
██▀░░░░░░░░▀██
||.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▄██████▀████░███▄██▄
███░████████▀██░████░███
███░████░█▄████▀░████░███
███░████░███▄████████░███
▀██▄▀███░█████▄█████▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
FAZE CLAN
SSC NAPOLI
|
adizzle888 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 4


View Profile
January 04, 2021, 08:01:10 PM
 #4

Thank you all so much for your replys, im asking if there are any example wallet.dat on the web, or am i better off creating my own.
The reason i need one is so data recovery professionals have a file on hand to search through data using a RAW scan for RAW recovery.

So i guess my question is do i just create a new wallet.dat downloading bitcoincore? or are there examples i can send to the data recovery professionals!?

thanks
bitbollo
Legendary
*
Offline Offline

Activity: 3290
Merit: 3555


Nec Recisa Recedit


View Profile
January 04, 2021, 08:05:57 PM
 #5

you should make a first search on your laptop and make a backup of any wallet.dat already created.
generally speaking you can create by your self a first example of a wallet.dat but each wallet.dat will recreate a new pair of public and private keys, so I am not sure it can be useful for your purpose.
It's pretty clear you can't find an example available for free on the net since it would means the private key will be exposed to anyone
about recovering pay attention on what you are searching for since the risk to get scammed is very high.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
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!