Author

Topic: About Armory and the blockchain (Read 623 times)

legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 22, 2018, 07:56:43 PM
#51
YES!!

I love it when it works   Smiley
jr. member
Activity: 99
Merit: 4
February 22, 2018, 03:17:08 PM
#50
That did the trick! It now tells me being online. Thank you so much, helping me out with it. This adresses to all of you. Smiley
HCP
legendary
Activity: 2086
Merit: 4363
February 21, 2018, 03:02:26 PM
#49
Looking at your log file, it appears that you have reverted to an older version of ArmoryQT? "0.96.3" I'm not sure if that is causing the current issue... but I would suggest you go here: https://github.com/goatpig/BitcoinArmory/releases/ and download the "0.96.4 RC3" release, somewhat confusingly numbered "0.96.3.992".

The "standalone" version is named: armory_0.96.3.992_win64.zip (https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.3.992/armory_0.96.3.992_win64.zip)


I really don't understand why, after the app has clearly been invoked with --satoshi-datadir, and it even says "Satoshi BTC directory : H:\Blockchain", it is looking in the default location. I *suspect* this might be an issue with the older version. Try doing the same thing with the latest version and lets see what errors we get in your armorylog.txt
jr. member
Activity: 99
Merit: 4
February 21, 2018, 01:11:02 PM
#48
I welcome your step-by-step help. Smiley

https://pastebin.com/mqwVWEpv

Code:
2018-02-21 18:23:20 (ERROR) -- BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
I suppose this line is the problem, but I'm not sure what it means and what I have to do.
HCP
legendary
Activity: 2086
Merit: 4363
February 20, 2018, 08:02:04 PM
#47
Ok, so now that Bitcoin Core is running... and you've attempted to connect Armory to it, can you please post the current armorylog.txt file using pastebin.

We should now be able to get a better idea of why Armory is not connecting and make sure that it is looking in the right place for your blockchain data! Wink
jr. member
Activity: 99
Merit: 4
February 20, 2018, 06:43:05 PM
#46
Code:
server=1
listen=1
Nice idea. If I do this and restart Bitcoin Core, it prompts me for letting bitcoinqt pass through my firewall which I allow. Armory still is offline. Sad
HCP
legendary
Activity: 2086
Merit: 4363
February 20, 2018, 12:36:27 PM
#45
Windows 10 right? I'm fairly confident that you will never get "online" until you add the following lines to your "bitcoin.conf" (should be in H:\Blockchain):
Code:
server=1
listen=1
No matter what I do, without listen=1, Armory will not show "online"... or it will show "online" but will not pickup new blocks... Undecided


Anyway, an armoryqt.conf file in "C:\Users\YOURUSERNAME\AppData\Roaming\Armory" (assuming you left the Armory datadir as default) with:
Code:
satoshi-datadir="H:\Blockchain"
Should work nicely...

You'll also want to make sure that you're not running Armory from a shortcut that contains any command line arguments, otherwise they will override the values in the armoryqt.conf file.

And, I'd recommend removing the armorylog.txt and dbLog.txt files from "C:\Users\YOURUSERNAME\AppData\Roaming\Armory", so that the ones being created are nice and fresh and will make troubleshooting easier Smiley

legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 20, 2018, 11:01:27 AM
#44
it will use your existing wallets if it finds them, or prompt you to import them if it does not
jr. member
Activity: 99
Merit: 4
February 20, 2018, 08:01:45 AM
#43

