Bitcoin Forum

Bitcoin => Armory => Topic started by: cryptocurious84567 on September 14, 2021, 06:36:06 PM



Title: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: cryptocurious84567 on September 14, 2021, 06:36:06 PM
My last 2 attempts to get Armory working have failed.  So I am starting off on the right foot this time....  Can anyone provide a link for store bought laptop with an ubuntu 18 machine(assuming that is still what is recommended) that they themselves have got working please?

Thanks in advance.


Title: Re: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: cryptocurious84567 on September 16, 2021, 04:44:13 PM
Any hints on anything?  Dell?  no dell?  anything to narrow it down?


Title: Re: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: goatpig on September 17, 2021, 02:08:05 PM
I'd suggest you install ubuntu yourself instead of looking for a pre-install.


Title: Re: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: BitMaxz on September 17, 2021, 04:29:17 PM
If you don't have experience in using Linux I would suggest you switch to Windows instead it's much easier to install.

I have both bitcoin core and armory wallet on Windows OS without any issue yet.


Title: Re: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: cryptocurious84567 on September 21, 2021, 09:36:00 PM
I have a little experience with linux.  I can pull up a terminal, navigate around directories, and copy commands out, but that is about it.
I have not used a windows machine for over 10 years either though.   I am a mac guy.

I dont really care which one i use, but another thread suggested ubuntu 18 is the easiest.  I have an ubuntu machine here as a result of that thread (my second), so I will give it a go.

I can fire up bitcoin qt and get the check mark.

I get some problems with Armory though.   How can I get the error log?  Where do I find it?


Title: Re: can you reccommend a machine with Ubuntu 18 loaded on it
Post by: BitMaxz on September 21, 2021, 11:35:40 PM
I get some problems with Armory though.   How can I get the error log?  Where do I find it?

In Linux, you can find it under this path

Code:
/home/yourusername/.armory/

Or

~/.armory/

You need both armorylog.txt and dbLog.txt to analyze the issue.

If you can't find those two files you can search them through this command below as sample

Code:
find / -name armorylog.txt