Anyone have any idea how can i do with bitcoin core.
Thanks in advance.
You can do that with Bitcoin-core but it's not recommended, You may want to use electrum instead of Bitcoin-core.
You don't have to download the blockchain using electrum.org.
I think you can still do that if someone running a full node (non-pruned) will make you a .bootstrap.dat
From https://bitcoin.org/bin/block-chain/README.txt:
As of Bitcoin Core version 0.10.0 and later, the block chain bootstrap torrent hosted here takes more time to download and import than it would to simply start Bitcoin Core and let it sync itself.
Forum thread on BitcoinTalk:
https://bitcointalk.org/index.php?topic=145386.0Bitcoin-Qt/bitcoind version 0.7.1 and later supports a special import feature: If the file "bootstrap.dat" is found in the bitcoin data directory, it will validate and import all blockchain data found in that file. The following torrent presents a bootstrap.dat file for that feature.
From https://github.com/bitcoin-dot-org/:
As of Bitcoin Core version 0.10.0 and later, the block chain bootstrap torrent formerly hosted here is slower than a direct download using the bitcoin P2P protocol & client. If you want the torrent for other reasons, please visit:
https://bitcointalk.org/index.php?topic=145386.0
To download the latest version of Bitcoin Core, please visit:
Further reading, the linked bitcoin.talk page:
Updated: August 23, 2014
Also checking https://bitcoin.org/bin/block-chain/:
24-Aug-2014 01:40
I think you can still do this if someone running a full node (non-pruned) will make you a bootstrap.dat however your trust in the provider must be implicit.
If you want to keep only a limited number of blocks, enable prune={bytes} with bytes > 550 in your bitcoin.conf file.