As already stated, the (custom) directory is "H:\Blockchain". (I simplified it due to recommendations of this thread. It's no longer "H:\Blockchain Core")
As already stated, Armory tells me being offline whether specifing the mentioned directory by the armoryqt.conf file or not. (Of cause whether H:\Blockchain Core nor H:\Blockchain worked.)
I'll give it one last try, installing the install versions of both Bitcoin Core and Armory.

Tell me one thing: Do I have to create a wallet before Armory tells me being online?
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 19, 2018, 09:57:05 PM
#42
^^ this
HCP
legendary
Activity: 2086
Merit: 4363
February 19, 2018, 06:59:26 PM
#41
BitcoinCore does find the blockchain in its custom location, but obviously Armor does not. I don't know why.
Because you have Bitcoin Core setup with it's data directory in a "custom" location... and have not told Armory (correctly) where that location is.

Can you please start Bitcoin Core, goto: "Help -> Debug Window -> Information" and tell us what the value of "Datadir" is:



That is the ACTUAL data directory that your instance of Bitcoin Core is currently using and is the path that needs to be added to your armoryqt.conf file


Also, I noticed that you have mentioned that you're using the "portable" version of both Armory and Bitcoin Core... however, they are not really "portable" (as they don't create data directories in the location they are run from)... instead they are probably better considered to be "standalone". They don't use an installer etc and you can just put them anywhere and run them, but due to the way these applications work, they will setup their data directories in "default" locations... like C:\Users\USERNAME\AppData\Roaming\Bitcoin and C:\Users\USERNAME\AppData\Armory, unless otherwise specified. I suspect this might be causing some issues with getting your .conf file read by Armory.
jr. member
Activity: 99
Merit: 4
February 19, 2018, 08:37:53 AM
#40
Sure, you didn't say "delete it". But it seemed to me that the specifications within armoryqt.conf don't have any effect, that's why I deleted the file completely (as it doesn't exist by default). Of cause, I tried your suggestions (without success). Wink

Ther is a bitcoin.conf file in the directory of the blockchain that I did not create by myself. It is empty. Maybe it is there by default.

BitcoinCore does find the blockchain in its custom location, but obviously Armor does not. I don't know why.

I specified the directory of the blockchain for BitcoinCore via its graphical user interface. Unfortunately this works for BitcoinCore only.
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 18, 2018, 02:05:54 PM
#39
ffs dude, where did he say to DELETE the .conf file?

that's not going to work

Code:
satoshi-datadir=D:\Blockchain
legendary
Activity: 1120
Merit: 1012
February 18, 2018, 12:37:11 PM
#38
Thank you for your detailed notes.

I changed the name from "Blockchain Core" to "Blockchain" instead of "Bitcoin".
I deleted the "armoryqt.conf".
I left "bitcoin.conf" being on its defaults.

Nothing changed. I tried variants with checking the "let armory ..." option, with unchecking it and both, using the "home dir" entry and not using it (leaving it empty).

Nothing worked.

I'm giving it up, now. I definitly am done with Armory.

I didn't say delete armoyqt.conf...

Armory needs to know where the block chain is.

I said that you don't need to point to default locations in the config. You do, however, need to point to the custom locations (such as your block chain) in the conifig....

You "left bitcoin.conf on it's defaults"? What is that? By default there is no bitcoin.conf afaik. If you have your block chain in a custom location, it not default.

It seems to me that you have pathing issues, but I can't explain it any clearer than my previous attempt.
jr. member
Activity: 99
Merit: 4
February 18, 2018, 11:14:05 AM
#37
Thank you for your detailed notes.

I changed the name from "Blockchain Core" to "Blockchain" instead of "Bitcoin".
I deleted the "armoryqt.conf".
I left "bitcoin.conf" being on its defaults.

Nothing changed. I tried variants with checking the "let armory ..." option, with unchecking it and both, using the "home dir" entry and not using it (leaving it empty).

Nothing worked.

I'm giving it up, now. I definitly am done with Armory.
legendary
Activity: 1120
Merit: 1012
February 17, 2018, 12:41:33 PM
#36
pretty sure "Bitcoin Install Dir" should be C:\Program Files\Bitcoin
Pretty sure it has to be a custom directory since I'm using the portable version of Bitcoin Core. I thought it has to be the directory where Armory can be found. Now I know it has to point to the Bitcoin Core directory, but it is obsolet because you wrote that I should deactivate the "Let armory run ..." option. Now I use the armoryqt.conf file as suggested by you:

Code:
satoshi-datadir="H:\Blockchain Core"
datadir="C:\Users\Andreas\AppData\Roaming\Armory"

Alan's autobitcoind is the devil.

If Armory isn't controlling Bitcoin Core, ignore "bitcoin install directory". Pretend you've never heard that term.

You certainly do not need to use custom directories with the portable versions of either Bitcoin Core or Armory. Where did you get this idea?

Unless absolutely necessary, leave everything in it's default location.

You don't need to point to default locations in a config file (as you've done above). The amount of data Armory requires should fit in the default location, there really isn't any reason to use a custom path.

If you use a custom path for the block chain, make sure that path matches in both Bitcoin Core and Armory.

