Blockchain.info Paper Wallet

-1

I created a Blockchain.info paper wallet back in 2014. At the time I used a passphrase which only contained 8 words as the recovery seed as per the instructions. When I try to scan the public key QR code in order to check the balance I get the following "http://qr-to/banAvd". The public key is "13gmfrUCaRB1dZB2RftmoDVYd7jjSyhq32".

Robert Rocca

Posted 2017-08-28T21:09:16.573

Reputation: 1

1and what is the question itself? your 13gmf... is neither public key nor valid bitcoin address. we are happy that you did something wrong three years ago but this information is absolutely uselessamaclin 2017-08-28T21:14:48.030

Could be one of several formats and compressions for public key. The sure way is to figure it out from the private key.marshal craft 2017-08-28T22:19:04.530

@ amaclin is it not a 33 char address base 58?marshal craft 2017-08-28T22:21:35.090

@mc my english is poor, aren't you understand my comment above? there is no question, no info, no clues, but some garbage and broken link.amaclin 2017-08-28T22:25:57.217

I think it is a 33 byte compressed public keymarshal craft 2017-08-28T22:27:44.567

@amaclin - you don't need to be rude or condescending. The question is quite clear - the guy is asking what to do. If you feel like there is not enough info you can ask for it, or ignore the question altogether, but please don't behave like a jerkAndrey 2017-08-28T22:38:57.850

2the correct address is 13gmfrUCaRB1dZB2RftmoDVYd7jjSyhq32amaclin 2017-08-28T23:01:18.090

@amaclin - do you think that I could also find the missing character in the private key that I have?Robert Rocca 2017-09-10T12:11:37.260

Answers

0

From amaclin's comment about one digit missing in your public address above, you can checs your balance here (BTC 0.01840202): https://bitref.com/13gmfrUCaRB1dZB2RftmoDVYd7jjSyhq32

After that you can do the following:

  1. Download and install any bitcoin desktop wallet. e.g. Electrum (https://electrum.org/#home)
  2. Import your PRIVATE KEY that you find in your paper wallet into that Electrum wallet. It will show you the balance and allow to move the money to another paper wallet or an exchange (if you want to sell it)

IMPORTANT: as your bitcoin is pre-split (which happened earlier in August) that private address that you have also contains an equal amount of Bitcoin Cash. These are the steps I went thru to get mine: Where to split BTC

Andrey

Posted 2017-08-28T21:09:16.573

Reputation: 175

1this is not a "compressed public key", but an address without one symbol at the endamaclin 2017-08-28T23:02:13.933

When I attempt to import the private key from my blockchain.info paper wallet into my bitcoin core wallet an error occurs "invalid key". Any Ideas?Robert Rocca 2017-09-06T21:52:43.927

The length of my blockchaininfo paper wallet private key starts with a "5". The total length including characters and numbers is 50. Shouldn't it be 51? Confused.Robert Rocca 2017-09-07T23:39:44.277

That's correct, it should start with 5 and it has a length of 51 characters total. Did you print it out or wrote down by hand? Could you have missed the last character? You can try brute force add a 51st character trying 0-9 and a-zAndrey 2017-09-07T23:42:09.013

I used a printer. Brute forcing the last character did not work. Also, I have tried the mnemonic (8 words) that can be used to recover the password on "https://blockchain.info/wallet/recover-wallet" however it also fails.

Robert Rocca 2017-09-09T19:01:01.677

Not sure what else you can try. At least the good thing is you don't have much left on that wallet.Andrey 2017-09-09T22:09:33.180

I have a printed copy of the mnemonic to recover the password when i created the BlockchainInfo legacy wallet but that doesn't work as well.Robert Rocca 2017-09-10T00:28:41.583

0

I think it is a public key in a common 33 byte compressed form. I generated an address from it

12r9cntQ5T8o6mELxxcj1RwBZiKGVV

to check the balance and bitref says it has 0.0 bitcoins sent or received.

Also zero transactions for that wallet.

marshal craft

Posted 2017-08-28T21:09:16.573

Reputation: 191

What service did you use to generate an uncompressed public key? I haven't found oneAndrey 2017-08-28T22:52:14.490

I think the guys is confused. That's why the easiest way for him is to import the paper wallet into a desktop wallet using the private key. That is, if he has ever actually transferred the bitcoin there :)Andrey 2017-08-28T22:55:04.367

I find blockchain does not work with the public key, but the address. I used a site first to hash 160 the compressed public key, then use hash to generate an address for the purpose of checking balance. http://bitcoinvalued.com/tools.php

marshal craft 2017-08-28T22:55:28.963

Blockchain does indeed work with uncompressed public keys, but it dies not work with compressed ones.Andrey 2017-08-28T22:57:12.550