Bitcoin Forum
June 22, 2024, 10:27:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: When/If all Electrum nodes go offline or Electrum version becomes too old ...  (Read 634 times)
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3794
Merit: 1723


View Profile
April 15, 2017, 10:04:31 PM
 #1

Suppose someone wants to do long term cold storage. I am talking about 5-10 years.

Suppose in 10 years Electrum no longer exists because all the nodes are down or the current version 2.8.x just becomes obsolete.

Is there anyway to save a copy of the wallet with the seed and be able to see the private key, and then later sweep that address to another address?

ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
April 16, 2017, 03:10:53 AM
 #2

You can make a code to export all the address or you can just use the current version of Electrum to export all your addresses.

Even if the servers are down, you can still craft a transaction, sign it using Electrum and broadcast it elsewhere. If you prefer, just create a server yourself. If you didn't encrypt your wallet, you can open your wallet file with a text editor and you should be able to see your xpriv there.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
pooya87
Legendary
*
Offline Offline

Activity: 3486
Merit: 10666



View Profile
April 16, 2017, 05:14:41 AM
 #3

You can make a code to export all the address or you can just use the current version of Electrum to export all your addresses.
i believe you mean export your private keys. and yeah private key is the only thing you are ever going to need to spend bitcoin.

Quote
Even if the servers are down, you can still craft a transaction, sign it using Electrum ~
the problem is in crafting the transaction.
try it yourself. go to https://coinb.in/ make a raw unsigned transaction (or use any other method you know of) and try importing it in Electrum. wallet doesn't even recognizes it.
the format Electrum accepts as the scriptSig placeholder is a bit strange to me.
look at this: https://bitcointalk.org/index.php?topic=1621813.0
also https://github.com/spesmilo/electrum/issues/1811

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
April 16, 2017, 05:45:22 AM
 #4

Suppose someone wants to do long term cold storage. I am talking about 5-10 years.

Suppose in 10 years Electrum no longer exists because all the nodes are down or the current version 2.8.x just becomes obsolete.

Is there anyway to save a copy of the wallet with the seed and be able to see the private key, and then later sweep that address to another address?



i made a python script for 12 word seed which will generate the address key pairs.  its on this sub forum somewhere.

Abdussamad
Legendary
*
Offline Offline

Activity: 3640
Merit: 1571



View Profile
April 16, 2017, 06:59:39 PM
 #5

Suppose someone wants to do long term cold storage. I am talking about 5-10 years.

Suppose in 10 years Electrum no longer exists because all the nodes are down or the current version 2.8.x just becomes obsolete.

Is there anyway to save a copy of the wallet with the seed and be able to see the private key, and then later sweep that address to another address?



It is not feasible to do cold storage for such a long time using any software. Bitcoin could change completely in 5-10 years.
kolloh
Legendary
*
Offline Offline

Activity: 1736
Merit: 1023


View Profile
April 17, 2017, 01:28:19 PM
 #6

Suppose someone wants to do long term cold storage. I am talking about 5-10 years.

Suppose in 10 years Electrum no longer exists because all the nodes are down or the current version 2.8.x just becomes obsolete.

Is there anyway to save a copy of the wallet with the seed and be able to see the private key, and then later sweep that address to another address?



It is not feasible to do cold storage for such a long time using any software. Bitcoin could change completely in 5-10 years.

Manually storing addresses using paper wallets would probably be a more ideal method for such a long term cold wallet. You could also easily export the private keys if you are using Electrum for a cold wallet. It just gets more time consuming if you use a large number of addresses unless you use a tool like previously mentioned to regenerate the addresses.
Abdussamad
Legendary
*
Offline Offline

Activity: 3640
Merit: 1571



View Profile
April 17, 2017, 08:28:03 PM
 #7

Suppose someone wants to do long term cold storage. I am talking about 5-10 years.

Suppose in 10 years Electrum no longer exists because all the nodes are down or the current version 2.8.x just becomes obsolete.

Is there anyway to save a copy of the wallet with the seed and be able to see the private key, and then later sweep that address to another address?



It is not feasible to do cold storage for such a long time using any software. Bitcoin could change completely in 5-10 years.

Manually storing addresses using paper wallets would probably be a more ideal method for such a long term cold wallet. You could also easily export the private keys if you are using Electrum for a cold wallet. It just gets more time consuming if you use a large number of addresses unless you use a tool like previously mentioned to regenerate the addresses.

Yes in theory it's possible to do a lot of things. As long as you have the private key then anything is possible. An electrum wallet is a private key in another format i.e. a seed that leads to a whole tree of key pairs. So if you are willing to do the work when the time comes to spend your coins then anything is possible. There will be work involved because in 10 years a lot could have changed.

Probably in 10 years time we will all have migrated to using lightning. I doubt there will be wallet software that will support spending directly on-chain like we have now.
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
April 17, 2017, 09:56:21 PM
 #8

I doubt there will be wallet software that will support spending directly on-chain like we have now.

not you too

Abdussamad
Legendary
*
Offline Offline

Activity: 3640
Merit: 1571



View Profile
April 18, 2017, 01:59:32 AM
 #9

I doubt there will be wallet software that will support spending directly on-chain like we have now.

not you too

oh yeah i'm with core Smiley
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
April 18, 2017, 02:07:04 AM
 #10

I doubt there will be wallet software that will support spending directly on-chain like we have now.

not you too

oh yeah i'm with core Smiley

so be it.  I'm with Satoshi Smiley

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!