Pages:
Author

Topic: Armory - Discussion Thread - page 5. (Read 521693 times)

legendary
Activity: 1232
Merit: 1084
July 12, 2015, 07:15:07 PM
Anyone tried yet is Armory compatible with the 0.11 core with pruned blockchain?

Do they claim it works?  In theory, it might work.

You would have to sync first with pruning disabled and then run Armory until it is up to date.

After that pruning should be OK, unless Armory falls far enough behind.
hero member
Activity: 966
Merit: 1003
July 12, 2015, 04:33:19 PM
Anyone tried yet is Armory compatible with the 0.11 core with pruned blockchain?
legendary
Activity: 2126
Merit: 1001
July 09, 2015, 06:49:23 AM
Okay I am a newbie when it comes to armory.

 I have a pc with an intel 4570t cpu

2 sticks of 8gb ram

a 250 gb samsung ssd


it is a new build from old parts.

it has windows 7 ultimate 64 not 32

So what armory is best to load to this.

92 ?

and where is the link? on the site below


https://bitcoinarmory.com/


so I have been looking at the site a bit.  and I want the windows 7 pc mentioned above to be the offline pc.

I can use a second windows 7 pc as a partner online pc….  it has windows 7 home  as the os.  I also have a mac mini with 10.10.3 os  could this works as the online pc with the windows 7 offline pc?

There is never a reason to install an outdated Armory or Bitcoin-core version.
With a 32 bit operating system, the most recent Armory won't work. In that case, better upgrade to 64 bit instead! :-)

Ente
legendary
Activity: 4172
Merit: 8075
'The right to privacy matters'
June 25, 2015, 01:38:30 PM
You can download latest version, 0.93.2 by clicking https://s3.amazonaws.com/bitcoinarmory-releases/armory_0.93.2_winAll.exe. You can get the link to download latest stable version by going to https://bitcoinarmory.com/download/#tab-stable. Download and install it. You will need Bitcoin core with Armory if you are using it as hot wallet or watch-only wallet.

If you want to use Armory as offline wallet, don't connect to Internet and you don't want to install Bitcoin core for it.[/img]




thanks I will give this a try.
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
June 25, 2015, 11:50:02 AM
You can download latest version, 0.93.2 by clicking https://s3.amazonaws.com/bitcoinarmory-releases/armory_0.93.2_winAll.exe. You can get the link to download latest stable version by going to https://bitcoinarmory.com/download/#tab-stable. Download and install it. You will need Bitcoin core with Armory if you are using it as hot wallet or watch-only wallet. If you want to use Armory as offline wallet, don't connect to Internet and you don't want to install Bitcoin core for it.
legendary
Activity: 4172
Merit: 8075
'The right to privacy matters'
June 25, 2015, 08:20:23 AM
Okay I am a newbie when it comes to armory.

 I have a pc with an intel 4570t cpu

2 sticks of 8gb ram

a 250 gb samsung ssd


it is a new build from old parts.

it has windows 7 ultimate 64 not 32

So what armory is best to load to this.

92 ?

and where is the link? on the site below


https://bitcoinarmory.com/


so I have been looking at the site a bit.  and I want the windows 7 pc mentioned above to be the offline pc.

I can use a second windows 7 pc as a partner online pc….  it has windows 7 home  as the os.  I also have a mac mini with 10.10.3 os  could this works as the online pc with the windows 7 offline pc?
legendary
Activity: 868
Merit: 1004
June 21, 2015, 06:33:42 PM
Hi, what files do I need to copy if I want to backup the blockchain and my wallet to copy paste into another computer so I don't need to download the whole thing? do I just copy the entire Armory folder in %appdata% just to be safe? thats what I do with Core.
newbie
Activity: 29
Merit: 0
June 21, 2015, 05:35:43 PM
I was using teamviewer on another machine to move some wallets from a laptop to a beefier machine when I lost access to the machine. After having it rebooted now armory loads but bitcoind crashes right away:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   bitcoind.exe
  Application Version:   0.10.2.0
  Application Timestamp:   51a93980
  Fault Module Name:   WalletName_1dc2
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   00000000
  Exception Code:   c0000005
  Exception Offset:   0000000000000000
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:   2057
  Additional Information 1:   1dc2
  Additional Information 2:   1dc22fb1de37d348f27e54dbb5278e7d
  Additional Information 3:   eae3
  Additional Information 4:   eae36a4b5ffb27c9d33117f4125a75c2

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt



Any ideas?
sr. member
Activity: 255
Merit: 250
Senior Developer - Armory
June 19, 2015, 11:19:04 AM
It looks like you're building using GCC 5.1, am I correct?
Yes 5.1.0

Thanks for confirming. Obviously, GCC 5 will work with Armory eventually, and I'd be happy to look at any patches that get submitted. It's just not a top priority at the moment.

