Author

Topic: Armory Not Starting (Read 151 times)

legendary
Activity: 3766
Merit: 1364
Armory Developer
October 20, 2023, 04:11:12 AM
#13
https://file.io/iAhETocOnPie

idk another way i can share the file idk if you are scared of downloading files on internet but i posted it here

Says the file is cancelled. Try copying the last few thousand lines in pastebin and post the link here.
newbie
Activity: 6
Merit: 0
October 19, 2023, 12:29:46 PM
#12
https://file.io/iAhETocOnPie

idk another way i can share the file idk if you are scared of downloading files on internet but i posted it here
legendary
Activity: 3766
Merit: 1364
Armory Developer
October 18, 2023, 12:31:17 PM
#11
i did manually like you said im looking at it rn

Armory is trying to connect to your node over port 8333. Is this port used by another process? Or maybe you have an antivirus blocking it? Look for the bitcoin core logs and post that here. You should find it in ~\AppData\Roaming\Bitcoin\debug.log
newbie
Activity: 6
Merit: 0
October 18, 2023, 09:44:21 AM
#10
i did manually like you said im looking at it rn
legendary
Activity: 3766
Merit: 1364
Armory Developer
October 18, 2023, 02:40:11 AM
#9
It can't connect to bitcoind/qt. Did you start your bitcoin core client?
newbie
Activity: 6
Merit: 0
October 17, 2023, 12:45:58 PM
#8
Error when starting ArmoryDB manually

(e:\users\goat\code\armory3\cppforswig\sockobject.cpp:290) Poller error readinfromsocketthread
(e:\users\goat\code\armory3\cppforswig\bitcoinp2p.cpp:1027)caught socketerror exception in process datastackthread:

poller error in readfromsocket thread

https://ibb.co/b2j4rmS
legendary
Activity: 3766
Merit: 1364
Armory Developer
October 12, 2023, 11:39:11 AM
#7
Quote
e:\users\goat\code\armory3\cppforswig\

That's an artifact of Windows compilation. What you are seeing is the path where the source resided on my computer at the time of building the Windows binary. This is the underlying code here:

https://github.com/goatpig/BitcoinArmory/blob/master/cppForSwig/log.h#L70

For some reason on Windows it resolves __FILE__ to the full path instead of relative path. Go figure. I haven't gotten around to that, and I will probably replace the current log code with spdlog anyways.

There is compounding confusion in this log system, because the first half of the log is generated by the Python code and the dynamically loaded C++ code from SWIG library. That stuff runs on relative paths, for whatever reason. The second half is the concatenation of ArmoryDB's log, which has the full path resolution. Chaos ensues. You'll also notice the logs summoned from the Python side renders time as timestamps, where as the C++ logs renders them as datetime. Gotta clean up that mess at some point.
legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
October 11, 2023, 04:32:40 AM
#6
Where do you see that he changed his paths? I dont.


I mean these logs below

Code:
Log file opened at 1554331969: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 1554331989: (..\SocketObject.cpp:440) POLLERR error in readAndWrite
 
 
Log file opened at 1554334529: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 1554334579: (..\SocketObject.cpp:440) POLLERR error in readAndWrite
 
 
Log file opened at 1554343739: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 1554343747: (..\SocketObject.cpp:440) POLLERR error in readAndWrite
 
 
Log file opened at 1554343819: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 1554343826: (..\SocketObject.cpp:440) POLLERR error in readAndWrite
 
 
Log file opened at 1554344080: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 1554344087: (..\SocketObject.cpp:440) POLLERR error in readAndWrite
 
 
Log file opened at 1554344535: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
 
 
Log file opened at 21:23:16.000: C:\Users\Cole Camwren\AppData\Roaming\Armory\armorycpplog.txt
-ERROR - 21:23:25.016: (e:\users\goat\code\armory3\cppforswig\socketobject.cpp:447) POLLERR error in readAndWrite
-ERROR - 21:23:25.016: (e:\users\goat\code\armory3\cppforswig\stringsockets.cpp:359) POLLERR error in readAndWrite


Some errors according to this logs shown in C: drive and some of them are in drive e: that makes me think that he might alter the path folder of armory data.
legendary
Activity: 3766
Merit: 1364
Armory Developer
October 11, 2023, 02:21:50 AM
#5
The first logs seems it was from drive C: now it has changed to drive E:.

Did you recently change something on armoryqt.conf file about the data folder?

I suggest pointing them properly to the right folder if your Armory data and Bitcoin core data are in drive E: you can follow the guide below

- https://btcarmory.com/docs/pathing#config-files

Where do you see that he changed his paths? I dont.

sent btc to wallet in offline mode didn't see the funds in wallet tried to restart armory but now it won't open logfile: https://pastebin.com/qhU12HSX

Please, follow my instructions here and report back.

Start bitcoin-qt manually, let it progress, also check your free disk space. If it all looks good, start ArmoryDB manually, then start ArmoryQt. You are using default paths so that should work.
newbie
Activity: 6
Merit: 0
October 10, 2023, 02:16:33 PM
#4
i changed bitcoin or armory or both to send btc  i was connected purple but not green
i need help with btc with some bitcoin commands start bitcoin start armory generate wallet generate  address view wallets send btc and close
legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
October 10, 2023, 12:34:24 PM
#3
The first logs seems it was from drive C: now it has changed to drive E:.

Did you recently change something on armoryqt.conf file about the data folder?

I suggest pointing them properly to the right folder if your Armory data and Bitcoin core data are in drive E: you can follow the guide below

- https://btcarmory.com/docs/pathing#config-files
legendary
Activity: 3766
Merit: 1364
Armory Developer
October 10, 2023, 08:25:43 AM
#2
There isn't much to go on in the logs. It seems to be having trouble starting bitcoind.

Start bitcoin-qt manually, let it progress, also check your free disk space. If it all looks good, start ArmoryDB manually, then start ArmoryQt. You are using default paths so that should work.
newbie
Activity: 6
Merit: 0
October 10, 2023, 07:51:47 AM
#1
sent btc to wallet in offline mode didn't see the funds in wallet tried to restart armory but now it won't open logfile: https://pastebin.com/qhU12HSX
Jump to: