Hi,
i hope somebody can help. I tried installing bitcoin armory on my ubuntu by following this one
https://bitcoinarmory.com/download/building-armory-from-source/sudo apt-get install git-core build-essential pyqt4-dev-tools swig libqtcore4 libqt4-dev python-qt4 python-dev python-twisted python-psutil
git clone git://github.com/etotheipi/BitcoinArmory.git
cd BitcoinArmory
make
python ArmoryQt.py
Now, can i create a new address via command line. Check balance etc. ? My plan is to execute some commands via php? Is this possible.
Thanks,
Mike