NEW blockchain.info export for sweep

Is there any way that I can import (from burning) address from NEW blockchain.info into counterwallet.io?

the bitcoin-qt export format is no more possible, only
WIF and
Base58

here is the answer for the OLD blockchain.info

but for tne NEW I do not find anything

TIA

Apparently the new approaches are more complicated.

If this procedure below is working then it’ll work for Counterwallet as well (you need to obtain the private key(s), basically)

thank you, but it is the same as I tried before (importing in bitcoin core)
I can import with WIF but do not have the Bitcoin-Qt Format that I need for sweeping in counterwallet.io…

Which type of Blockchain.info wallet are you, the 1st (newest based on phrase) or the 2nd (WIF-based)?

I can import with WIF but do not have the Bitcoin-Qt Format that I need for sweeping in counterwallet.io…

So you have the 2nd (WIF) format? Why don’t you import with WIF?
Is your key by some chance compressed? The link in the article tells you how to decompress a compressed private key (Help, After importing my private key and the address I get is different than what I expected! · OmniLayer/omniwallet Wiki · GitHub)

my Blockchain.info wallet is the 2nd (WIF-based) converted from the old one which had Bitcoin-Qt Format export.
(unfortunately I have upgraded and there is no backward)
I have the 2nd (WIF) format
with this


I can get
Key Formats: WIF, WIFC, HEX, B64, B6, MINI, BIP38
but no Bitcoin-Qt Format…

in counterwallet.io:

Import (Sweep) Tokens from Another Address
Import token funds by “sweeping” them from an external address into an address in this wallet.

Private Key To Import

…

Enter the unencrypted private key to the address with the tokens you want to move over.

TIA

Okay so the link says this: “If the compressed address is desired/needed the Private key will generally start with K or L, if the the uncompressed address is desired needed the Private key will start with 5.”

I went to CW and created a new wallet and displayed the private key from the first pre-created address:

This one starts with K so these appear to be compressed WIFs.

When I go to https://www.bitaddress.org/bitaddress.org-v3.2.2-SHA256-f4d047c264a2b71946de319482a9365e56d8d7289dd85a352da3b1448b7647df.html, create a wallet, in Wallet Details I paste the compressed private key I get all other formats.

You need unencrypted compressed private key for CW.
Does your key start with a letter or number (K/L or 5)?

I’m sure there are utilities out there that can convert from one private key format to another. Just disconnect yourself from the Internet when you use them. For extra security you could do it in a disconnected VM and delete the VM after you’re done. VirtualBox is free and so is Debian (or Ubuntu or other).

I found this tool here, I’m not sure how well it works.

Edit: I updated the FAQ on this topic. bitcoin-tool works as well as bitaddress.org.

thank you
bitaddress.org was the solution, but the first time last week there was a java graphics issue and I have not seen a context menu for right mouse click
now after a reboot I have seen it and can sweep…

1 Like