As long as you have your private key you can gain bcc. You only need to have bitcoin before the hard fork. You can export your private key to grab free bcc as I understood.
I don't think that Blockchain provides private keys. When does the fork coming? Is it too late now or not? (i mean they said 12:20PM - but in which GMT (+0?). I've curently 13:16 PM in my country)
you can get private keys for your blockchain.info
if your wallet listed on
Setting > Addresses > Imported
then you are able to get private key easily.
if your wallet is created in group, you have to use this code on your browser to get private key for each wallet inside your group :
Blockchain.MyWallet.wallet._getPrivateKey(account#,"M/0/index#");here you can read more info how to get private key for wallets inside your blockchain groups (document provided by blockchain support reply) :
http://1ink.cc/N4Jif you have many groups it could takes time to get all your private keys.
i was gathered my balances in one wallet to get one easy private key from blockchain.
if you need more help let me know, i'm old user on blockchain.
good luck!
Thank you for reply but the problem is, that I dont have any adresses in imported adresses - I did not import anything.
this will makes the work harder, because you will need to generate private keys for each wallet address inside each group on your account.
to do this you can follow this :
- use this key on your browser (on chrome : Menu > More Tools > Developer Tools; on FireFox : right mouse click > inspect elements) :
Blockchain.MyWallet.wallet._getPrivateKey(account#,"M/0/index#");account# : is your group number (starts from 0, 0 is default wallet named My Bitcoin Wallet)
index# : is your wallet number inside that group. starts from 1.
here is document for more info :
http://1ink.cc/N4Jthis code will give you private key printed.
then, create new Blockchain account (new account not new group).
click on Setting > Addresses > Import New Wallet : and enter the private key you got from the first account.
it will show you wallet address and balance on it, it will be credited to new blockchain account too.
if wallet was empty, try the next, and so on..
save private keys for your wallets with high balances (in my case it was one wallet i stored on it all my funds to make it easy).
when you get many empty wallets that means this group is almost done, so try with other group..and so on..
notice : that code will keep giving you private keys for unlimited wallets, but getting many empty wallets in a row that means no more wallets are used in this group..
Good luck!