Bitcoin Forum
September 27, 2025, 11:43:16 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Armory / Re: Armory startup password on: January 06, 2018, 08:41:55 PM
Ok, thanks. So because it's encrypted I am safe. Is someone does gain access to the client and try and send they will be prompted for it Smiley Thanks for clearing that up for me.
2  Bitcoin / Armory / Armory startup password on: January 06, 2018, 08:00:50 PM
I am probably missing it somewhere but is it possible to password protect Armory on startup. I have got my paper backup but the client on running on my laptop does not have any password on it, which would be nice.

I am using version 0.96.3
3  Bitcoin / Armory / [Solved] Re: BDM Error all the time on: September 15, 2017, 11:24:26 PM
Thanks, the following did it Smiley

Code:
sudo ln -s /usr/bin/lrelease-qt4 /usr/bin/lrelease
4  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 08:43:42 PM
For lrelease I get "command not found" but lrelease-qt4 runs

I am new at some of this so this might be a silly questions. Is it possible to create a link so that when lrelease is called, lrelease-qt4 runs of won't that work anyway?
5  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 08:15:51 PM
Quote
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking python module: psutil... yes
AX_SWIG_PYTHON_CPPFLAGS: -I/usr/include/python2.7
checking for pyrcc4... yes
checking for lrelease... no
configure: error: missing lrelease in path, make sure qt4-linguist-tools is installed

I have also tried after changing my path as follows
Code:
export PATH=$PATH:/usr/lib/qt4/bin/
6  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 07:43:16 AM
Is this what you mean?

Code:
AC_CHECK_PROG([HAVE_LRELEASE], [lrelease-qt4], [yes], [no])

I tried the above but that did not help
7  Bitcoin / Armory / Re: BDM Error all the time on: September 14, 2017, 05:36:21 PM
Sorry not sure how to do that. Could you give me some pointers?

You have to symlink lrelease-qt4 to lrelease for it to work on Fedora.

I have the following files
Code:
/usr/bin/lrelease-qt4
/usr/lib64/qt4/bin/lrelease
/usr/lib64/qt4/bin/lrelease-qt4

I tried the following
Code:
sudo ln -s /usr/bin/lrelease-qt4 lrelease

but that did not seem to work,

Thanks
8  Bitcoin / Armory / Re: BDM Error all the time on: September 14, 2017, 08:50:48 AM
Yes, already have those
Quote
Package qt-devel-1:4.8.7-28.fc26.x86_64 is already installed, skipping.
Package qt-doc-1:4.8.7-28.fc26.noarch is already installed, skipping.
Package qt-creator-4.2.2-6.fc26.x86_64 is already installed, skipping.
Dependencies resolved.
9  Bitcoin / Armory / Re: BDM Error all the time on: September 14, 2017, 07:31:32 AM
I am now trying to install Armory on Fedora. Not sure how I got it to work last time but now when I run ./configure it goes through the process and then returns

Quote
checking for pyrcc4... yes
checking for lrelease... no
configure: error: missing lrelease in path, make sure qt4-linguist-tools is installed

I do have installed qt-devel but this does not seem to help.
10  Bitcoin / Armory / BDM Error all the time on: September 13, 2017, 06:02:01 PM
I keep getting the following error:  BDM Error! The scanng process interrupted unexpectedly. Armory will now shutdown, If the error persists, you will have to rebuild and rescan your database etc. When I then start I am forced to rebuild and scan the database which takes more than a day.

I am using Armory 0.93.3

Kind regards

11  Bitcoin / Armory / Re: Armory offline with Preparong Databases on: September 07, 2017, 06:27:04 AM
Hi

I have reinstalled my whole system, using Ubuntu 16.04 and Armory 0.96.3

I download the whole blockchain via bitcoin core

I have been running Armory now for over 24 hours and this is what I see



Is it still syncing or will it only change once I have purchased some Bitcoins?

Please see my log file here https://drive.google.com/open?id=0BzcSBheaoda7NFNjU1V5X0tOek0
12  Bitcoin / Armory / Re: Armory offline with Preparong Databases on: September 03, 2017, 06:09:13 PM
Just before I do,does the log indicate an error and why should it be necessary to upgrade?
13  Bitcoin / Armory / Armory offline with Preparong Databases on: September 03, 2017, 08:29:58 AM
Hi I am sure that my wallet reflected online at some point but then I might not be remembering correctly. I had run Bitcoin Core and the blockchain was updated. I therefore did not think Armory would take this long to Prepare DB and scan History.

I am guessing that it is offline because it's preparing the Databases but should it be taking this long?

Please see log file here: http://jmp.sh/0KS7lfL
 
14  Bitcoin / Armory / Resolved: Re: Installing Armory 0.96 for offline wallet - Tag 'v0.96' not found on: September 02, 2017, 08:56:40 PM
The patient folk in on https://webchat.freenode.net/?channels=bitcoin-armory helped me come right.

Jumped to the heading "Ubuntu Build Instructions" in the build docs and was able to proceed.
15  Bitcoin / Armory / Resolved: Installing Armory 0.96 for offline wallet - Tag 'v0.96' not found on: September 01, 2017, 11:52:52 PM
I am installing Armory as follows: https://btcarmory.com/docs/building/ but when I try and use

Code:
git tab -v v0.96 

I get

Quote
error: tag 'v0.96' not found.

I got it installed using v0.93 but I now want it the same version as my online wallet (which I don't wish to downgrade).

I have also tried using
Code:
gpg --recv-keys --keyserver keyserver.ubuntu.com 0x98832223
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!