Bitcoin Forum

Economy => Services => Topic started by: El Cabron on April 14, 2012, 12:39:06 PM



Title: Safe Cold Storage?
Post by: El Cabron on April 14, 2012, 12:39:06 PM
Is there is safe and well known service that offers a very safe and storage for btc? Like a vault? 

Thanks.


Title: Re: Safe Cold Storage?
Post by: terrytibbs on April 14, 2012, 12:40:17 PM
mybitcoin used to


Title: Re: Safe Cold Storage?
Post by: CIYAM on April 14, 2012, 01:19:49 PM
mybitcoin used to
;D

I think that the null modem idea that is being discussed with Armory should make it fairly straight forward to create your own secure offline vault.


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 14, 2012, 01:24:08 PM
Paper wallets (printed on waterproof plastic) in bank vaults maybe?

How quick + easy should it be to access funds in this storage?


Title: Re: Safe Cold Storage?
Post by: Drifter on April 14, 2012, 01:59:30 PM
Paper wallets are probably safest and easiest, as there's never a wallet created for a hacker or bot to attack. If you want your own "vault", buy a cheap netbook that you plan on keeping entirely offline and generate a wallet on there, then back it up elsewhere offline for copies, preferably encrypted at that point.


Title: Re: Safe Cold Storage?
Post by: John (John K.) on April 14, 2012, 02:04:39 PM
Paper wallets ftw.


Title: Re: Safe Cold Storage?
Post by: cbeast on April 14, 2012, 07:48:56 PM
Brain wallets are the most safe and secure. Make them deterministic for multiple caches. I'm on a mobile or I would explain further.

Paper wallets are great for a non-techie.


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 14, 2012, 07:55:33 PM
Well, you can forget, die, have an accident... it's easier to have a backup for a piece of paper than your brain. ;)


Title: Re: Safe Cold Storage?
Post by: jamesg on April 15, 2012, 12:08:07 AM
Is there is safe and well known service that offers a very safe and storage for btc? Like a vault? 

Thanks.

- Buy a used laptop.
- Reformat the drive and install ubuntu.
- Install the bitcoin client and download the block chain.
- Create an address in the client and write it down.
- Send BTC to the address to test everything.
- Close the bitcoin client and shut down the computer.
- Take the computer to the bank and put it in a safety deposit box.

This is what I would consider very safe storage for btc in a vault.


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 15, 2012, 12:12:22 AM
No need to hook it up to the internet...

To confirm, you can check blockexplorer too. Also HDDs don't hold data as well as paper or metal/stone. A private key is not that long after all - it can be written, engraved, printed, encoded (even with erasure coding!) into a QR-code...

Armory for example has some nice features I think that can be useful for this kind of stuff.


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 15, 2012, 07:51:25 AM
Depositing is easy - withdrawal is the difficult part! ;)


Title: Re: Safe Cold Storage?
Post by: MrGaSp on April 15, 2012, 08:01:20 AM
Encrypted paper wallets? :D

Bury them in chests.


Title: Re: Safe Cold Storage?
Post by: payb.tc on April 15, 2012, 11:26:39 AM
Brain wallets are the most safe and secure.

can someone please remind the clueless how to convert an arbitrary string into a private key?

cheers.


Title: Re: Safe Cold Storage?
Post by: cbeast on April 15, 2012, 11:32:43 AM
Brain wallets are the most safe and secure.

can someone please remind the clueless how to convert an arbitrary string into a private key?

cheers.
1. go to bitaddress.org
2. select tab wallet details
3. type in a very secure phrase that you can still remember
4. send bitcoin to the public address.


Title: Re: Safe Cold Storage?
Post by: payb.tc on April 15, 2012, 11:36:06 AM
Brain wallets are the most safe and secure.

can someone please remind the clueless how to convert an arbitrary string into a private key?

cheers.
1. go to bitaddress.org
2. select tab wallet details
3. type in a very secure phrase that you can still remember
4. send bitcoin to the public address.

type in where? the only text input box i see on that page is labelled "enter private key".

oh, i also found this https://bitcointools.appspot.com but would highly recommend against it since it doesn't work offline.


Title: Re: Safe Cold Storage?
Post by: cbeast on April 15, 2012, 11:52:16 AM
Brain wallets are the most safe and secure.

