I'm having trouble with the launch parameters in 0.88.1-beta.
I've changed the bitcoin-qt folder using the GUI and it worked.
Now I want to change the wallet, logs and setting files location to an encrypted drive but I can't get it to work.
This what I've tried so far
R:\Armory>Armory.exe -datadir=R:\Armory\data\Armory -settings=R:\Armory\data\Armory -satoshi-datadir=R:\bitcoin\data (parameters are ignored)
R:\Armory>Armory.exe --datadir=R:\Armory\data\Armory --settings=R:\Armory\data\Armory --satoshi-datadir=R:\bitcoin\data (application does not start)
(the second option is what it looks to be using in the python code -armoryengine.py-, the first option is the one showed in the information of the official web
https://bitcoinarmory.com/troubleshooting-armory/)
Here is the execution log:
http://pastebin.com/uF1aStRAI saw the code that loads the folder is python so I tried to modify it to debug what's happening but it doesn't get executed, I imagine that the python code needs to be compiled and maybe signed to run, not just edited and hacked by an stranger like me
Can someone give me a hint on what I'm doing wrong or where is the problem?
Thanks in advance.