Portability of Bitcoin Wallets: What If The Power Or Network Is Out?

0

My understanding is that the blockchain is public and contains balances (or the monetary value) and that a private key, or a wallet, enables one to control or spend bitcoin.

If my wallet (private key) is stored on a small USB stick, can I purchase anything using bitcoin if there is no power/network near me?

Ron Royston

Posted 2018-03-23T20:47:02.503

Reputation: 103

Answers

1

If my wallet (private key) is stored on a small USB stick, can I purchase anything using bitcoin if there is no power/network near me?

By this, I’m assuming you mean you have no connection to the network. There is infrastructure built to relay transactions through SMS and satellite services, but let’s pretend you don’t have access to those either.

In that case, you could trade your USB stick for whatever goods/services you’re trying to purchase, but your counterparty will be taking on significant risks:

  • If there is no way to connect to the network and check the balance on the address you claim to have the private key for, the counterparty will have to believe that the appropriate amount of funds are indeed held at your address

  • Your counterparty will have to trust that you do not have a backup of your private keys, otherwise you could make the trade, and then use the backup of your keys to spend the coins back to yourself, before the counterparty can sweep the address.

You may be interested to look up OpenDime, it is a product that allows you to give someone a private key that is provably not backed up.

chytrik

Posted 2018-03-23T20:47:02.503

Reputation: 10 276