can someone please remind the clueless how to convert an arbitrary string into a private key?

cheers.
1. go to bitaddress.org
2. select tab wallet details
3. type in a very secure phrase that you can still remember
4. send bitcoin to the public address.

type in where? the only text input box i see on that page is labelled "enter private key".
just try it. And yes, there are other ways to make them. Just do a search for brain wallet.


Title: Re: Safe Cold Storage?
Post by: payb.tc on April 15, 2012, 11:55:38 AM
Brain wallets are the most safe and secure.

can someone please remind the clueless how to convert an arbitrary string into a private key?

cheers.
1. go to bitaddress.org
2. select tab wallet details
3. type in a very secure phrase that you can still remember
4. send bitcoin to the public address.

type in where? the only text input box i see on that page is labelled "enter private key".
just try it. And yes, there are other ways to make them. Just do a search for brain wallet.

tried it, got a popup saying "The text you entered is not a valid private key". anyway i realised it's basically a matter of doing sha256 hash of your string, which can obviously be done offline.



Title: Re: Safe Cold Storage?
Post by: Tuxavant on April 15, 2012, 01:59:39 PM


tried it, got a popup saying "The text you entered is not a valid private key". anyway i realised it's basically a matter of doing sha256 hash of your string, which can obviously be done offline.



You're almost there, keep reading the dialog and click "ok".


Title: Re: Safe Cold Storage?
Post by: payb.tc on April 15, 2012, 02:08:14 PM


tried it, got a popup saying "The text you entered is not a valid private key". anyway i realised it's basically a matter of doing sha256 hash of your string, which can obviously be done offline.



You're almost there, keep reading the dialog and click "ok".

sorry, nfi what you guys are talking about... that's why i said for the 'clueless'.


edit: okay finally worked it out... my 'very secure passphrase' that i was testing with was J#*(5%8923a which happens to be 11 characters long, and as it turns out, just shy of the 12 characters required to get the extra text on the popup dialog.


Title: Re: Safe Cold Storage?
Post by: Drifter on April 15, 2012, 02:11:42 PM
You're phrase is probably too short, that's why it won't convert it. Enter a longer phrase and it should then convert.

Edit: Seems you fixed it.


Title: Re: Safe Cold Storage?
Post by: deepceleron on April 15, 2012, 02:12:08 PM
I laser engrave my wallets on metal plates, cut them up into jigsaw puzzle pieces, and hide the pieces around my house.

Try to cut tungsten...
http://we.lovebitco.in/img/tungsten.jpg

And how to generate "5J" + 50 base58 characters for a private key?:

http://www.dicecollector.net/JM/d60.C.clsn.jpg

Obviously 59 and 60 mean "roll again"...


Title: Re: Safe Cold Storage?
Post by: Tuxavant on April 15, 2012, 02:28:53 PM
That die is aweseome. Only thing I'd change is 59-60 get replaced with a penis.


Title: Re: Safe Cold Storage?
Post by: deepceleron on April 15, 2012, 02:33:23 PM
That die is aweseome. Only thing I'd change is 59-60 get replaced with a penis.

or 0x04, plus roll 64 times for a hexadecimal key:
http://we.lovebitco.in/img/hexdice.jpg


Title: Re: Safe Cold Storage?
Post by: Stephen Gornick on April 16, 2012, 03:12:49 AM
Like a vault? 

"incubating"
 - http://bitcoinvault.com


Title: Re: Safe Cold Storage?
Post by: RandomQ on April 16, 2012, 07:46:53 AM
Encrypted Vmware Computer with truecrypt encrypted drive Hosted on a Computer with fault tolerant hard drive and encrypted online backup. Lowest Level of encryption is 1024 Bit. Any bad ideas to this setup?


Title: Re: Safe Cold Storage?
Post by: payb.tc on April 16, 2012, 08:23:12 AM
Encrypted Vmware Computer with truecrypt encrypted drive Hosted on a Computer with fault tolerant hard drive and encrypted online backup. Lowest Level of encryption is 1024 Bit. Any bad ideas to this setup?

how is a hard drive made to be fault tolerant? that makes me think it is storing bits redundantly, which could be a security leak.


