Thanks but it cant be sync with blockchain account ??
You can install desktop client if you are running Mac [1] or you can install plugin in chrome or mozilla [2]. Or you can use RPC [3]. See the comparison :
Ways to access Blockchain.info wallet.
[1]
https://blockchain.info/wallet/desktop-client[2]
https://blockchain.info/wallet/browser-extension[3]
https://blockchain.info/api/json_rpc_api ,
https://bitcointalksearch.org/topic/json-rpc-help-844419If you prefer using bitcoind, then open notepad, copy and paste the following and add correct details:
rpcconnect=rpc.blockchain.info
rpcport=443
rpcssl
rpcuser=your wallet identifier
rpcpassword=your password.
And, click Save as and change Save as type to All Files and then save the files as bitcoin.conf in the data directory - %Appdata%/Bitcoin in windows, ~/.bitcoin/ in Linux and ~/Library/Application Support/Bitcoin/ in Mac ( Detailed guide on opening data directory :
https://en.bitcoin.it/wiki/Data_directory ). Then go to Bitcoin data directory, right click on bitcoin.conf (the one you saved) and change the permission to read-only file. Then open command prompt, navigate to the daemon in installed directory(default in windows in C:\Program Files\Bitcoin\daemon) . Then write
bitcoind getinfo
. I hope it will work.
If you are using the above method, the private key will be synced with the server when signing messages and sending BTC. So it isn't a good idea.
P.S. If you meant anything else, just avoid this post.
~~MZ~~