Keep paths simple. "Blockchain Core" is the name of the folder where you keep the block chain? Just call it "Bitcoin" for the love of all things holy. Why are you using quotes, they aren't necessary (if you don't use spaces in your folder name, which you shouldn't).

Here is an example of my exact config files.

bitcoin.conf

Code:
disablewallet=1
server=1
listen=1
assumevalid=0
addnode=127.0.0.1
datadir=D:\Bitcoin

As you can see, I've relocated the block chain data to my D drive. Now, I have to tell Armory where that data is located.

armoryqt.conf

Code:
satoshi-datadir=D:\Bitcoin

The D drive on my computer has one folder in it called "Bitcoin".

This setup works every time, without fail, on a clean Windows 10. I start Bitcoin Core (from a folder on my desktop, never installed). I wait for it to finish syncing, then I start Armory (from a folder on my desktop, never installed). If I want to use an existing wallet, I copy that to the Armory folder before the initial start up.

If I were you, I would:

1. Delete the contents of the Armory folder in C:\Users\username\AppData\Roaming except for the wallet files.

1. Copy my config files into the appropriate folders.
            
            bitcoin.conf goes into C:\Users\username\AppData\Roaming\Bitcoin

            armoryqt.conf goes into C:\Users\username\AppData\Roaming\Armory

2. Modify the config files with your specific locations. Keep it as simple as you can (like mine).

Hopefully this shines some light on pathing. Either do as suggested or modify your current setup with the above in mind. If this doesn't work, I would delete your block chain and start from scratch.
jr. member
Activity: 99
Merit: 4
February 17, 2018, 04:49:38 AM
#35
First of all, thank you for all of your responses!

pretty sure "Bitcoin Install Dir" should be C:\Program Files\Bitcoin
Pretty sure it has to be a custom directory since I'm using the portable version of Bitcoin Core. I thought it has to be the directory where Armory can be found. Now I know it has to point to the Bitcoin Core directory, but it is obsolet because you wrote that I should deactivate the "Let armory run ..." option. Now I use the armoryqt.conf file as suggested by you:

Code:
satoshi-datadir="H:\Blockchain Core"
datadir="C:\Users\Andreas\AppData\Roaming\Armory"
This is how Armory looks like, now (still offline Sad):


This is the armory settings dialog as it looks now:


sr. member
Activity: 525
Merit: 282
February 16, 2018, 10:27:29 PM
#34
So more accurately it might be

Code:
datadir="drive letter where you installed armory:\armory
?

I know mine is D:\armory, I did not remember if I chose that specifically or not...I guess not.

