L:\something\Armory\ArmoryQt.exe --satoshi-datadir="L:\something\BQT" --datadir="L:\something\Armory\Datadir"
Try
L:\something\Armory\ArmoryQt.exe --satoshi-datadir="L:\something\BQT\AppData" --datadir="L:\something\Armory\Datadir"
I already tried AppData and daemon but it didnt change anything it seems. When i check the log then the first ERRORs i see are here:
2014-05-22 20:02 (INFO) -- ArmoryQt.py:2252 - loadWalletsAndSettings
2014-05-22 20:02 (INFO) -- ArmoryQt.py:2310 - Loading wallets...
2014-05-22 20:02 (INFO) -- ArmoryQt.py:2359 - Number of wallets read in: 0
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1794 - Setting up networking...
2014-05-22 20:02 (ERROR) -- ArmoryQt.py:1837 - Error checking for internet connection
Traceback (most recent call last):
File "ArmoryQt.py", line 1835, in setupNetworking
File "urllib2.pyc", line 127, in urlopen
File "urllib2.pyc", line 404, in open
File "urllib2.pyc", line 422, in _open
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 1214, in http_open
File "urllib2.pyc", line 1187, in do_open
File "httplib.pyc", line 1045, in getresponse
File "httplib.pyc", line 409, in begin
File "httplib.pyc", line 373, in _read_status
BadStatusLine: ''
2014-05-22 20:02 (ERROR) -- ArmoryQt.py:1838 - Run --skip-online-check if you think this is an error
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1846 - Internet connection is Available: False
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1847 - Bitcoin-Qt/bitcoind is Available: 0
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1848 - The first blk*.dat was Available: False
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1849 - Online mode currently possible: False
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1968 - startBitcoindIfNecessary
2014-05-22 20:02 (WARNING) -- ArmoryQt.py:1970 - Not online, will not start bitcoind
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1106 - setupUriRegistration
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1225 - URL-register action: AskUser
2014-05-22 20:02 (INFO) -- ArmoryQt.py:587 - Usermode: Expert
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1373 - Changing usermode:
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1374 - From: Expert
2014-05-22 20:02 (INFO) -- ArmoryQt.py:1382 - To: Expert
2014-05-22 20:02 (INFO) -- ArmoryQt.py:5417 - Dashboard switched to auto-OfflineNoSatoshiNoInternet
2014-05-22 20:02 (INFO) -- ArmoryQt.py:4986 - Switching Armory state text to Mgmt:Auto, State:OfflineNoSatoshiNoInternet
2014-05-22 20:02 (INFO) -- ArmoryQt.py:4928 - Switching Armory functional mode to "Offline"
2014-05-22 20:02 (INFO) -- ArmoryQt.py:6456 - Another Armory instance just tried to open.
2014-05-22 20:02 (ERROR) -- announcefetch.pyc:162 - Loop was busy for more than one second
2014-05-22 20:02 (ERROR) -- announcefetch.pyc:162 - Loop was busy for more than one second
2014-05-22 20:02 (ERROR) -- announcefetch.pyc:162 - Loop was busy for more than one second
2014-05-22 20:02 (WARNING) -- ArmoryQt.py:1504 - No Armory links in the downloads list
2014-05-22 20:02 (WARNING) -- ArmoryQt.py:1564 - No Satoshi links in the downloads list
2014-05-22 20:02 (ERROR) -- announcefetch.pyc:268 - Unspecified error downloading URL
And so on.
The above log is when i add AppData. When i dont add a subdir then it seems this log line looks more correct:
2014-05-22 20:17 (INFO) -- ArmoryQt.py:1847 - Bitcoin-Qt/bitcoind is Available: 8333
Its not zero like it is with the subdirs. So it found the installation.
I dont have a bitcoin.conf too and i updated bitcoin-qt and bitcoind to the newest available version.
Can it be that armory needs to be told the position of bitcoin-qt and then it tries to find bitcoin and the blockchain? But it cant find the blockchain when its not stored on C:. So maybe the .blk-file-dir has to be specified specially. I found a path named User home-directory in the logfile that points to the user-roaming-dir on drive c:. Maybe armory is searching there for the blk-files only. Though i wouldnt know how to change it since the dir lying in Roaming would be named Bitcoin.
But i cant believe that no one made armory completely portable yet. That has to be something that would have been requeste way way earlier in the development i guess.
I searched the sourcecode here for more flags:
https://raw.githubusercontent.com/etotheipi/BitcoinArmory/rrld_planB/armoryengine.pybut there is nothing that looks like a flag for the settingsdir. And when i tried --bitcoind-path as flag armory even crashed instantly as a process and didnt load at all.
Maybe i need to try my luck with the support. I sent in a logfile now.