sweepprivkey alternative - bitcoin core

0

I guess they took off this function, so any alternative?

what i'm looking to do is exactly like this

sweepprivkey privkey minconfirms [destinationtype destination] [fee] [amount changeaddress]

Adam

Posted 2017-12-19T00:34:25.817

Reputation: 3 215

Answers

0

Nobody "took off" this function, it was only proposed, but was never actually added to Bitcoin Core.

Instead, you can use importprivkey and then send BTC to a new address:

https://en.bitcoin.it/wiki/Help:How_to_import_private_keys_in_Bitcoin_Core_0.7%2B

Note:

Jonathan Cross

Posted 2017-12-19T00:34:25.817

Reputation: 1 130

how to send just imported BTC directly to specific address?Adam 2017-12-19T01:47:31.033