tsave cold seed - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e0ad81acdd7724e6c8bd975ab82de8f88a997c73
DIR parent 1751c3ac7f53956de69cb17d96301bf1874a529e
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 9 Apr 2014 08:00:49 +0200
save cold seed
Diffstat:
M electrum | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/electrum b/electrum
t@@ -280,6 +280,7 @@ if __name__ == '__main__':
else:
wallet = Wallet_2of3(storage)
cold_seed = wallet.init_cold_seed()
+ wallet.save_cold_seed()
print_msg("Your cold seed is:\n\"%s\"" % cold_seed)
print_msg("Please store it on paper. ")
print_msg("Open this file on your online computer to complete your wallet creation.")