Hello,
is there any method how to import multiple(~10000) private keys into Bitcoin Core? Currently, if I do it manually(open console, type "importprivkey <key>") it takes 2 minutes to import, which is totally unacceptable. Or are there any other(non "light") BTC wallet software, which allow to do it? Thanks.
I can't imagine why you would need to import 10,000+ private keys into Bitcoin Core.
If you really want to, then I suppose you can use the rescan=false option on the importprivkey command. This should prevent it from scanning the entire blockchain when it imports the private key and will therefore speed up the import.
"light" wallet simply means that it doesn't store the entire blockchain. If you are willing to use a "light" wallet, then private keys should import quite quickly since there won't be a need to scan the entire blockchain.