Bitcoin Forum

Bitcoin => Armory => Topic started by: nsaini on November 28, 2017, 01:16:46 PM



Title: Unable to run armory daemon
Post by: nsaini on November 28, 2017, 01:16:46 PM
Hi guys,

I've built armory 0.96.3 on ubuntu 17.10, followed the instructions over at github.com/goatpig/armoryd and tried to run python armoryd.py
But I get the error:
(ERROR) armoryd.py:3252 - could not find instance of armorydb at 127.0.0.1:9001

I have the bitcoin node running on the same machine.. anyone else facing the same issue?


Title: Re: Unable to run armory daemon
Post by: Ente on November 28, 2017, 02:44:27 PM
Do you want to run everything on one machine? Or do you want to separate armorydb and armoryqt onto two different machines?

Ente


Title: Re: Unable to run armory daemon
Post by: nsaini on November 28, 2017, 02:45:55 PM
Hi Ente,

I don't want to run armoryqt at all, just the armory daemon since it's a server(no gui)


Title: Re: Unable to run armory daemon
Post by: Ente on November 29, 2017, 12:32:47 AM
Hmm, I never played with armoryd before.
Is the armorydb task running, like in 'top' (assuming linux)?
If yes, is it listening on 9001? Or anything else on that port already?
If not, well, start it? :-)

Ente


Title: Re: Unable to run armory daemon
Post by: goatpig on November 29, 2017, 12:42:30 AM
You have to run ArmoryDB manually.