Bitcoin Forum
June 26, 2024, 02:01:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Other / Beginners & Help / Know any security issues using bitaddress.org offline on Ubuntu boot disk? on: February 25, 2013, 05:08:12 AM
I am new to securing my bitcoins in offline "cold storage". Do any of you more sophisticated users see any glaring security flaws with the following system?

To a USB thumb drive, I copied:

  • The HTML/CSS/JavaScript of http://bitaddress.org ("Open Source JavaScript Client-Side Bitcoin Wallet Generator") on a USB drive
  • The bitcoin 0.8.0 Linux binary

I then booted Ubuntu from a live disc. Keeping my computer completely offline, I opened the bitaddress.org page in Firefox on Ubuntu. I generated a few pages of public/private keypairs and printed them out on paper via a non-networked printer directly connected to my computer. (I want a bunch of keypairs so I can keep small bitcoin balances at each address rather than all my bitcoins at one address.)

Still disconnected from the internet, I opened the bitcoin client on Ubuntu. From the bitaddress.org page open in Firefox, I copied the private keys from each keypair into the bitcoin client using the "importprivkey" command from the Debug console. I then encrypted the wallet with a very long passphrase (10+ words and random characters, written on paper) and saved the encrypted wallet.dat file on the USB drive. I then shut down Ubuntu and powered off my machine.

I now have unencrypted copies of the public/private keypairs on paper, along with a long handwritten passphrase on paper, which I will put in the apocalypse-proof safe in my apocalypse-proof bunker. I also have an encrypted wallet.dat file containing the same keypairs on my USB drive, which I will put out in the cloud.

(The reason I want to keep offline, unencrypted paper keypairs is that it's so nice to just be able to scan that private key QR code when I need to access the funds again, rather than juggling various wallet.dat files around in my Bitcoin client to extract the private keys from my offline wallet. It's also nice to be able to scan the public address QR code into Blockchain.org so I can quickly create a "watch list" of all my cold storage addresses, which allows me to see my total savings balance in one place.)

Thoughts? Suggestions?
42  Other / Beginners & Help / Re: Did wallet.dat default location change on OS X after the bitcoin 0.8.0 update? on: February 25, 2013, 04:34:13 AM
Thanks! Turns out I was misunderstanding the meaning of the "~" in the file path. I had been looking for the Bitcoin directory in "Macintosh HD -> Library/Application Support" (which is the only "Application Support" directory that appears in Finder search). Now I understand "~/Library/Application Support/Bitcoin" actually means "Macintosh HD -> Users/<username>/Library/Application Support/Bitcoin". That's a hidden directory on my machine, though, which is why I was missing it. In Terminal or using "Go to Folder" from Finder, I can now see the /Bitcoin directory and its files.

Per gweedo's point, I've created a symbolic link to the /Bitcoin directory so I don't confuse myself in the future.

Per DannyHamilton's question, I now see my wallet.dat file, along with all the massive block data files, in my /Bitcoin directory like this:

Code:
-rw-------      1245184 Feb  6 21:49 addr.dat
-rw-------   2097361271 Feb  4 18:05 blk0001.dat
-rw-------   2097295438 Feb  5 17:54 blk0002.dat
-rw-------   1706542406 Feb 23 23:08 blk0003.dat
-rw-------   1880276992 Feb 23 23:08 blkindex.dat
drwx------          374 Feb 24 16:03 blocks
drwx------         3128 Feb 24 16:11 chainstate
drwx------          102 Feb 23 21:52 database
-rw-------           84 Feb  7 09:16 db.log
-rw-------      3680290 Feb 24 16:44 debug.log
-rw-------       900762 Feb 24 16:44 peers.dat
-rw-------       356352 Feb 24 16:33 wallet.dat
43  Other / Beginners & Help / Did wallet.dat default location change on OS X after the bitcoin 0.8.0 update? on: February 25, 2013, 12:41:59 AM
I'm on OS X Lion, and I recently upgraded from Bitcoin-Qt 0.7.2 to Bitcoin-Qt 0.8.0.

Before I upgraded, I'm pretty sure my wallet.dat file was located in ~/Library/Application Support/Bitcoin/. (I say "pretty sure" because I have been storing backups of my wallet elsewhere, so I haven't looked at the main wallet.dat file recently.) Since I upgraded, though, the ~/Library/Application Support/Bitcoin/ directory seems to have disappeared entirely.

I don't think I've lost any wallet data — all my wallet info still displays fine in Bitcoin-Qt. I'm just curious what happened to the file, along with everything else that had been in ~/Library/Application Support/Bitcoin/. Is it being stored in some different format now, or hidden in some way?

Thanks!
44  Other / Beginners & Help / Anyone used PrintCoins? on: February 21, 2013, 01:45:47 AM
While learning about ways to create secure and secure-ish offline wallets, I came across a reference to PrintCoins. There's very little info about them on the wiki, and the PrintCoins website is also a bit light on info.

So, I'm wondering:

  • Does anyone here use or know more about PrintCoins than what can be gleaned from their website?
  • Has anyone used the Print-Your-Own section of the PrintCoins site?
  • Does the operator of PrintCoins post as a user here on bitcointalk.org?
  • Do you have any recommendations or warnings related to PrintCoins?

(Note: I know there is tons of great info out there about creating physical wallets, as well as cool products like Casascius' coins. For the sake of this topic, I'm just interested in what people know about PrintCoins.)

Thanks!
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!