Bitcoin Forum

Bitcoin => Armory => Topic started by: Kurayami311 on January 17, 2021, 03:29:33 AM



Title: Recovering unsigned.tx from Armory 0.88
Post by: Kurayami311 on January 17, 2021, 03:29:33 AM
So I've been scratching my head on how I am able to retrieve the unsigned transaction that was saved on my USB drive since I'm using the latest version of Armory. Because of how it has been done recently, I will need a version lower than 0.92 to retrieve it. What I also tried to do is retrieve the source code, download that alongside the dependencies to build the software again, but it's been telling me that A) It cannot find the build tools for Visual Studio 2012 nor I can get that installed. And B) when I retargeted it to the latest version, it's telling me that it cannot open the cryptoapp.lib for some unknown reason.

Is anybody able to help me figure out how I can figure this out with me? Thanks in advance.


Title: Re: Recovering unsigned.tx from Armory 0.88
Post by: goatpig on January 18, 2021, 02:51:27 PM
it's telling me that it cannot open the cryptoapp.lib

You have to build cryptopp and leveldb manually (right click on the project and build it).