Author

Topic: Wallets advice, checklist (Read 228 times)

full member
Activity: 222
Merit: 124
August 12, 2022, 03:22:23 AM
#12
What do you mean by this? Spreadsheet should be able to handle a lot of data if that's what your talking about. Plus, you don't necessarily need to use spreadsheet software, and could spit the information out in Json, and import the data you want into a spreadsheet for better reading, and only limiting it to the bits you need.
Seems like you know better - that's good!
Quote
I'm not even quite sure what you're trying to achieve with collecting most of this data? The typical user doesn't necessarily need to record most of this data either. Some could be useful I suppose, but is probably overkill for the average user.
So, do you know better, or not?
staff
Activity: 3248
Merit: 4110
August 11, 2022, 03:44:21 PM
#11
You cannot hold huge wallet in spreadsheet. Disk is the only place where it is possible + other related files.
What do you mean by this? Spreadsheet should be able to handle a lot of data if that's what your talking about. Plus, you don't necessarily need to use spreadsheet software, and could spit the information out in Json, and import the data you want into a spreadsheet for better reading, and only limiting it to the bits you need.

I'm not even quite sure what you're trying to achieve with collecting most of this data? The typical user doesn't necessarily need to record most of this data either. Some could be useful I suppose, but is probably overkill for the average user.
full member
Activity: 222
Merit: 124
August 11, 2022, 07:19:42 AM
#10
1. Then you could export public key of each address on the wallet rather than export list of transactions.

In this case it is the same.
full member
Activity: 222
Merit: 124
August 11, 2022, 03:11:28 AM
#9
Spreadsheet, checklist; it's about the same thing. You want to categorize your wallets, you therefore need a spreadsheet. A good idea would be to have it automatically updated.

And that's why I use real-time system for that.

You cannot hold huge wallet in spreadsheet. Disk is the only place where it is possible + other related files.
legendary
Activity: 1344
Merit: 6415
Farewell, Leo
August 10, 2022, 09:47:08 AM
#8
2. Brain wallet converted to WIF can be one of the private keys in wallet for which password was forgotten.
A brain wallet is a wallet on its own. You don't import it to Bitcoin Core and then treat it as another wallet. You've decided to make a brain wallet, because you find it better to either store in memory or in paper a password instead of a wallet file.

I don't need a spreadsheet. Mostly I shouldn't use it. I put my wallets live like real-time system.
Spreadsheet, checklist; it's about the same thing. You want to categorize your wallets, you therefore need a spreadsheet. A good idea would be to have it automatically updated.
full member
Activity: 222
Merit: 124
August 10, 2022, 09:23:02 AM
#7
I have trouble understanding your reply.
1. By "public address", do you mean Bitcoin public key[1]?
2. What is connection between brain wallet and don't know/forget password of Bitcoin wallet?


[1] https://learnmeabitcoin.com/technical/public-key

1. Yes.
2. Brain wallet converted to WIF can be one of the private keys in wallet for which password was forgotten.
full member
Activity: 222
Merit: 124
August 10, 2022, 05:47:52 AM
#6
If you imply it can be used for faster brute-forcing/wallet recovery, you better export wallet addresses to avoid confusion (such as whether it's sending/receiving transaction). If you use HD wallet, you also could export both receiving/change address along with it's BIP32 index.

If I don't have the password for private keys, and I have public addresses from that wallet, I cannot export private keys, but I can scan public addresses for phrases used as brain wallets. Surely if I have them/generated them.
full member
Activity: 222
Merit: 124
August 07, 2022, 02:02:38 AM
#5
Why would you need the exported list of transactions?

It has public addresses, which can be connected with private keys.
legendary
Activity: 1526
Merit: 6442
bitcoincleanup.com / bitmixlist.org
August 07, 2022, 01:00:49 AM
#4
Why would you need the exported list of transactions? It's not going to be particularly helpful for you to brute-force anything unless you're trying with R,S,Z signatures.
full member
Activity: 222
Merit: 124
August 06, 2022, 02:23:23 PM
#3
Files inside the wallet folder. You have such structure:

folder name\
folder name\wallet.dat
folder name\wallet-dump.txt
folder name\wallet.dat.keys

and so on.

Where folder name I use is "[size of the wallet] [plain/encrypted] [BTC on it]".

I don't need a spreadsheet. Mostly I shouldn't use it. I put my wallets live like real-time system.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
August 06, 2022, 02:07:13 PM
#2
What does the "files inside" bit mean?

If you have enough wallets/fund distribution to do this I'd recommend using a spreadsheet if you want to keep track of things (I often forget where I have some funds so things are more helpful for that). You could also make spv watching only versions of wallets (with bitcoinj or electrum but you might forgo some privacy this way).
full member
Activity: 222
Merit: 124
August 06, 2022, 11:03:02 AM
#1
If you are operating on many wallets, plain or encrypted, you may want a checklist what information about wallets you should gather.
I use for that name of the folder in which the wallet exists and files inside.

I gather these data:

 - how big is wallet in bytes
 - how much there is BTC in wallet
 - the private keys are plain (p) or encrypted (e)
 - keyhunter extracted private keys to file beside wallet (I use .keys extension)
 - wallet should be dumped (I use the same file name + "-dump.txt")
 - export transactions
 - wallet's version given by Bitcoin Core (while loading wallet)
 - is the wallet: fake, damaged, crashing Bitcoin Core
 - largest income to wallet or largest outcome

EDIT:
 - bitcoin2john hash
Jump to: