Pages:
Author

Topic: Armory won't start (Read 810 times)

sr. member
Activity: 525
Merit: 282
January 30, 2018, 09:22:49 PM
#24
How do I install Bitcoin Core as there is no button?

Armory assumes the user is smart enough to figure this out and provides no button. That said, I suppose these instructions will work for you. Can't imagine why they would've changed recently.
newbie
Activity: 6
Merit: 0
January 30, 2018, 09:10:28 PM
#23
OK, it's appearing offline. How do I install Bitcoin Core as there is no button?

Use this?

https://bitcoin.org/en/download

Linux 64 bit, or Ubuntu process. In a video someone said use these commands (for Ubuntu):

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install bitcoind

I'm currently running python 'ArmoryQt.py' to start Armory.

Thanks
newbie
Activity: 6
Merit: 0
January 21, 2018, 09:18:01 PM
#22
Yes! That page helped, and I can load...
Thank you very much.
sr. member
Activity: 525
Merit: 282
January 21, 2018, 07:43:57 PM
#21
Why are you using sudo? You shouldn't use it unless you absolutely must. Also, did you make sure to install all the package in the file I linked?
newbie
Activity: 6
Merit: 0
January 21, 2018, 07:36:57 PM
#20
$ sudo make uninstall
Making uninstall in cppForSwig
make[1]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Making uninstall in lmdb
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
make[2]: Nothing to be done for 'uninstall'.
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
Making uninstall in fcgi
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
make[2]: *** No rule to make target 'uninstall'.  Stop.
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
Makefile:1538: recipe for target 'uninstall-recursive' failed
make[1]: *** [uninstall-recursive] Error 1
make[1]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Makefile:413: recipe for target 'uninstall-recursive' failed
make: *** [uninstall-recursive] Error 1
$

$ sudo make clean
Making clean in cppForSwig
make[1]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Making clean in lmdb
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
rm -rf .libs _libs
test -z "liblmdb.la" || rm -f liblmdb.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
Making clean in fcgi
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
make[2]: *** No rule to make target 'clean'.  Stop.
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
Makefile:1538: recipe for target 'clean-recursive' failed
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Makefile:413: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1

