Is it OK to use Armory with bitcoind built with
./configure --disable-wallet
?
I use bitcoind from official released binaries, I added this option in the bitcoin.conf as
disablewallet=1.
If I need to run bitcoin-qt as a wallet I run
bitcoin-qt -disablewallet=0 in command line.