How to withdraw from an offline / paper wallet into Bitcoin-Qt on Mac?

1

I understand how to create and deposit into an offline wallet, but how do I retrieve the BitCoins back onto a local Bitcoin-Qt wallet on a Mac?

Luke Dennis

Posted 2013-11-26T08:16:29.970

Reputation: 143

Question was closed 2013-11-28T22:14:43.433

Answers

1

Goto: Help > Debug Window > Console

In the input box, type:

importprivkey [YOUR_PRIVATE_KEY_HERE]

Example:

importprivkey 5J5njVrrim5SX9LF56GPx571iViS7LGqpH5TH49ncfaaWFtzMjY

DAC

Posted 2013-11-26T08:16:29.970

Reputation: 308