My first attempt at broadcasting an offline transaction with Armory kept silently failing. Logs show "ConnectionError: Connection to localhost DNE" despite Armory showing "Connected" status on the main screen and current block number.
I finally had to use command line bitcoind sendrawtransaction on the full tx hexcode in the log. Would be nice if the "Copy Raw Tx" button included the signature.
Thanks for creating Armory; small tip included in tx 4e347493f888f21d2f4163171c5ec20bc7c965df0aba83934e7880e9e5c829c2
Using Armory 0.82.2 on Win7-64 with Bitcoin-qt 0.7.1.
2012-10-28 22:22 (ERROR) -- armoryengine.pyc:479 - Traceback (most recent call last):
File "qtdialogs.pyc", line 6122, in broadTx
File "ArmoryQt.py", line 1896, in broadcastTransaction
File "armoryengine.pyc", line 9154, in sendTx
ConnectionError: Connection to localhost DNE.