It depends. The default path is where it goes for most people. (On Windows, I believe C:\Users\*USERNAME-GOES-HERE*\AppData\Roaming\Armory is the location. Some people are moving their data around due to storage issues, though That's fine so long as they make sure to point Armory in the correct directions upon startup.
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 16, 2018, 06:15:43 PM
#33
So more accurately it might be

Code:
datadir="drive letter where you installed armory:\armory
?

I know mine is D:\armory, I did not remember if I chose that specifically or not...I guess not.
sr. member
Activity: 525
Merit: 282
February 16, 2018, 05:10:02 PM
#32
Code:
datadir="path to wherever you want armory to store its database"

One subtle but important note: datadir is actually where Armory data, such as config files and wallets, are found. By default, within that directory is a "databases" subfolder, which is where the Armory DB will be found. As written, I don't think it's easy to override the DB location. ArmoryDB can override this setting in armorydb.conf with the "dbdir" setting, as seen here. However, command line invocations, such as the one Armory uses, override whatever's in the config. So, Armory users would have to alter the code to either not use dbdir in the command line invocation, or alter it to use whatever it is they really want.

(All this will be placed in an ArmoryDB README. Pinky swear. It's almost done. I've just been distracted by more pressing matters.)
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 16, 2018, 11:36:10 AM
#31
pretty sure "Bitcoin Install Dir" should be C:\Program Files\Bitcoin


or, as droark suggested, navigate to C:\users\Andreas\AppData\Roaming\Armory and create a file "armoryqt.conf" containing the lines

Code:
satoshi-datadir="H:\Blockchain Core"

datadir="path to wherever you want armory to store its database"
(be sure to pay attention when saving it and not save it as armoryqt.conf.txt like I did)  Tongue

and then uncheck that box "let armory etc."
sr. member
Activity: 525
Merit: 282
February 16, 2018, 10:59:22 AM
#30
Bitcoin Install Dir is wrong but you should turn off Armory's management of Core anyway and run Core manually. If you have armoryqt.conf and it's working properly, that should do the trick.
jr. member
Activity: 99
Merit: 4
February 16, 2018, 07:25:04 AM
#29
As you can see, Armory is running but is actually doing nothing. If I try to close Armory, Windows tells me it crashed:


I found out a way to avoid this behavior: when this message appears:


... do nothing, until the next message appears:


Armory is displaying your balance then and doesn't crash when you quit. It is stille telling you beeing offline. Although I tried all 4 possible configurations:
First, leaving both fields empty:


Second, leaving only the "Bitcoin Homedir" empty:


Third, leaving only the "Bitcoin Installdir" empty:


Fourth, leaving none empty:


In any case Armory tells you beeing offline.

I don't know what to do. Sad
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 10, 2018, 05:32:58 PM
#28
dude...I know

deep breaths man
jr. member
Activity: 99
Merit: 4
February 10, 2018, 05:18:42 PM
#27
Why must it be that fucking complicated?!
jr. member
Activity: 99
Merit: 4
February 09, 2018, 06:15:22 AM
#26
Now I see what you mean by "downgrade". I started Armory via a link pointing to the old directory. Therefore, the log displayed different version numbers. I have corrected that now.

At the moment I start Armory (now the shortcut points to the right file) via a shortcut without any parameters. I tried it with the parameter --satoshi-datadir = "G:\Blockchain Core". Previously, this provoked an error message, but last, it simply had no effect (without displaying an error message).

Therefore, I have now tried to set the blockchain directory via the Armory configuration file. I saved the line:
Code:
satoshi-datadir="G:\Blockchain Core"
in the file "armoryqt.conf" which I saved in the default configuration directory of Armory:
Code:
~/Armory
This too had no effect.

I would like to start Armory via a shortcut without any parameters and save the parameters in a configuration file instead. As I read here, you can do that with the file "armoryqt.conf". But since the file does not exist by default, I'm not sure what it has to look like and where to store it.

I would also like to change the database directory of Armory too and would like to know if I also have to create/change the configuration file "armorydb.conf" and how it should look like. (It's a pitty that the information of the above link are very confusing me.)

Do you need the new "armorylog.txt"?
sr. member
Activity: 525
Merit: 282
February 08, 2018, 12:11:18 PM
#25
I don't downgrade anything!

The log starts at v0.96.3 and then reverts to v0.96. If you really have upgraded, you're sending the wrong log somehow.

Quote
I didn't check the checkbox "Let Armory run Bitcoin Core/bitcoind in the background". So why Armory is looking for the blockchain in "G:\Blockchain"?!

How exactly are you actually invoking Armory?
jr. member
Activity: 99
Merit: 4
February 08, 2018, 07:45:18 AM
#24
I don't downgrade anything!

I didn't check the checkbox "Let Armory run Bitcoin Core/bitcoind in the background". So why Armory is looking for the blockchain in "G:\Blockchain"?!
legendary
Activity: 3794
Merit: 1375
Armory Developer
February 07, 2018, 01:38:22 PM
#23
1) Don't downgrade. Upgrade.

2)  G:\Blockchain. This folder either does not exists, or you have not given your user account the privileges to read/write in it.
jr. member
Activity: 99
Merit: 4
February 07, 2018, 12:18:11 PM
#22
You can view the full armorylog.txt here: https://pastebin.com/R60JDX0s
legendary
Activity: 3794
Merit: 1375
Armory Developer
February 06, 2018, 09:30:21 AM
#21
Post the full armorylog.txt
jr. member
Activity: 99
Merit: 4
February 06, 2018, 03:37:02 AM
#20
Do you mean this file:
Code:
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) qtdialogs.pyc:3561 - User did not accept the EULA
(WARNING) ArmoryQt.py:262 - Armory startup was aborted.  Closing.
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) qtdialogs.pyc:3561 - User did not accept the EULA
(WARNING) ArmoryQt.py:262 - Armory startup was aborted.  Closing.
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 188, in setupSDM
BitcoindError: bitcoind not found
(WARNING) SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --datadir="C:\Users\Andreas\AppData\Roaming\Armory\" --dbdir="C:\Users\Andreas\AppData\Roaming\Armory\databases"
(ERROR) BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 188, in setupSDM
BitcoindError: bitcoind not found
(ERROR) BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 188, in setupSDM
BitcoindError: bitcoind not found
(ERROR) BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(ERROR) ArmoryQt.py:5951 - Socket already in use.  Sent CLI args to existing proc.
(ERROR) ArmoryQt.py:5952 - Exiting...
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:439 - Spawning bitcoind with command: C:\Andreas\Programme\bitcoin-0.15.0\bin\bitcoind.exe -datadir=G:\Blockchain -dbcache=1000
(ERROR) BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:439 - Spawning bitcoind with command: C:\Andreas\Programme\bitcoin-0.15.0\bin\bitcoind.exe -datadir=G:\Blockchain -dbcache=1000
(ERROR) BDM.pyc:199 - DB error: C:\Users\Andreas\AppData\Roaming/Bitcoin/blocks is not a valid path
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:439 - Spawning bitcoind with command: C:\Andreas\Programme\bitcoin-0.15.0\bin\bitcoind.exe -datadir=G:\Blockchain -dbcache=1000
(WARNING) SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="G:\Blockchain\blocks" --datadir="C:\Users\Andreas\AppData\Roaming\Armory\" --dbdir="C:\Users\Andreas\AppData\Roaming\Armory\databases"
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:439 - Spawning bitcoind with command: C:\Andreas\Programme\bitcoin-0.15.0\bin\bitcoind.exe -datadir=G:\Blockchain -dbcache=1000
(WARNING) SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="G:\Blockchain\blocks" --datadir="C:\Users\Andreas\AppData\Roaming\Armory\" --dbdir="C:\Users\Andreas\AppData\Roaming\Armory\databases"
(ERROR) ArmoryUtils.pyc:3716 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:439 - Spawning bitcoind with command: C:\Andreas\Programme\bitcoin-0.15.0\bin\bitcoind.exe -datadir=G:\Blockchain -dbcache=1000
(WARNING) SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="G:\Blockchain\blocks" --datadir="C:\Users\Andreas\AppData\Roaming\Armory\" --dbdir="C:\Users\Andreas\AppData\Roaming\Armory\databases"
(ERROR) ArmoryQt.py:1198 - 3 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.

