Author

Topic: armory (0.96.5) is only offline on my PC (Read 245 times)

HCP
legendary
Activity: 2086
Merit: 4314
November 06, 2019, 12:02:27 PM
#19
Ok, so it's looking in the right places, but I think your "old" Armory database is causing issues. Hence the DB error:
Quote
-ERROR - 09:25:30.422: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:433) DB version mismatch. Use another dbdir!

Once you have Armory started, use the "Help -> Rebuild and Rescan Databases" option. Then restart Armory.
full member
Activity: 180
Merit: 100
November 05, 2019, 07:22:38 AM
#18
Hmmm.... don't know how the transactions got posted.

Just tested a fresh log report and it's the correct log.

https://pastebin.com/QnZSjkGg
HCP
legendary
Activity: 2086
Merit: 4314
November 05, 2019, 12:50:12 AM
#17
Something seems to have gone wrong with the Log URL that you pasted... Undecided

It just seems to be the transaction history? https://pastebin.com/XPZxTNvK  Huh

The conf and commandline arguments look OK (although you only really need one or the other, not both Wink )
full member
Activity: 180
Merit: 100
November 04, 2019, 07:27:17 PM
#16
I've read the pathing info and make changes accordingly.
However, still having pathing problems even when using cli.
I CAN see the wallet, just can't see what's in it and it is still offline.

Armory log.. 
CONFs  [url"> https://pastebin.com/bZsvJ4vd]https://pastebin.com/XPZxTNvK[/url

CONFs  [url] https://pastebin.com/bZsvJ4vd


command line arguments..  https://pastebin.com/3m9NKMEf

HCP
legendary
Activity: 2086
Merit: 4314
November 03, 2019, 11:29:45 PM
#15
You didn't make the changes... you've switched to a completely different version of Armory??!? Huh

As such, it now isn't being invoked with any parameters:
Quote
2019-11-02 21:27:39 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: K:\coins\ArmoryStandalone 0.96.5\ArmoryQt.exe

So now, it is trying to use the default paths for everything:
Quote
2019-11-02 21:27:39 (INFO) -- ArmoryUtils.pyc:1293 -    User home-directory   : C:\Users\ZFarm\AppData\Roaming
2019-11-02 21:27:39 (INFO) -- ArmoryUtils.pyc:1294 -    Satoshi BTC directory : C:\Users\ZFarm\AppData\Roaming\Bitcoin
2019-11-02 21:27:39 (INFO) -- ArmoryUtils.pyc:1295 -    Armory home dir       : C:\Users\ZFarm\AppData\Roaming\Armory\

With the obvious result that it is unable to find the Bitcoin Core blocks data...
Quote
2019-11-02 21:27:43 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\ZFarm\AppData\Roaming/Bitcoin/blocks is not a valid path


You need to either create the shortcut to the .exe that has the --datadir and --satoshi-datadir values... OR you can create an armory.conf in the standalone directory with the correct values...

Have you read the Armory "pathing" docs? Huh https://btcarmory.com/docs/pathing
full member
Activity: 180
Merit: 100
November 02, 2019, 10:55:38 PM
#14
Made the changes and still getting path errors.
I am using the standalone version.

https://pastebin.com/qcGeSgJ0
HCP
legendary
Activity: 2086
Merit: 4314
November 02, 2019, 03:29:56 AM
#13
You have set the Armory path wrong, it is missing the ":"
Quote
2019-10-31 21:08:03 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: armoryqt --datadir=K\coindata\armory --satoshi-datadir=K:\coindata\BitCoin

Because of that it can't find the correct settings etc:
Quote
2019-10-31 21:08:03 (INFO) -- ArmoryUtils.pyc:1311 -     settingsPath    : K\coindata\armory\ArmorySettings.txt

Fix that path and it should hopefully start working correctly.

full member
Activity: 180
Merit: 100
November 01, 2019, 07:59:15 AM
#12
pyc.1213 is looking to C: drive. Everything else looks good but still offline and is now not seeing the wallet.  
I'm having to in addition to setting paths in Armory; I also have to put them on the command line. Otherwise, it doesn't see the correct paths.


https://pastebin.com/NEmEaedB
HCP
legendary
Activity: 2086
Merit: 4314
October 31, 2019, 09:35:09 PM
#11
It would appear that your shortcut and/or possibly your armory.conf setup is wrong then...

Did you follow the instructions above to setup a shortcut to launch Armory? Huh If so, then you'll need to edit it and set the "--datadir=" record to be:
Code:
--datadir=K:\coindata\Armory

Then check your armory.conf... the satoshi-datadir should be set as follows:
Code:
satoshi-datadir=K:\coindata\BitCoin

Shut down Armory, then restart it... If it still doesn't start scanning the blocks at get to 601,000+, then I would suggest using the "Help -> Rebuild and Rescan Databases" option and then shutdown and restart Armory again.

If you're still having issues... repost the log files to a new pastebin so we can double check that the paths are at least set correctly.
full member
Activity: 180
Merit: 100
October 31, 2019, 09:02:48 PM
#10
The data dirs are in K:\coindata\BitCoin   and K:\coindata\Armory

I had the dirs. setup in Armorys wallet settings
HCP
legendary
Activity: 2086
Merit: 4314
October 31, 2019, 05:15:59 PM
#9
It honestly looks like your "pathing" is completely messed up. You seem to have attempted to copy the solution above exactly as it was written... but that solution was specific to Igor's setup... not yours! Shocked

Armory 0.96.5 + Bitcoin 0.18.1 + Windows 10 will work (I know, because that is my setup)... so the trick will simply be getting everything configured properly.

The fact that your paths are showing as: \coindata\armory\ etc is of concern. That is not a valid Windows directory path. It is missing the drive letter...
Quote
2019-10-31 09:50:20 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: armoryqt --datadir=\coindata\armory\ --satoshi-datadir=D:\Bitcoin\new\home\dir

So, please tell me:

1. Where the Bitcoin Core data directory is? This directory should have bitcoin.conf, your wallet.dat and the "Blocks" folder in it. If you run Bitcoin Core GUI and look in the "Window -> Info" menu option, it'll show you "Datadir"... what is this value?



2. Where is the Armory data directory? This directory should have your armorylog.txt, dbLog.txt and "Databases" folder (defaults to C:\Users\YOURUSERNAME\AppData\Roaming\Armory)... It *might* display the correct default in "File -> Settings"... but you may need to adjust your shortcut and remove the "--datadir=\coindata\armory\" option first!
full member
Activity: 180
Merit: 100
October 31, 2019, 04:57:16 PM
#8
running on Windows 10
Trying to get Armory to work on external drive. C: drive doesn't have space for the block chains.

https://pastebin.com/pniBU7UM

HCP
legendary
Activity: 2086
Merit: 4314
October 31, 2019, 03:39:19 PM
#7
I'm having the same problem with Armory 0.96.5 staying in offline mode only.

I've tried all what was said in above posts and it still stays offline.  
What platform are you running? Windows? Linux? OSX?

It might be helpful if you post your Armory log file to pastebin.com and then link the pastebin URL here.
full member
Activity: 180
Merit: 100
October 31, 2019, 11:00:48 AM
#6
I'm having the same problem with Armory 0.96.5 staying in offline mode only.

I've tried all what was said in above posts and it still stays offline. 

Bitcoin core:
\coindata\Bitcoin

Blockchain paths:
Bitcoin Home dir
\coindata\Bitcoin

Armory database dir
\coindata\Armory\Databases
newbie
Activity: 8
Merit: 0
October 22, 2019, 03:20:50 PM
#5
Thanks! Very good! Everything is OK! Now I will set up my offline wallet on linux.

legendary
Activity: 3640
Merit: 1345
Armory Developer
October 19, 2019, 01:24:05 PM
#4
Code:
[code]
Database bitcoin core (only one log):
D:\database

Blockchain:
D:\blocks

You should skip these two, they complicate your setup. Let Core handle that pathing for you. Once you're setup properly, they will default to these :

Code:
D:\Bitcoin\new\home\dir\chainstate
D:\Bitcoin\new\home\dir\blocks

**************************************
Bitcoin Core setup:

Quote
1) Create a shortcut of bitcoin-qt.exe

2) In the target field, add -datadir=D:\Bitcoin\new\home\dir

This will allow Bitcoin core to use this path for its settings. You need to customize the Core settings for your system:

Quote
1) In your Core datadir (D:\Bitcoin\new\home\dir), create a text file and name it bitcoin.conf

2) Add the following lines in there:

Code:
server=1
cookie=1

Start bitcoin-qt from the shortcut and let it download the blockchain.

*******************************
Armory setup:

Quote
1) Create a shortcut of ArmoryQt.exe

2) Add this to the target field: --datadir=D:\Armory\new\home\dir\Armory

Same as with Core, this tells Armory where to look for its settings and wallet data. Now for the Armory specific settings:

Quote
1) Create a file named armoryqt.conf

2) Add the following in there:
Code:
satoshi-datadir=D:\Bitcoin\new\home\dir

Once Core is done downloading the chain, start ArmoryQt with the shortcut and you should be good.[/code]
newbie
Activity: 8
Merit: 0
October 18, 2019, 01:05:38 AM
#3
Quote
Armory wasn't invoked with any of your command line arguments. I don't know why you're putting spaces everywhere, that will definitely break paths.
The spaces are because of google translator only.


Quote
This stuff is just insanity. Give me the path for your Armory Data and Bitcoin Core data, I'll tell you how to setup
Bitcoin Core:
D:\Bitcoin\new\home\dir
Armory
D:\Armory\new\home\dir\Armory

Database armory (is empty)
D:\Armory\new\home\dir\Armory\databases

Database bitcoin core (only one log):
D:\database

Blockchain:
D:\blocks
legendary
Activity: 3640
Merit: 1345
Armory Developer
October 17, 2019, 10:55:20 AM
#2
Quote
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: D:\Armory\new\home\dir\Armory\ArmoryQt.exe

Armory wasn't invoked with any of your command line arguments. I don't know why you're putting spaces everywhere, that will definitely break paths.

Quote
--datadir = : \ - satoshi-datadir = : \

This stuff is just insanity. Give me the path for your Armory Data and Bitcoin Core data, I'll tell you how to setup.
newbie
Activity: 8
Merit: 0
October 17, 2019, 10:33:48 AM
#1
Good afternoon armory (0.96.5) is only offline on my PC (windows 10). I installed Bitcoin core and armory, but for lack of space in C: I installed everything in D :. In the armory settings I put in Bitcoin Install Dir: \ Bitcoin \ new \ home \ dir, Bitcoin Home Dir: D: Bitcoin \ new \ home \ dir and Armory Database: D: \ Armory \ new \ home \ dir \ Armory \ databases.
I applied the ignore-check-online command, but there was nothing. I tried to access the command line to put: --datadir = : \ - satoshi-datadir = : \ , but it appears that it is not valid. I am inexperienced user.

The log gave the following:

Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 190, in setupSDM
BitcoindError: bitcoind not found
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 0
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2019-10-16 10:42:25 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Igor\AppData\Roaming/Bitcoin/blocks is not a valid path
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 0
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:1905 - loadBlockchainIfNecessary
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-10-16 10:42:25 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-10-16 10:50:53 (INFO) -- ArmoryQt.py:5477 - BDM is safe for clean shutdown
2019-10-16 10:50:53 (INFO) -- SDM.pyc:465 - Called stopBitcoind
2019-10-16 10:50:53 (INFO) -- SDM.pyc:471 - ...but bitcoind is not running, to be able to stop
2019-10-16 10:50:53 (INFO) -- ArmoryQt.py:5490 - Attempting to close the main window!
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1164 - C++ block utilities loaded successfully
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1281 -
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1282 -
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1283 -
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1284 - ************************************************************
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: D:\Armory\new\home\dir\Armory\ArmoryQt.exe
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1286 - ************************************************************
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1287 - Loading Armory Engine:
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1288 -    Armory Version        : 0.96.5
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1289 -    Armory Build:         : 8730390989
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1290 -    PyBtcWallet  Version  : 1.35
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1291 - Detected Operating system: Windows
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1292 -    OS Variant            : 10-10.0.18362--Multiprocessor Free
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1293 -    User home-directory   : C:\Users\Igor\AppData\Roaming
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1294 -    Satoshi BTC directory : C:\Users\Igor\AppData\Roaming\Bitcoin
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1295 -    Armory home dir       : C:\Users\Igor\AppData\Roaming\Armory\
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1296 - Detected System Specs    :
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1297 -    Total Available RAM   : 7.87 GB
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1298 -    CPU ID string         : Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1299 -    Number of CPU cores   : 4 cores
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1300 -    System is 64-bit      : True
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1301 -    Preferred Encoding    : cp1252
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1302 -    Machine Arch          : amd64
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1303 -    Available HDD (ARM)   : 163 GB
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1304 -    Available HDD (BTC)   : 163 GB
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1305 -
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1306 - Network Name: Main Network
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1307 - Satoshi Port: 8333
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1308 - Do wlt check: True
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1309 - Named options/arguments to armoryengine.py:
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     force_segwit    : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     nettimeout      : 2
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     rescan          : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     force_fcgi      : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     ignoreAllZC     : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     rescanBalance   : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     disableModules  : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     port            : None
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     interport       : 8223
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     coverageOutputDir: None
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     forceWalletCheck: False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     regtest         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     rebuild         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     thread_count    : -1
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     datadir         : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     clearMempool    : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     offline         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     armoryDBDir     : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     armorydb_port   : 9001
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiPort     : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     disableConfPermis: False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     useTorSettings  : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     netlog          : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     keypool         : 100
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     coverageInclude : None
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     forceOnline     : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     disableWalletCheck: False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     redownload      : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     rpcBindAddr     : 127.0.0.1
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     armorydb_ip     : 127.0.0.1
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     multisigFile    : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     ram_usage       : -1
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     ignoreZC        : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     logDisable      : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     settingsPath    : C:\Users\Igor\AppData\Roaming\Armory\ArmorySettings.txt
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     language        : en
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     db_type         : DB_FULL
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     doDebug         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     enableDetSign   : True
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     mtdebug         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     testnet         : False
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     rpcport         : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiHome     : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiRpcport  : DEFAULT
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     logFile         : C:\Users\Igor\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1311 -     verbosity       : None
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1312 - Other arguments:
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1315 - ************************************************************
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:1720 - C++ block utilities loaded successfully
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:3578 - Using settings file: C:\Users\Igor\AppData\Roaming\Armory\ArmorySettings.txt
2019-10-16 10:51:29 (ERROR) -- ArmoryUtils.pyc:3735 - Unsupported language  specified. Defaulting to English (en)
2019-10-16 10:51:29 (INFO) -- ArmoryUtils.pyc:3738 - Using Language: en
2019-10-16 10:51:29 (INFO) -- BDM.pyc:353 - Using the asynchronous/multi-threaded BlockDataManager.
2019-10-16 10:51:29 (INFO) -- BDM.pyc:354 - Blockchain operations will happen in the background. 
2019-10-16 10:51:29 (INFO) -- BDM.pyc:355 - Devs: check TheBDM.getState() before asking for data.
2019-10-16 10:51:29 (INFO) -- BDM.pyc:356 - Registering addresses during rescans will queue them for
2019-10-16 10:51:29 (INFO) -- BDM.pyc:357 - inclusion after the current scan is completed.
2019-10-16 10:51:31 (INFO) -- ArmoryUtils.pyc:3578 - Using settings file: C:\Users\Igor\AppData\Roaming\Armory\ArmorySettings.txt
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:2060 - loadWalletsAndSettings
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:2120 - Loading wallets...
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:2185 - Number of wallets read in: 1
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:2190 -    Wallet (c93eVgPR):    "Primary Wallet                  "   (Encrypted)
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:2195 - Loading Multisig Lockboxes
2019-10-16 10:51:32 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user.  Done!
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:566 - Usermode: Expert
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1699 -    From: Expert
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1707 -      To: Expert
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1891 - Setting satoshi datadir = D:\Bitcoin\new\home\dir
2019-10-16 10:51:34 (ERROR) -- ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 190, in setupSDM
BitcoindError: bitcoind not found
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 0
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2019-10-16 10:51:34 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Igor\AppData\Roaming/Bitcoin/blocks is not a valid path
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 0
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:1905 - loadBlockchainIfNecessary
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-10-16 10:51:34 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-10-16 10:54:18 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2019-10-16 10:54:18 (INFO) -- ArmoryQt.py:1699 -    From: Expert
2019-10-16 10:54:18 (INFO) -- ArmoryQt.py:1707 -      To: Standard


Log file opened at 10:31:13.000: C:\Users\Igor\AppData\Roaming/Armory/dbLog.txt
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\main.cpp:32) Running on 4 threads
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\main.cpp:33) Ram usage level: 50
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\blockutils.cpp:915) blkfile dir: C:\Users\Igor\AppData\Roaming/Bitcoin/blocks
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\blockutils.cpp:916) lmdb dir: C:\Users\Igor\AppData\Roaming/Armory/databases
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\bdm_server.h:263) Listening on port 9001
-ERROR - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\bdm_server.cpp:1277) There is already a process listening on 127.0.0.1:9001
-ERROR - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\bdm_server.cpp:1279) ArmoryDB cannot start under these conditions. Shutting down!
-ERROR - 10:31:13.000: (e:\users\goat\code\armory3\cppforswig\bdm_server.cpp:1280) Make sure to shutdown the conflicting processbefore trying again (most likely another ArmoryDB instance).
Jump to: