Bitcoin Forum
May 02, 2024, 11:56:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Practical Guide to Cold Storing your bitcoins  (Read 1592 times)
ripper234 (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1003


Ron Gross


View Profile WWW
August 05, 2013, 08:51:25 AM
 #1

http://assafshomer.blogspot.co.il/2013/07/bitcoin-cold-storage.html

Very detailed post, aimed to give newbies everything they need to cold store Bitcoins.

Please do not pm me, use ron@bitcoin.org.il instead
Mastercoin Executive Director
Co-founder of the Israeli Bitcoin Association
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
steelboy
Hero Member
*****
Offline Offline

Activity: 756
Merit: 1000



View Profile
August 05, 2013, 12:29:14 PM
 #2

Nice post. Thanks. Smiley
CasinoBit
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
August 05, 2013, 01:12:50 PM
 #3

I am curious, wouldn't generating the private key locally/offline, with a password that would take years to crack as a source of entropy be more secure?
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
August 05, 2013, 01:36:50 PM
 #4

Someone should patch the satoshi client to accept encrypted WIFs.  That would greatly simplify things by cutting out a bunch of steps.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
August 05, 2013, 01:46:25 PM
 #5

https://bitcointalk.org/index.php?topic=259999

Code:
$ sx newkey | gpg -o privkey.enc -e -
$ gpg -d privkey.enc | sx addr

offline cold storage with encrypted private keys generated offline and encrypted using PGP.

combine this with multisignature for multiple offline storage keys that need to be signed to release funds in case one key gets compromised.

combine with deterministic wallet (sx newseed) and master public key (cat wallet.seed | sx mpk) for accepting payments straight to your multiple offline cold storage wallets.
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!