Quote
Ok. I'll try with
Code:
clang version 3.6.0 (tags/RELEASE_360/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
to see the different diagnostic output, maybe an extra hint or two.

I think Clang 3.6 will work fine. Haven't tried it myself but that's what OS X 10.10 uses (or some kind of variation), and compiling Armory over there is fine. There are some warnings that haven't been fixed yet, unfortunately. :/ I'd like to see clean code myself and will keep pushing to get our codebase cleaned up sooner rather than later.
sr. member
Activity: 257
Merit: 250
June 19, 2015, 02:31:16 AM
It looks like you're building using GCC 5.1, am I correct?
Yes 5.1.0

Armory isn't ready yet, at least when I used an experimental version under Ubuntu 15.04. (In fact, I'm surprised it compiled for you! The Crypto++ code triggered compile errors.) AFAIK, 15.10 will ship with GCC 5.2 when it comes out. That's probably when we'll make sure Armory plays nice with GCC 5.
Ok. I'll try with
Code:
clang version 3.6.0 (tags/RELEASE_360/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
to see the different diagnostic output, maybe an extra hint or two.
Cheers for the feedback man.

Armory in KDE Plasma 5
https://clbin.com/1U14ia.png
sr. member
Activity: 255
Merit: 250
Senior Developer - Armory
June 18, 2015, 05:04:07 PM
Probably, not possibly uninteresting but here is the buildlog http://dpaste.com/158KN1Q

It looks like you're building using GCC 5.1, am I correct? If so, Armory isn't ready yet, at least when I used an experimental version under Ubuntu 15.04. (In fact, I'm surprised it compiled for you! The Crypto++ code triggered compile errors.) AFAIK, 15.10 will ship with GCC 5.2 when it comes out. That's probably when we'll make sure Armory plays nice with GCC 5.
sr. member
Activity: 257
Merit: 250
June 18, 2015, 07:46:17 AM
Ah your on Ubuntu, so I guess you created a deb, to make dpkg and the package manager
aware of it - which should of set everything up. Not sure why its not working then.

Armory looks cool. Might try and get this running in KDE Plasma 5.
hmm,  getting a few compiler warnings here.

Probably, not possibly uninteresting but here is the buildlog http://dpaste.com/158KN1Q
sr. member
Activity: 257
Merit: 250
June 18, 2015, 04:38:01 AM
for Bitcoin-Core you can do;
Code:
install -Dm644 bitcoin/share/pixmaps/bitcoin128.png ${DEST}/usr/share/pixmaps
install -Dm644 bitcoin/contrib/debian/bitcoin-qt.desktop ${DEST}/usr/share/applications/bitcoin.desktop
then update your desktop database with a trigger like this.
Code:
[ -x /usr/bin/update-desktop-database ] && echo "Processing triggers for desktop-file-utils" && /usr/bin/update-desktop-database

Something similar should work for Armory.

Updated Thu Jun 18 20:29:47 ACST 2015

Sorry man I've just had a look at the Makefile, make install looks like it already sets everything up
it uses rsync to mv the img directory to ${DESTDIR}/${PREFIX}/lib/armory but im not sure if that
includes an icon that shows up in your desktop launchbar - is that what you
want or ...
legendary
Activity: 1764
Merit: 1002
June 15, 2015, 05:28:07 PM
where is the Armory logo icon file stored and what is it's name?

Probably depends on the OS (?). Some search terms can be found here: https://github.com/etotheipi/BitcoinArmory/tree/master/img

why won't the logo appear on my Armory.desktop launcher in Ubuntu?

in the desktop file i inserted:

Icon=BitcoinArmory/img/armory_logo.ico
legendary
Activity: 1764
Merit: 1002
June 14, 2015, 11:42:47 PM
where is the Armory logo icon file stored and what is it's name?

Probably depends on the OS (?). Some search terms can be found here: https://github.com/etotheipi/BitcoinArmory/tree/master/img

thank you!
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
June 14, 2015, 11:11:13 PM
where is the Armory logo icon file stored and what is it's name?

Probably depends on the OS (?). Some search terms can be found here: https://github.com/etotheipi/BitcoinArmory/tree/master/img
legendary
Activity: 1764
Merit: 1002
June 14, 2015, 07:47:46 PM
where is the Armory logo icon file stored and what is it's name?
legendary
Activity: 1500
Merit: 1002
Mine Mine Mine
May 31, 2015, 06:47:50 PM
hi guys may i know what is the difference between :

TxOut Script Type:  Standard (P2SH)

&

TxOut Script Type:  Standard (PKH)


i made a payout from my wallet to 2 different btc add but 1 of the Tx Script Type is P2SH & the other is PKH

tia

It's a "nuts & bolts" difference that a vast majority of Bitcoin users need not care about. Armory handles all that behind the scenes unless a user must, for whatever reasons, send coins using P2SH or PKH. If you're still curious, look up scripts and the five "standard" script types.

thx Wink
sr. member
Activity: 255
Merit: 250
Senior Developer - Armory
May 31, 2015, 04:56:37 PM
hi guys may i know what is the difference between :

TxOut Script Type:  Standard (P2SH)

&

TxOut Script Type:  Standard (PKH)


i made a payout from my wallet to 2 different btc add but 1 of the Tx Script Type is P2SH & the other is PKH

tia

It's a "nuts & bolts" difference that a vast majority of Bitcoin users need not care about. Armory handles all that behind the scenes unless a user must, for whatever reasons, send coins using P2SH or PKH. If you're still curious, look up scripts and the five "standard" script types.
legendary
Activity: 1400
Merit: 1009
May 31, 2015, 04:48:19 PM
diff btwn 32 & 44?
BIP32 is a standard for deriving key pairs from seeds.

BIP44 is an application of BIP32 for creating a standard HD wallet structure.
Pages:
Jump to: