Author

Topic: Importing multiple private keys into Bitcoin Core? (Read 3291 times)

newbie
Activity: 57
Merit: 0
Thanks deepceleron, will try this, currently waiting for Bitcoin Core to sync )
legendary
Activity: 1512
Merit: 1036
If you have some text-edit finesse, you can turn a list of keys into a list of import commands. From another thread:

Code:
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey L4mP3joYEhSv1ofdsWbz8xEmqCmYK9vGyi8mJmWWbh79Xx2NsS1M addr-1DfyaDvr-1 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey Ky2EGjWLhfKv1sWnPcuN4SHF2iALj6SfK7hoLWKx5T4zMqXg7aT9 addr-1DfyaDvr-2 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey KzrZ4DULdVWFqpF48pdJicFJfX5dqrhxBkqDnT4HRkCswdFy3Eo4 addr-1DfyaDvr-3 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey L2ELWXewr1PQnMwFDpfobHFqspyM6g1noM4uzkCMgoSZTSf3sQJF addr-1DfyaDvr-4 false
Just make the final line "true" to reindex.
newbie
Activity: 57
Merit: 0
Many thanks for replies, I think "rescan=false option" was what I was looking for. I need this because my bitcoins are stuck in Electrum(damn it Smiley ), so the only way I can think of  - export private keys(10000) and import them into non light software.
sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
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 ") 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.

Wouldn't importing a private key into such a "light" wallet incur the time to fetch the blocks containing related transactions for those keys, from the network? Or am I mistaken in some way?
legendary
Activity: 3472
Merit: 4794
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 ") 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.
newbie
Activity: 57
Merit: 0
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 ") 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.
Jump to: