Pages:
Author

Topic: Can't get online - page 2. (Read 379 times)

legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
January 15, 2021, 02:23:22 PM
#11
Can you try to rebuild and rescan the Armory? You can find rebuild and rescan under the help menu.



If your problem is related to transaction history try only "rescan databases" if it doesn't work rebuild and then rescan.
Let's see if it will work and update here.
newbie
Activity: 9
Merit: 0
January 15, 2021, 07:35:43 AM
#10
I've tried all combinations. At the moment I have launched the GUI QT and then launched Armory. I have tried just bitcoind, then armory and I have tried just armory 96.5b.
HCP
legendary
Activity: 2086
Merit: 4361
January 15, 2021, 05:03:59 AM
#9
Are you actually manually running Bitcoin Core and then starting Armory? If so, are you using bitcoind or BitcoinQt (ie. the GUI)?

Or are you just letting Armory launch bitcoind in the background? Huh
newbie
Activity: 9
Merit: 0
January 15, 2021, 04:27:26 AM
#8
Hi,

I have this:

server=1
addnode=127.0.0.1
listen=1

The text is color is red, node offline 0 blocks.

It is now just stuck at scanning transaction history with empty bar and no number for percent, the number of times I have redone the scan which takes 8 hours.......
HCP
legendary
Activity: 2086
Merit: 4361
January 14, 2021, 05:09:02 PM
#7
Very odd... the log files seem to indicate that everything is working "OK"... ArmoryDB is finding the blocks file and appears to be synced up to the latest block... and ArmoryQT seems to be running OK.

What is the colour of the text in the bottom right corner that shows the block number? Is it red, purple or green? Huh

Do you have a bitcoin.conf file in you your D:\bitcoin folder? If so, does it contain the following line? Huh:
Code:
server=1
newbie
Activity: 9
Merit: 0
January 14, 2021, 04:48:28 PM
#6
Hi,

Yes I use a different location for the bitcoin chain. It has worked a few months ago and I have not changed any settings. I have tried running BitcoinQT then launching Armory and I have tried running bitcoind and then running Armory. Both QT and D are quite happy but Armory doesn't go online. these are the logs from running QT then Armory.

https://pastebin.com/wPYVz4Uu
shows armorylog.txt

armoryqt.txt has this:
(ERROR) ArmoryUtils.pyc:3735 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:445 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=D:\bitcoin
(WARNING) SDM.pyc:402 - Spawning DB with command: D:\alt\ArmoryStandalone\ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="D:\bitcoin\blocks" --satoshi-port=8333 --datadir="C:\Users\x\AppData\Roaming\Armory\" --dbdir="C:\Users\x\AppData\Roaming\Armory\databases"
(ERROR) ArmoryQt.py:1198 - 101 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.

dblog.txt has this:
https://pastebin.com/7bBJXKmz

Yes QT Info shows datadir and blockdir as d:bitcoin and d:bitcoin\blocks which should be correct for my setup.
HCP
legendary
Activity: 2086
Merit: 4361
January 13, 2021, 02:49:18 AM
#5
Note: It would be very helpful to see the dbLog.txt file as well as the armorylog.txt file.

Do you have Bitcoin Core setup to store the blockchain in a "non-standard" location? Huh If you did, you need to configure Armory to use the same. What is the "datadir" shown as in Bitcoin Core when you use the "Window -> Information" dialog in the GUI? Huh
legendary
Activity: 1624
Merit: 2481
January 12, 2021, 03:33:50 AM
#4
Could you provide the complete log file?
This snippet is not showing whether there is an error between the connection of armoryqt and armorydb or armorydb and core.

You can upload your logs using pastebin or any other similair service.

Also, since you went online once.. did you change something afterwards? Any configuration?
newbie
Activity: 9
Merit: 0
January 10, 2021, 03:23:46 PM
#3
Thanks, yes got the whole blockchain downloaded. Just re-scanning the database again, will take a few more hours then will try bitcoind manually.
full member
Activity: 155
Merit: 102
January 10, 2021, 01:06:56 PM
#2
Did you download the full Blockchain using Bitcoin Core? Its ~350 GB. The whole blockchain needs to be on your computer for Armory to work and make sure that you do not download in pruned mode, or that only downloads ~6GB worth of blockchain to your computer, and Armory wont sync with that.

Also, make sure you do not run bitcoind auto from armory, but run Bitcoin Core yourself and keep it on while using Armory.
newbie
Activity: 9
Merit: 0
January 10, 2021, 11:46:25 AM
#1
Been trying for six months and only got online once. Get stuck on scanning transaction history, doesn't say a percentage, as should be at 100. Last few entries of Logs:

ArmoryLog.txt
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:1824 - Connecting on port 56588
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:1905 - loadBlockchainIfNecessary
2021-01-10 16:33:35 (ERROR) -- ArmoryQt.py:1198 - 65 attempts to load blockchain failed.  Remove mempool.bin.
2021-01-10 16:33:35 (ERROR) -- ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2021-01-10 16:33:35 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2021-01-10 16:33:37 (WARNING) -- ArmoryQt.py:4110 - Called updateSyncProgress while not sync'ing
2021-01-10 16:33:37 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2021-01-10 16:33:37 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2021-01-10 16:33:38 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode

ArmoryQt.txt
(ERROR) ArmoryQt.py:1198 - 65 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.
(WARNING) ArmoryQt.py:4110 - Called updateSyncProgress while not sync'ing

Tried without my firewall, block chain should be up to date as if i run bitcoin-qt.exe it is 100% sync.

Any ideas where i am going wrong? Thanks.
Pages:
Jump to: