Hi!
I Have some problem.
windows 10 (version 2004, build 19041.84)
armory 0.96.5-beta-8730390989
bitcoind 0.19.0.1, i have full database blockchain
Port 9001 user by default windows 10
If i run armory with option
ArmoryQt.exe --armorydb-port="9002" (i try also this option write to armoryqt.conf, analog result) i receive error "Database error, Armory failed to spawn the DB!"
log
https://pastebin.com/3z9GtEaeAnd i try run db and armory separate
ArmoryDB.exe --fcgi-port=9002 --db-type="DB_FULL" --cookie --satoshi-datadir="C:\Users\onoff\AppData\Roaming\Bitcoin\blocks" --datadir="C:\Users\onoff\AppData\Roaming\Armory\" --dbdir="C:\Users\onoff\AppData\Roaming\Armory\databases"
and i see how db work in dbLog.txt
But armory have offline mode and error repeat
https://pastebin.com/DFuAvw6Y. May be option with port not interpretate as string? And may be i need recompile armory with another default port in file ArmoryUtils.py ARMORYDB_DEFAULT_PORT = "9001"?
or may be anybody compile for me armory with another 9001 default port?