Post
Topic
Board Armory
Topic OP
Retrieve private keys for online-generated address
by
wheeler
on 22/10/2013, 19:13:16 UTC
I've not needed to move BTC for a while and now I'm revisiting, I'm having a lot of problems getting Armory running on my online machine (mostly since it's a tad under-specced @ 2GB RAM).

I use cold-storage, and I've got coins in an address that was created online, but the offline wallet has never had to sign txns for it.  As a workaround, is there any way I can derive the private key on the offline machine for the online-generated address, to let me use an alternate client?

As a side-point, I've also tried the new testing branch, but that has problems after scanning the blocks, throwing a segfault...

Code:
Loading Armory Engine:
   Armory Version:       0.89.99.5
   PyBtcWallet  Version: 1.35
Detected Operating system: Linux
   OS Variant            : ('Ubuntu', '12.04', 'precise')
.
.
.
.

-INFO  - 1382424799: (BlockUtils.cpp:3693) Parsing blockchain file: /home/wheeler/.bitcoin/blocks/blk00088.dat
-INFO  - 1382424799: (BlockUtils.cpp:3787) /home/wheeler/.bitcoin/blocks/blk00088.dat is 16,777,216 bytes
-INFO  - 1382424801: (BlockUtils.cpp:3707) Processed 64755 raw blocks DB (3594 seconds)
-INFO  - 1382424802: (BlockUtils.cpp:3736) Starting scan from block height: 0
-ERROR - 1382424804: (StoredBlockObj.cpp:1063) Cannot get tx copy, because don't have full StoredTx!
-ERROR - 1382424804: (StoredBlockObj.cpp:1063) Cannot get tx copy, because don't have full StoredTx!
Segmentation fault (core dumped)

Any assistance greatly appreciated!