I'm confused
I use the "portable" version that comes with the zip file.
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
February 05, 2018, 08:57:55 PM
#19
Bitcoin Core (not installed) tells me "blockchain load complete".

I'm confused
sr. member
Activity: 525
Merit: 282
February 05, 2018, 07:16:58 PM
#18
Are you absolutely sure you're invoking satoshi-datadir correctly and pointing it to the correct location? Can you please post your logs?
jr. member
Activity: 99
Merit: 4
February 05, 2018, 06:25:17 PM
#17
No matter what I do, Armory keeps saying he couldn't spawn the DB. The error log says absolutely nothing. Keeps Armory looking for the blockchain in the wrong directory? Why? "satoshi-datadir" does also not work, although Bitcoin Core (not installed) tells me "blockchain load complete".
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
January 23, 2018, 12:30:16 PM
#16
Does it matter whether Bitcoin Core is running or not while Armory runs? The blockchain would not become updated if not.

the recommended method is to uncheck "Let Armory run Bitcoin Core/bitcoind in the background" under file/settings and then have core running and synced when you launch Armory.
jr. member
Activity: 99
Merit: 4
January 23, 2018, 08:25:00 AM
#15
Does it matter whether Bitcoin Core is running or not while Armory runs? The blockchain would not become updated if not.
legendary
Activity: 1120
Merit: 1012
January 21, 2018, 04:39:33 PM
#14
The problem is: I don't really know, what matters, so I'm unable to give any more specific information. No, I'm on a Windows machine and I'm using the portable versions of both of them, Bitcoin Core and Bitcoin Armory.

I have something in mind, getting a sample configuration, step by step, in text form, how to set up the environment not using the default data locations, becaus due to having a small SSD running in my machine, using the default locations is not an option for me. I have to put them on an external drive.

Run Bitcoin Core manually and Armory doesn't need to know where the "Bitcoin install directory" is, only where the block chain data is located.

Start Bitcoin Core, let it sync fully, then start Armory. Pretty easy.