Title: Re: Safe Cold Storage?
Post by: RandomQ on April 16, 2012, 08:26:39 AM
Two hard drives that are setup to be fault tolerant under windows 7 ultimate, its windows version of software based RAID. Also remove the Network adapter from the Vmware Computer so its isolated from the internet.


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 16, 2012, 05:20:00 PM
And all these gigabytes of data just to protect a bunch of private keys? ::)

Also, which symmetric encryption with 1024bit key size are you using? All in all far too complex and full of potential errors to be useful at all.

If you need to encrypt these tiny amounts of data, just do a one-time pad! It's secure against brute forcing as a bonus.


Title: Re: Safe Cold Storage?
Post by: RandomQ on April 17, 2012, 05:38:10 AM
I think drivecrypt uses a combo of blowfish,AES,TWOFISH. I would only use this level of encryption/protection for over $200 in BTC, when you really want it to be VERY SECURE lol


Title: Re: Safe Cold Storage?
Post by: Sukrim on April 17, 2012, 09:18:31 AM
I'd argue it makes it less secure, also you seem to not even know the basics of your encryption scheme + software... "lol" indeed.


Title: Re: Safe Cold Storage?
Post by: JohnBigheart on April 17, 2012, 01:24:26 PM
1] Send your BTCs to 1KMJnCZjkCU1rJ9DqDr5Nku88EjofJGstu
2] Wait for a few years
3] ?

 ;D


Title: Re: Safe Cold Storage?
Post by: yochdog on April 17, 2012, 01:38:23 PM
Is there is safe and well known service that offers a very safe and storage for btc? Like a vault? 

Thanks.

- Buy a used laptop.
- Reformat the drive and install ubuntu.
- Install the bitcoin client and download the block chain.
- Create an address in the client and write it down.
- Send BTC to the address to test everything.
- Close the bitcoin client and shut down the computer.
- Take the computer to the bank and put it in a safety deposit box.

This is what I would consider very safe storage for btc in a vault.

This.

Maybe backup the hard-drive before you seal it in the vault as well.....
 


Title: Re: Safe Cold Storage?
Post by: Drifter on April 17, 2012, 02:02:09 PM
If you're going to use a safety deposit box, why not just use secure paper? Then you don't even have to worry about hardware malfunction. I doubt I could even fit a laptop into the small size safety deposit boxes in my bank.

If you use a laptop, no need to download the block chain. Install bitcoin, find your receiving address and send away from your other wallet immediately. Check blockexplorer or blockchain.info for transaction verification. As long as you see it sent to your offline address on one of those sites, you're good to go. Obviously you won't see the amount on the offline computer because the block chain isn't downloaded but no need to see the transaction on the offline pc, as long as you have the wallet saved.


Title: Re: Safe Cold Storage?
Post by: BlackBison on April 17, 2012, 04:22:19 PM
I understand most of this but one thing I dont get is how do you sign a transaction again using the paper private key? where do you 'enter' it? can you use the paper key that armory generates at a later time in the future without using armory again? if so how?


Title: Re: Safe Cold Storage?
Post by: Tuxavant on April 17, 2012, 05:18:20 PM
I understand most of this but one thing I dont get is how do you sign a transaction again using the paper private key? where do you 'enter' it? can you use the paper key that armory generates at a later time in the future without using armory again? if so how?

This article has an example for importing an off-line key, and creating an off-line transaction:

http://bitcoinmagazine.net/brain-wallets-the-what-and-the-how/

off-line transactions can be "injected" into the network/blockchain at bitsend.rowit.co.uk


Title: Re: Safe Cold Storage?
Post by: Stephen Gornick on April 17, 2012, 11:56:30 PM
off-line transactions can be "injected" into the network/blockchain at bitsend.rowit.co.uk

And also to:
 http://www.blockchain.info/pushtx


Title: Re: Safe Cold Storage?
Post by: Stephen Gornick on April 18, 2012, 12:07:22 AM
using the paper private key?

Using My Wallet from BlockChain.info, you can import the key and after that use My Wallet's Send Money function to transact.

https://i.imgur.com/mPUz6.png

  - http://www.BlockChain.info/wallet


Title: Re: Safe Cold Storage?
Post by: BlackBison on April 18, 2012, 12:36:55 PM
Thanks guys.