2019-08-23 18:34:41 (INFO) -- ArmoryUtils.py:689 - Executing popen: ['/usr/local/bin/bitcoind', '-datadir=/media/jacob/.bitcoin/blocks']
Doesn't look like you told Armory where to look for your custom Bitcoin data folder.
In Files > Settings, second second section from the top, set your custom folder and try again. Make sure there are no zombie instances of ArmoryDB first.
Thanks,
The path in settings is correct but I have been unable to restart armory after changing it. That was because the port was in use because of a zombie instance. So I shut that down and restarted and get this
jacob@jacob-desktop:~/BitcoinArmory$ python ArmoryQt.py
/home/jacob
********************************************************************************
Loading Armory Engine:
Armory Version: 0.96.5
Armory Build: 1d02a6640d
PyBtcWallet Version: 1.35
Detected Operating system: Linux
OS Variant : ('LinuxMint', '19.1', 'tessa')
User home-directory : /home/jacob
Satoshi BTC directory : /home/jacob/.bitcoin
Armory home dir : /home/jacob/.armory/
ArmoryDB directory : /home/jacob/.armory/databases
Armory settings file : /home/jacob/.armory/ArmorySettings.txt
Armory log file : /home/jacob/.armory/armorylog.txt
Do wallet checking : True
(ERROR) ArmoryUtils.py:1262 - Error getting system details:
Traceback (most recent call last):
File "/home/jacob/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1260, in
SystemSpecs = GetSystemDetails()
File "/home/jacob/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1255, in GetSystemDetails
out.HddAvailB = getHddSize(BTC_HOME_DIR) / (1024**3)
File "/home/jacob/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1252, in getHddSize
s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/jacob/.bitcoin'
(ERROR) ArmoryUtils.py:1263 - Skipping.
(ERROR) ArmoryUtils.py:3735 - Unsupported language specified. Defaulting to English (en)
(ERROR) SDM.py:308 - Bitcoind could not be found in the specified installation:
(ERROR) SDM.py:310 - /media/jacob/.bitcoin/Bitcoin
(ERROR) SDM.py:311 - Bitcoind is being started from:
(ERROR) SDM.py:312 - /usr/local/bin/bitcoind
(WARNING) SDM.py:445 - Spawning bitcoind with command: /usr/local/bin/bitcoind -datadir=/media/jacob/.bitcoin/Bitcoin/blocks
(WARNING) SDM.py:402 - Spawning DB with command: /home/jacob/BitcoinArmory/ArmoryDB --db-type="DB_FULL" --cookie --satoshi-port=8333 --datadir="/home/jacob/.armory/" --dbdir="/home/jacob/.armory/databases" --rebuild
(ERROR) BDM.py:197 - DB error: /home/jacob/.bitcoin/blocks is not a valid path
I don't understand why it's trying to use the home directory. Is it because bitcoind is installed on my SSD and the data is on my HD?