$ sudo make
Making all in cppForSwig
make[1]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Making all in lmdb
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
depbase=`echo mdb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.3.992\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I.    -fPIC -O2 -MT mdb.lo -MD -MP -MF $depbase.Tpo -c -o mdb.lo mdb.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT mdb.lo -MD -MP -MF .deps/mdb.Tpo -c mdb.c  -fPIC -DPIC -o .libs/mdb.o
libtool: compile:  gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT mdb.lo -MD -MP -MF .deps/mdb.Tpo -c mdb.c -o mdb.o >/dev/null 2>&1
depbase=`echo midl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.3.992\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I.    -fPIC -O2 -MT midl.lo -MD -MP -MF $depbase.Tpo -c -o midl.lo midl.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT midl.lo -MD -MP -MF .deps/midl.Tpo -c midl.c  -fPIC -DPIC -o .libs/midl.o
libtool: compile:  gcc -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT midl.lo -MD -MP -MF .deps/midl.Tpo -c midl.c -o midl.o >/dev/null 2>&1
depbase=`echo lmdbpp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.3.992\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I.    -fPIC -O2 -MT lmdbpp.lo -MD -MP -MF $depbase.Tpo -c -o lmdbpp.lo lmdbpp.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT lmdbpp.lo -MD -MP -MF .deps/lmdbpp.Tpo -c lmdbpp.cpp  -fPIC -DPIC -o .libs/lmdbpp.o
libtool: compile:  g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.3.992\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.3.992\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.3.992\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"2.7\" -I. -fPIC -O2 -MT lmdbpp.lo -MD -MP -MF .deps/lmdbpp.Tpo -c lmdbpp.cpp -o lmdbpp.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -std=c++11 -fPIC -O2   -o liblmdb.la  mdb.lo midl.lo lmdbpp.lo  
libtool: link: ar cru .libs/liblmdb.a .libs/mdb.o .libs/midl.o .libs/lmdbpp.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/liblmdb.a
libtool: link: ( cd ".libs" && rm -f "liblmdb.la" && ln -s "../liblmdb.la" "liblmdb.la" )
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
Making all in fcgi
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
make[2]: *** No rule to make target 'all'.  Stop.
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
Makefile:1538: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Makefile:413: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

$ sudo make install
Making install in cppForSwig
make[1]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Making install in lmdb
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
make[3]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/lmdb'
Making install in fcgi
make[2]: Entering directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
make[2]: *** No rule to make target 'install'.  Stop.
make[2]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig/fcgi'
Makefile:1538: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/bobvm/Documents/Armory/0.96.3/BitcoinArmory-0.96.3.992/cppForSwig'
Makefile:413: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

sr. member
Activity: 525
Merit: 282
January 21, 2018, 07:34:32 PM
#19
This file would be more appropriate. (I'm in the process of updating the README, by the way. The info is a bit out-of-sync.)
newbie
Activity: 6
Merit: 0
January 21, 2018, 07:07:52 PM
#18
OK, I extracted https://github.com/goatpig/BitcoinArmory/archive/v0.96.3.992.tar.gz
and looked at README.md and installed the dependencies:
g++
libcrypto++-dev
swig
python-dev
python-twisted
libqtcore4
libqt4-dev
python-qt4
pyqt4-dev-tools

all the above installed fine.
Then qt4reactor.py  ...
I downloaded it and extracted it. I set the environment variable to its root directory. Previously PYTHONHOME was unset even though python is on Linux Mint by default.

pywin32 - did not install because it's for Windows
py2exe - did not install
LMDB - I see that I did not install this... Their web site looks a bit confusing...

Then I ran autogen.sh

It instructed me to install some other GNU programs like AutoConf and a few others.
Eventually I was able to create Makefile.

When I run 'sudo make uninstall' I there are some lmdb errors, so I'm working on installing lmdb installed...

sr. member
Activity: 525
Merit: 282
January 21, 2018, 06:35:48 PM
#17
Which directions are you following? What have you installed?
newbie
Activity: 6
Merit: 0
January 21, 2018, 05:49:08 PM
#16
I think I got up to the step and made the Makefile after installing a bunch of packages.

sudo make uninstall
make
etc.

all had error messages.
sr. member
Activity: 525
Merit: 282
January 20, 2018, 10:53:15 PM
#15
You have to run autogen.sh and configure before running make.
newbie
Activity: 6
Merit: 0
January 20, 2018, 03:06:10 PM
#14
I have Linux Mint 18.3 on 2 computers. Armory comes up normally on the newer Dell computer. I'd like to run Armory on an older HP desktop with 4GB RAM. The OS is a fairly new installation.

I installed armory_0.96-gcc5.4_amd64.deb on the HP and when I load the program, the disk starts going, but then it stops and nothing appears. Also, when I uninstall that, it fails around 75%.

I installed armory_0.96.3.992-gcc5.4_amd64.deb with the same results.

I downloaded source v0.96.3.992.tar.gz from here: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3.992
and uncompressed it into a directory, but couldn't run make from the root directory of the extracted files. I have gcc 5.4 on my HP Linux Mint computer.

I don't want to use the late model computer because it's online everyday.

Am I missing a package?
How can I run make?

sr. member
Activity: 525
Merit: 282
January 17, 2018, 06:28:46 PM
#13
Installing and syncing Core is mandatory if you wish to use Armory. You'll need ~180GB of storage on your system, and this will increase 5-10GB every month.
newbie
Activity: 4
Merit: 0
January 17, 2018, 03:00:45 PM
#12
No I have not. Let me look into that.
sr. member
Activity: 525
Merit: 282
January 17, 2018, 02:49:29 PM
#11
Have you installed and synced Bitcoin Core?
newbie
Activity: 4
Merit: 0
January 17, 2018, 02:31:34 PM
#10
Sorry I'm a relatively new user to linux.  I downloaded Armory 0.96.3 Ubuntu/Debian 64-bit with GCC 4.7 and the install seems to go fine now, but when I run armory from cli, I get this:


Code:
compuls1v3 ~ $ armory
/home/compuls1v3
(ERROR) ArmoryUtils.py:1245 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1243, in
    SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1238, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1235, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/compuls1v3/.bitcoin'
(ERROR) ArmoryUtils.py:1246 - Skipping.
(ERROR) ArmoryUtils.py:3716 - Unsupported language  specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(ERROR) ArmoryQt.py:5951 - Socket already in use.  Sent CLI args to existing proc.
(ERROR) ArmoryQt.py:5952 - Exiting...
compuls1v3 ~ $

Do I need to manually create the .bitcoin directory?
sr. member
Activity: 525
Merit: 282
January 15, 2018, 06:36:38 PM
#9
Also, while the RCs aren't posted on the website (only here), https://btcarmory.com/ is the website you should be checking.
member
Activity: 270
Merit: 36
January 15, 2018, 05:33:27 PM
#8
I downloaded this file armory_0.96-gcc5.4_amd64.deb .  Is this the latest?  Thanks for the quick reply!
No.
https://bitcointalksearch.org/topic/0964-rc3-2754632
newbie
Activity: 4
Merit: 0
January 15, 2018, 04:20:42 PM
#7
I downloaded this file armory_0.96-gcc5.4_amd64.deb .  Is this the latest?  Thanks for the quick reply!
sr. member
Activity: 525
Merit: 282
January 15, 2018, 03:21:39 PM
#6
Which version are you running? If you haven't already, please upgrade to 0.96.4 RC3.
newbie
Activity: 4
Merit: 0
January 15, 2018, 03:09:37 PM
#5
I'm running linux mint as well and get this error when starting armory from the command line.

** (python2:4164): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-JurodTQnDt: Connection refused
/home/compuls1v3
Illegal instruction
Pages:
Jump to: