Bitcoin Forum
May 08, 2024, 10:31:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Armory / Armory and Windows 10 and port 9001 on: February 14, 2020, 07:58:39 AM
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/3z9GtEae

And i try run db and armory separate
Code:
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?

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!