Verify paper wallets

3

2

I generated a paper wallets with offlineaddress.com. Is there a way to check if the private key corresponds to the public key without compromising the wallet by loading it onto an online computer?

Reactormonk

Posted 2014-08-12T09:55:27.877

Reputation: 133

See also this question.

Jonathan Tran 2017-12-01T05:56:05.340

Answers

8

First off, only trust highly-reputable software to generate private keys, especially if they're web-based. It seems like this software has only 16 stars on GitHub and only 2 contributors: https://github.com/mikewoods/OfflineAddress.com

To answer your question, the only way to verify that a private key corresponds to the public key is to actually run the algorithm on a computer. My best advice here is to use a computer that is offline and that boots a highly-reputable open source operating system.

Luca Matteis

Posted 2014-08-12T09:55:27.877

Reputation: 4 784

Yes, the addresses have been created with OfflineAddress.com with a live Ubuntu. So import the wallet (on a live system) and see if the private key computes to the public key? Or trust OfflineAddress and safe the hassle?Reactormonk 2014-08-12T15:38:02.367

Import the private keys into electrum, it will generate the public address to double-check.Reactormonk 2014-08-12T17:53:03.987

To clarify, reconsider using this service as it's the first I heard of it myself. Even "reputable" services like vanitygen have been compromised such that priv keys are stolen.Wizard Of Ozzie 2014-08-13T06:32:12.143