Bitcoin Forum
May 05, 2024, 07:56:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trouble creating secure cold wallet  (Read 1056 times)
deeplink (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


In cryptography we trust


View Profile
July 17, 2012, 10:29:41 PM
 #1

I am having trouble creating a secure cold wallet. The instructions suggest to use an Ubuntu Live CD so I have tried running bitcoind or bitcoin-qt after booting from the latest Ubuntu 12.04 Desktop CD (http://www.ubuntu.com/download/desktop) but it complains that there is no application for executable files. What would be the easiest way to do this?
1714895797
Hero Member
*
Offline Offline

Posts: 1714895797

View Profile Personal Message (Offline)

Ignore
1714895797
Reply with quote  #2

1714895797
Report to moderator
1714895797
Hero Member
*
Offline Offline

Posts: 1714895797

View Profile Personal Message (Offline)

Ignore
1714895797
Reply with quote  #2

1714895797
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BlackBison
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250



View Profile
July 17, 2012, 10:46:50 PM
 #2

if you cant use linux just format an old windows laptop > truecrypt FDE > truecrypt containers with wallets with a long random (perferably ASCII) pass 30+ chars.

>encrypted wallets to usb stick > send to emails/friends

also make sure windows hibernation is turned off.

EDIT: forgot to mention this laptop never touches the internet under any circumstances and use a formatted usb stick

Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
July 18, 2012, 02:27:40 AM
 #3

I am having trouble creating a secure cold wallet. The instructions suggest to use an Ubuntu Live CD so I have tried running bitcoind or bitcoin-qt after booting from the latest Ubuntu 12.04 Desktop CD (http://www.ubuntu.com/download/desktop) but it complains that there is no application for executable files. What would be the easiest way to do this?


Use BitSafe perhaps?

 - http://bitcointalk.org/index.php?topic=46916.0

Here's a related thread:
 - http://www.reddit.com/r/Bitcoin/comments/vuh41/issues_with_running_bitcoin_from_a_linux_live_usb/c57viic


Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


deeplink (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


In cryptography we trust


View Profile
July 18, 2012, 03:20:56 PM
 #4

if you cant use linux just format an old windows laptop > truecrypt FDE > truecrypt containers with wallets with a long random (perferably ASCII) pass 30+ chars.

>encrypted wallets to usb stick > send to emails/friends

also make sure windows hibernation is turned off.

EDIT: forgot to mention this laptop never touches the internet under any circumstances and use a formatted usb stick

I decided to encrypt the wallet using "bitcoind encryptwallet [passphrase]"

Why do you prefer truecrypt?
BlackBison
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250



View Profile
July 18, 2012, 03:29:13 PM
 #5

well I am super paranoid since I once had a previous breach of an online wallet. truecrypt is considered the 'industry standard' i believe as it makes it exponentially more difficult to brute-force the password due to using bcrypt. i dont know anything about the bitcoin-qt encryption so i dont want to take any chances- it might be ok i dont know.

deeplink (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


In cryptography we trust


View Profile
July 18, 2012, 03:51:06 PM
 #6

well I am super paranoid since I once had a previous breach of an online wallet. truecrypt is considered the 'industry standard' i believe as it makes it exponentially more difficult to brute-force the password due to using bcrypt. i dont know anything about the bitcoin-qt encryption so i dont want to take any chances- it might be ok i dont know.

sure every reason to be paranoid about your money. I don't think too light about safety myself. But bitcoind wallet encryption uses AES256 and along with a good enough passphrase I tend to think it is "safe enough" for me at the moment.

http://en.bitcoin.it/wiki/Wallet_encryption

Wallet encryption uses AES-256-CBC to encrypt only the private keys that are held in a wallet. The keys are encrypted with a master key which is entirely random. This master key is then encrypted with AES-256-CBC with a key derived from the passphrase using SHA512 and OpenSSL's EVP_BytesToKey and a dynamic number of rounds determined by the speed of the machine which does the initial encryption (and is updated based on the speed of a computer which does a subsequent passphrase change).
westkybitcoins
Legendary
*
Offline Offline

Activity: 980
Merit: 1004

Firstbits: Compromised. Thanks, Android!


View Profile
July 18, 2012, 04:24:18 PM
 #7

How long are you planning on keeping the funds in cold storage? If it's for an extended period (several months or more) you might be better off using a paper wallet, since it'll avoid any chance of an electronic theft. There are a number of ways, including bitaddress.org and the vanitygen vanity address generator, to get a large number of bitcoin keypairs (an address with the private key) that you can print out. You can do this on a computer that has never touched the internet to be sure it's secure.

If you take this route, here's a few suggestions to make it a little easier:

1) Test the process first so you feel comfortable. Send 0.01 BTC to a paper address, then the next day import the private key and send it back to your main wallet.

2) Next, don't send it all to one address. Keep the bulk of it in one or more addresses, but also keep small amounts in a few more addresses. This way, when you finally want to access the bulk of your funds, you have a few low-risk addresses you can import first to make sure everything goes smoothly.

3) Finally, keep multiple copies of the addresses, and keep them in at least two separate, secure places.

Bitcoin is the ultimate freedom test. It tells you who is giving lip service and who genuinely believes in it.
...
...
In the future, books that summarize the history of money will have a line that says, “and then came bitcoin.” It is the economic singularity. And we are living in it now. - Ryan Dickherber
...
...
ATTENTION BFL MINING NEWBS: Just got your Jalapenos in? Wondering how to get the most value for the least hassle? Give BitMinter a try! It's a smaller pool with a fair & low-fee payment method, lots of statistical feedback, and it's easier than EasyMiner! (Yes, we want your hashing power, but seriously, it IS the easiest pool to use! Sign up in seconds to try it!)
...
...
The idea that deflation causes hoarding (to any problematic degree) is a lie used to justify theft of value from your savings.
deeplink (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


In cryptography we trust


View Profile
July 18, 2012, 05:37:06 PM
 #8


How long are you planning on keeping the funds in cold storage? If it's for an extended period (several months or more) you might be better off using a paper wallet, since it'll avoid any chance of an electronic theft.

Electronic theft of an encrypted wallet is not a problem, as long as you keep your passphrase offline and safe.
westkybitcoins
Legendary
*
Offline Offline

Activity: 980
Merit: 1004

Firstbits: Compromised. Thanks, Android!


View Profile
July 18, 2012, 05:53:35 PM
 #9


How long are you planning on keeping the funds in cold storage? If it's for an extended period (several months or more) you might be better off using a paper wallet, since it'll avoid any chance of an electronic theft.

Electronic theft of an encrypted wallet is not a problem, as long as you keep your passphrase offline and safe.


Well, I suppose that depends on how computer savvy and/or paranoid one is.

Bitcoin is the ultimate freedom test. It tells you who is giving lip service and who genuinely believes in it.
...
...
In the future, books that summarize the history of money will have a line that says, “and then came bitcoin.” It is the economic singularity. And we are living in it now. - Ryan Dickherber
...
...
ATTENTION BFL MINING NEWBS: Just got your Jalapenos in? Wondering how to get the most value for the least hassle? Give BitMinter a try! It's a smaller pool with a fair & low-fee payment method, lots of statistical feedback, and it's easier than EasyMiner! (Yes, we want your hashing power, but seriously, it IS the easiest pool to use! Sign up in seconds to try it!)
...
...
The idea that deflation causes hoarding (to any problematic degree) is a lie used to justify theft of value from your savings.
fsk141
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 19, 2012, 01:59:51 AM
 #10

I would recommend a usb stick & encfs partition on the usb stick.
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!