Use a config file in the Armory folder (armoryqt.conf) to specify where your block chain is located. Example: satoshi-datadir=D:\Bitcoin

Put the Armory database in the same place if you want. Example: dbdir=D:\Armory
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
January 21, 2018, 03:01:16 PM
#13
due to having a small SSD running in my machine, using the default locations is not an option for me. I have to put them on an external drive.

This is a very common problem and one, in my opinion, Core could have made easier to manage.  Who, in this day and age, loads their C: with untold GB of application data??  I share your frustration with that.

You have probably seen it but here is a primer on getting the big folder off your SSD.

https://bitzuma.com/posts/moving-the-bitcoin-core-data-directory/
jr. member
Activity: 99
Merit: 4
January 21, 2018, 02:51:10 PM
#12
The problem is: I don't really know, what matters, so I'm unable to give any more specific information. No, I'm on a Windows machine and I'm using the portable versions of both of them, Bitcoin Core and Bitcoin Armory.

I have something in mind, getting a sample configuration, step by step, in text form, how to set up the environment not using the default data locations, becaus due to having a small SSD running in my machine, using the default locations is not an option for me. I have to put them on an external drive.
member
Activity: 270
Merit: 36
January 21, 2018, 11:32:51 AM
#11
This ressource says nothinng about the "Bitcoin Install Dir" option within Armory. What exactly, do I have to enter into the field (in order to use bitcoind)?
Install dir is the directory that has bitcoin-qt.exe inside it. I'm getting the impression you are on linux, though?
Blank should find it if installed properly, but yeah bitcoin-qt and bitcoind are in bin on linux.
We can't give you an exact path because setups vary, dude, and you aren't giving us much info here about yours.
jr. member
Activity: 99
Merit: 4
January 21, 2018, 08:09:37 AM
#10
This ressource says nothinng about the "Bitcoin Install Dir" option within Armory. What exactly, do I have to enter into the field (in order to use bitcoind)?
legendary
Activity: 3374
Merit: 4738
diamond-handed zealot
January 20, 2018, 04:46:42 PM
#9
https://btcarmory.com/docs/pathing

covers pathing for Armory pretty well
jr. member
Activity: 99
Merit: 4
January 20, 2018, 02:49:38 PM
#8
I referred to the "Bitcoin Install Dir". Do I have to enter the "bin" or the "home" directory (from Bitcoin Core)?
legendary
Activity: 1120
Merit: 1012
January 20, 2018, 01:43:07 PM
#7
Should I enter the Bitcoin directory or the bin directory (which contains the executables)?

Bitcoin folder. Standard location is C:\Users\username\AppData\Roaming\Bitcoin
jr. member
Activity: 99
Merit: 4
January 20, 2018, 01:09:37 PM
#6
Should I enter the Bitcoin directory or the bin directory (which contains the executables)?
sr. member
Activity: 525
Merit: 282
January 17, 2018, 01:42:39 PM
#5
What do I have to enter into the "Bitcoin Home Dir", the same directory which contains the blockchain I downloadad via Bitcoin Core (in case Bitcoin Core does not use the standard directory)?

Only if you're installing the blockchain in a non-standard location. If you don't mess with that, Armory will find the blockchain automatically.
legendary
Activity: 1120
Merit: 1012
January 17, 2018, 01:39:44 PM
#4
What do I have to enter into the "Bitcoin Home Dir", the same directory which contains the blockchain I downloadad via Bitcoin Core (in case Bitcoin Core does not use the standard directory)?

Some users choose to install the block chain in non-standard locations and must provide Armory with a way to find that data so that it may function.
jr. member
Activity: 99
Merit: 4
January 17, 2018, 01:06:22 PM
#3
What do I have to enter into the "Bitcoin Home Dir", the same directory which contains the blockchain I downloadad via Bitcoin Core (in case Bitcoin Core does not use the standard directory)?
legendary
Activity: 1120
Merit: 1012
January 16, 2018, 10:55:45 AM
#2
Nope. You need a local copy of the block chain.
jr. member
Activity: 99
Merit: 4
January 16, 2018, 08:17:40 AM
#1
Is this correct: In order to use Bitcoin Armory I need the Bitcoin Core application but I don't need to download the whole blockchain, cause Armory connects to any external blockchain.
Jump to: