So a few years back I created an Armory Wallet with the Secureprint code and root key thru exploration of crypto at the time. I printed the paper backup and had lost it for a few years but found it recently. I downloaded the software on a Windows machine and input all the information. It requested and I input a new passphrase which I did and it shows offline. I readily admit I was new then and still am now but trying to get access to the 2 BTC's I gained back then and is in there.
I read some other threads about downloading Bitcoin Core which seems daunting. Do I following the instructions on the Bitcoin Core website for Windows in conjunction with Armory Wallet and that will give me online access to what is stored in there or is there another process I must follow?
-snip-
2BTC is worthy enough to not meddle with the private keys, I'd suggest you to let Bitcoin core sync in order for Armory to be online.
If you have enough disk space and internet bandwidth, leave Bitcoin core's setting as it is.
Just normally launch Bitcoin Core (
bitcoin-qt) 'till it's fully synced (
check settings->options if "prune blockchain" is enabled)
it must be disabled.Add
server=1 to your bitcoin.conf file, create one in the
default data directory or use this tool if you don't have one:
https://jlopp.github.io/bitcoin-core-config-generatorAfter it sync, launch Armory without changing the settings so it'll use all default directories and it will build the database and scan your wallet's balance.
After that you should be able to spend your balance.
If you really can't sync the wallet and need to dump the private keys, there are a few more steps to display all the keys aside from the explained by the post above:
Click "
Wallet Properties" then, "
Backup This Wallet".
Check "
Export Key Lists", then the button with the same name below, type your password and a window will open.
Check "
Include Unused (Address Pool)", check "
Omit spaces in key data" (
below) and find your address from the list and copy its private key WIF (
PrivBase58).
Download Electrum from the official site:
electrum.orgUse, "
Import Bitcoin addresses or private keys" when creating a new wallet, and paste your private key there.