Bitcoin Forum
August 08, 2026, 12:39:06 PM *
News: COLDCARD users only: critical vulnerability risks funds stored on COLDCARD devices; immediate action required
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: 0.97 RC1  (Read 469 times)
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
June 23, 2026, 05:57:40 AM
 #21

Quote
Had to cap ram usage - the default was getting it out of memory killed right near the end of the scan on this 16GB VM.

I have to rework the thread scheduler to get it to control RAM usage. That won't be until .1 unfortunately

Quote
Connecting via "connect to IP" at 127.0.0.1 port 9001 doesn't complete though. The UI asked me to confirm the key which I did but then reports a connection timeout.

That means the connection is established (since you are presented the DB key on the client side), but it chokes past that point. I would need to see full logs for the DB to figure this out.

tomrobbo
Newbie
*
Offline

Activity: 8
Merit: 1


View Profile
June 23, 2026, 10:41:39 AM
 #22

Quote
I would need to see full logs for the DB to figure this out.

Code:
Log file opened at 2026-06-23 - 09:38:51.075: "/home/ubuntu/.armory/dbLog.txt"
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/main.cpp:68) Running on 6 threads
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/main.cpp:69) Ram usage level: 2
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/BlockchainDatabase/BlockUtils.cpp:177) blkfile dir: /home/ubuntu/.bitcoin/blocks
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/BlockchainDatabase/BlockUtils.cpp:178) lmdb dir: /home/ubuntu/.armory/databases
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/BlockchainDatabase/lmdb_wrapper.cpp:465) Opening databases...
-INFO  - 2026-06-23 - 09:38:51.077: (../../cppForSwig/BlockchainDatabase/lmdb_wrapper.cpp:466) dbmode: DB_FULL
-INFO  - 2026-06-23 - 09:38:51.350: (../../cppForSwig/main.cpp:87) datadir: /home/ubuntu/.armory/
-INFO  - 2026-06-23 - 09:38:51.357: (../../cppForSwig/main.cpp:132) This is my key: AR1BAqvXh0LThxSwr35af73dh52moHNyvbQrfT4DhkHCMEgi
-INFO  - 2026-06-23 - 09:38:51.357: (../../cppForSwig/BlockchainDatabase/BlockUtils.cpp:224) Executing: doInitialSyncOnLoad
-INFO  - 2026-06-23 - 09:38:51.357: (../../cppForSwig/BlockchainDatabase/ScrAddrFilter.cpp:60) loading known addresses
-INFO  - 2026-06-23 - 09:38:51.357: (../../cppForSwig/BlockchainDatabase/ScrAddrFilter.cpp:93) found 0 known addresses
-INFO  - 2026-06-23 - 09:38:51.363: (../../cppForSwig/Node/BitcoinP2P.cpp:1397) Connected to Bitcoin node
-INFO  - 2026-06-23 - 09:38:51.363: (../../cppForSwig/Node/BitcoinP2P.cpp:1397) Connected to Bitcoin node
-INFO  - 2026-06-23 - 09:38:51.374: (../../cppForSwig/BlockchainDatabase/BlockDataMap.cpp:212) found a xor key
-INFO  - 2026-06-23 - 09:38:51.413: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:267) loading headers from db
-INFO  - 2026-06-23 - 09:38:51.413: (../../cppForSwig/BlockchainDatabase/Blockchain.cpp:500) Reading headers from db
-INFO  - 2026-06-23 - 09:38:53.846: (../../cppForSwig/BlockchainDatabase/Blockchain.cpp:502) found 954911 headers in db
-INFO  - 2026-06-23 - 09:38:53.846: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:270) organizing chain
-INFO  - 2026-06-23 - 09:38:54.636: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:275) parsing chain for new headers
-INFO  - 2026-06-23 - 09:38:54.636: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5610, offset 133395624
-INFO  - 2026-06-23 - 09:38:54.729: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 09:38:54.729: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 46 new headers
-INFO  - 2026-06-23 - 09:38:54.729: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 3 of them
-INFO  - 2026-06-23 - 09:38:54.729: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:279) organizing chain
-INFO  - 2026-06-23 - 09:38:54.869: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:282) commiting new headers
-INFO  - 2026-06-23 - 09:38:54.870: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:346) parsing chain for new blocks
-INFO  - 2026-06-23 - 09:39:00.557: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:351) updated HEADERS db in 5s
-INFO  - 2026-06-23 - 09:39:00.611: (../../cppForSwig/BlockchainDatabase/lmdb_wrapper.cpp:465) Opening databases...
-INFO  - 2026-06-23 - 09:39:00.611: (../../cppForSwig/BlockchainDatabase/lmdb_wrapper.cpp:466) dbmode: DB_FULL
-INFO  - 2026-06-23 - 09:39:00.751: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:362) found no address to scan
-INFO  - 2026-06-23 - 09:39:00.751: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:365) init db in 9s
-INFO  - 2026-06-23 - 09:39:00.751: (../../cppForSwig/BlockchainDatabase/BlockUtils.cpp:248) BDM is ready
-INFO  - 2026-06-23 - 09:39:00.751: (../../cppForSwig/ZeroConf/Parser.cpp:1008) Enabling zero-conf tracking
-INFO  - 2026-06-23 - 09:39:00.752: (../../cppForSwig/ZeroConf/Parser.cpp:1487) now running 3 zc parser threads
-INFO  - 2026-06-23 - 09:39:00.752: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 09:39:00.753: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 09:39:00.759: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 09:39:00.759: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 09:39:00.759: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 09:44:38.195: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 09:44:38.196: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 09:44:38.210: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 09:44:38.210: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 09:44:38.210: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 09:45:49.029: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 09:45:49.030: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 09:45:49.035: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 09:45:49.035: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 09:45:49.035: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 09:54:54.476: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 09:54:54.476: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 09:54:54.495: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 09:54:54.496: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 09:54:54.496: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:00:00.703: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:00:00.704: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:00:00.721: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:00:00.721: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:00:00.721: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:04:10.935: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:04:10.936: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:04:10.958: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:04:10.958: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:04:10.958: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:11:53.683: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:11:53.683: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:11:53.731: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:11:53.732: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:11:53.732: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:18:26.976: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:18:26.977: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:18:27.018: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:18:27.018: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:18:27.018: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:33:14.418: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:33:14.419: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:33:14.465: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:33:14.465: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:33:14.465: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:35:39.982: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:35:39.982: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:35:40.027: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:35:40.027: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:35:40.027: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:42:58.815: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:42:58.816: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:42:58.862: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:42:58.862: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:42:58.862: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 10:53:35.525: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 10:53:35.526: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 10:53:35.565: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 10:53:35.565: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 10:53:35.565: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:00:54.492: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:00:54.493: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:00:54.540: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:00:54.540: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:00:54.540: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:06:38.717: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:06:38.718: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:06:38.763: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:06:38.763: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:06:38.763: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:15:58.040: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:15:58.040: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:15:58.087: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:15:58.087: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:15:58.087: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:24:31.421: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:24:31.422: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:24:31.471: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:24:31.471: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:24:31.471: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:28:22.587: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:28:22.587: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:28:22.649: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:28:22.650: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:28:22.650: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:29:24.325: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:29:24.325: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:29:24.387: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:29:24.387: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:29:24.387: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:31:14.434: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:31:14.434: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:31:14.495: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:31:14.495: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:31:14.495: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:35:31.930: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:35:31.931: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:35:31.989: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:35:31.989: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:35:31.989: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:39:19.258: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:39:19.258: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:39:19.316: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:39:19.317: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:39:19.317: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 11:47:18.354: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 11:47:18.354: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 11:47:18.413: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 11:47:18.413: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 11:47:18.413: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:02:00.892: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:02:00.893: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:02:00.955: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:02:00.956: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:02:00.956: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:02:24.832: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:02:24.833: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:02:24.889: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:02:24.889: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:02:24.889: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:10:04.909: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:10:04.911: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:10:04.971: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:10:04.971: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:10:04.971: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:33:39.780: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:33:39.780: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:33:39.839: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:33:39.839: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:33:39.839: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:35:15.916: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:35:15.917: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:35:15.976: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:35:15.976: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:35:15.976: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:48:06.571: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:48:06.572: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:48:06.641: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:48:06.641: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:48:06.641: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 12:54:57.829: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 12:54:57.830: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 12:54:57.897: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 12:54:57.898: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 12:54:57.898: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 13:12:07.171: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 13:12:07.171: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 13:12:07.241: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 13:12:07.241: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 13:12:07.241: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 13:25:45.869: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 13:25:45.869: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 13:25:45.936: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 13:25:45.937: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 13:25:45.937: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:03:28.251: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:03:28.252: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:03:28.324: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:03:28.325: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:03:28.325: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:23:27.692: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:23:27.693: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:23:27.760: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:23:27.760: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:23:27.760: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:23:40.514: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:23:40.515: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:23:40.582: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:23:40.583: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:23:40.583: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:31:56.868: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:31:56.869: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:31:56.935: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:31:56.935: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:31:56.935: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:46:54.043: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:46:54.044: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:46:54.113: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:46:54.113: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:46:54.113: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:46:55.312: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:46:55.312: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:46:55.336: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:46:55.336: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:46:55.336: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:52:54.751: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:52:54.751: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:52:54.821: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:52:54.821: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 14:52:54.821: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 14:57:05.051: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:57:05.053: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5611, offset 74658309
-INFO  - 2026-06-23 - 14:57:05.117: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5611
-INFO  - 2026-06-23 - 14:57:05.117: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 1 new headers
-INFO  - 2026-06-23 - 14:57:05.117: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 1 of them
-INFO  - 2026-06-23 - 14:58:44.665: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 14:58:44.665: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 1856896
-INFO  - 2026-06-23 - 14:58:44.709: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 14:58:44.709: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 1 new headers
-INFO  - 2026-06-23 - 14:58:44.709: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 1 of them
-INFO  - 2026-06-23 - 15:01:40.434: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:01:40.434: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:01:40.458: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:01:40.458: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:01:40.458: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:08:36.726: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:08:36.728: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:08:36.753: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:08:36.753: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:08:36.753: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:17:26.185: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:17:26.186: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:17:26.214: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:17:26.215: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:17:26.215: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:29:32.953: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:29:32.958: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:29:33.086: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:29:33.086: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:29:33.086: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:37:38.748: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:37:38.748: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:37:38.772: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:37:38.772: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:37:38.772: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:39:35.326: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:39:35.326: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:39:35.353: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:39:35.353: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:39:35.353: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:43:15.761: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:43:15.762: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:43:15.788: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:43:15.788: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:43:15.788: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:44:15.989: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:44:15.990: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:44:16.017: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:44:16.017: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:44:16.019: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:45:03.269: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:45:03.271: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:45:03.321: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:45:03.321: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:45:03.321: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:52:00.676: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:52:00.677: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:52:00.719: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 15:52:00.720: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:52:00.720: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:52:00.720: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:52:00.738: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 15:56:20.441: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 15:56:20.441: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 15:56:20.481: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 15:56:20.481: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 15:56:20.481: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 15:56:20.481: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 15:56:20.499: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:00:49.378: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:00:49.379: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:00:49.421: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:00:49.421: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:00:49.421: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:00:49.421: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:00:49.439: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:13:38.745: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:13:38.745: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:13:38.786: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:13:38.787: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:13:38.787: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:13:38.787: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:13:38.804: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:15:04.238: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:15:04.238: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:15:04.279: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:15:04.279: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:15:04.279: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:15:04.279: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:15:04.296: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:20:33.636: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:20:33.636: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:20:33.671: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:20:33.671: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:20:33.671: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:20:33.671: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:20:33.691: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:29:50.014: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:29:50.014: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:29:50.056: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:29:50.056: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:29:50.056: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:29:50.056: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:29:50.073: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:39:03.764: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:39:03.764: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:39:03.807: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:39:03.807: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:39:03.807: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:39:03.807: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:39:03.824: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:42:56.125: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:42:56.125: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:42:56.154: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:42:56.154: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:42:56.154: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:42:56.154: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:42:56.164: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:51:10.606: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 16:51:10.607: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 16:51:10.654: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 16:51:10.655: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 16:51:10.655: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 16:51:10.655: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 16:51:10.673: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:04:16.808: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:04:16.809: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:04:16.855: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:04:16.856: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:04:16.856: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:04:16.856: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:04:16.876: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:18:18.029: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:18:18.029: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:18:18.069: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:18:18.069: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:18:18.070: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:18:18.070: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:18:18.094: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:29:55.565: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:29:55.565: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:29:55.619: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:29:55.619: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:29:55.620: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:29:55.620: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:29:55.645: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:39:08.671: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:39:08.671: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:39:08.722: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:39:08.722: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:39:08.722: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:39:08.722: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:39:08.740: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:47:38.342: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:47:38.342: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:47:38.397: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:47:38.397: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:47:38.399: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:47:38.399: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:47:38.417: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:49:47.120: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 17:49:47.121: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 17:49:47.168: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 17:49:47.168: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 17:49:47.168: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 17:49:47.168: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 17:49:47.186: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 18:24:51.468: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 18:24:51.468: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 18:24:51.527: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 18:24:51.527: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 18:24:51.529: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers
-INFO  - 2026-06-23 - 18:24:51.529: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:532) staged 0 of them
-INFO  - 2026-06-23 - 18:24:51.555: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 18:42:10.983: (../../cppForSwig/BDM_mainthread.cpp:152) readBlkFileUpdate
-INFO  - 2026-06-23 - 18:42:10.984: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:446) looking for new headers starting file 5612, offset 2061763
-INFO  - 2026-06-23 - 18:42:11.029: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:784) Found next block after skipping 15838884bytes
-INFO  - 2026-06-23 - 18:42:11.030: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:507) parsed block file #5612
-INFO  - 2026-06-23 - 18:42:11.030: (../../cppForSwig/BlockchainDatabase/DatabaseBuilder.cpp:530) found 0 new headers


Log file opened at 2026-06-23 - 20:17:57.696: "/home/ubuntu/.armory/dbLog.txt"


Log file opened at 2026-06-23 - 20:28:03.617: "/home/ubuntu/.armory/dbLog.txt"

tomrobbo
Newbie
*
Offline

Activity: 8
Merit: 1


View Profile
June 23, 2026, 10:47:46 AM
 #23

armorylog
Code:
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1079 - 
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1080 -
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1081 -
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1082 - ************************************************************
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1083 - Invoked: /home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/ArmoryQt.py
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1084 - ************************************************************
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1085 - Loading Armory Engine:
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1086 -    Armory Version        : 0.96.99
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1087 -    Armory Build:         : None
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1088 -    PyBtcWallet  Version  : 1.99
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1089 - Detected Operating system: Linux
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1090 -    OS Variant            : Ubuntu-26.04-Resolute Raccoon
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1091 -    User home-directory   : /home/ubuntu
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1092 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1093 -    Armory home dir       : /home/ubuntu/.armory/
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1094 - Detected System Specs    :
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1095 -    Total Available RAM   : 0.00 GB
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1096 -    CPU ID string         : Unknown
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1097 -    Number of CPU cores   : 6 cores
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1098 -    System is 64-bit      : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1099 -    Preferred Encoding    : UTF-8
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1100 -    Machine Arch          : aarch64
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1101 -    Available HDD (ARM)   : 347 GB
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1102 -    Available HDD (BTC)   : 347 GB
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1103 -
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1104 - Network Name: Main Network
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1105 - Satoshi Port: 8333
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1106 - Do wlt check: True
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1107 - Named options/arguments to armoryengine.py:
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     datadir         : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     satoshiHome     : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     satoshiPort     : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     satoshiRpcport  : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     armoryDBDir     : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     rpcport         : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     rpcBindAddr     : 127.0.0.1
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     testnet         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     regtest         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     offline         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     nettimeout      : 2
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     interport       : 8223
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     doDebug         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     logDisable      : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     netlog          : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     mtdebug         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     forceOnline     : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     useTorSettings  : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     bip150Used      : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     bip151Used      : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     keypool         : 100
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     redownload      : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     rebuild         : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     rescan          : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     rescanBalance   : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     ignoreAllZC     : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     ignoreZC        : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     multisigFile    : DEFAULT
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     forceWalletCheck: False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     disableWalletCheck: False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     disableModules  : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     disableConfPermis: False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     enableDetSign   : True
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     armorydb_ip     : 127.0.0.1
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     armorydb_port   : 9001
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     ram_usage       : -1
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     thread_count    : -1
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     db_type         : DB_FULL
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     language        : en
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     port            : None
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     verbosity       : None
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     coverageOutputDir: None
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     coverageInclude : None
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1109 -     clearMempool    : False
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1110 - Other arguments:
2026-06-23 09:43:05 (INFO) -- ArmoryUtils.py:1113 - ************************************************************
2026-06-23 09:43:05 (INFO) -- Settings.py:45 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 09:43:05 (INFO) -- BDM.py:271 - Using the asynchronous/multi-threaded BlockDataManager.
2026-06-23 09:43:05 (INFO) -- BDM.py:272 - Blockchain operations will happen in the background. 
2026-06-23 09:43:05 (INFO) -- BDM.py:273 - Devs: check TheBDM.getState() before asking for data.
2026-06-23 09:43:05 (INFO) -- BDM.py:274 - Registering addresses during rescans will queue them for
2026-06-23 09:43:05 (INFO) -- BDM.py:275 - inclusion after the current scan is completed.
2026-06-23 09:43:06 (ERROR) -- Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
2026-06-23 09:43:06 (INFO) -- Settings.py:204 - Using Language: en
2026-06-23 09:43:34 (INFO) -- DlgSetupManager.py:179 - No tested connection - attempting connection on accept
2026-06-23 09:43:34 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 09:43:34 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 09:43:34 (INFO) -- DlgSetupManager.py:582 - connectToIp initiated, waiting for key
2026-06-23 09:43:34 (INFO) -- DlgSetupManager.py:604 - Server key presented: AR1BAqvXh0LThxSwr35a...
2026-06-23 09:43:43 (INFO) -- DlgSetupManager.py:625 - User accepted server key
2026-06-23 09:44:49 (INFO) -- DatabaseTab.py:735 - Connect requested from DatabaseTab
2026-06-23 09:44:49 (INFO) -- DlgSetupManager.py:312 - Test connection requested
2026-06-23 09:44:49 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 09:44:49 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 09:44:49 (INFO) -- DlgSetupManager.py:582 - connectToIp initiated, waiting for key
2026-06-23 09:45:35 (INFO) -- DatabaseTab.py:735 - Connect requested from DatabaseTab
2026-06-23 09:45:35 (INFO) -- DlgSetupManager.py:312 - Test connection requested
2026-06-23 09:45:35 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 09:45:35 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 09:45:35 (ERROR) -- Traceback (most recent call last):
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 345, in onTestConnectionRequested
    success, error = self.initiateDbConnection(params)
                     ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 495, in initiateDbConnection
    return self._connectToIp(params)
           ~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 577, in _connectToIp
    TheBridge.dbSetup.connectToIp(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       ip=ipAddr, port=ipPort,
       ^^^^^^^^^^^^^^^^^^^^^^^
       callbackId=callbackId,
       ^^^^^^^^^^^^^^^^^^^^^^
       resultCallback=onConnectResult)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 443, in connectToIp
    self.send(packet, needsReply=False, callback=resultCallback)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 376, in send
    return self.bridgeSocket.sendToBridgeProto(msg,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
       needsReply, callback, cbArgs, msgType)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 183, in sendToBridgeProto
    result = self.sendToBridgeBinary(payload, msg.referenceId,
       needsReply, callbackFunc, callbackArgs, msgType)
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 225, in sendToBridgeBinary
    self.clientSocket.sendall(p)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^
BrokenPipeError: [Errno 32] Broken pipe

2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1079 -
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1080 -
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1081 -
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1082 - ************************************************************
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1083 - Invoked: /home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/ArmoryQt.py
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1084 - ************************************************************
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1085 - Loading Armory Engine:
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1086 -    Armory Version        : 0.96.99
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1087 -    Armory Build:         : None
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1088 -    PyBtcWallet  Version  : 1.99
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1089 - Detected Operating system: Linux
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1090 -    OS Variant            : Ubuntu-26.04-Resolute Raccoon
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1091 -    User home-directory   : /home/ubuntu
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1092 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1093 -    Armory home dir       : /home/ubuntu/.armory/
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1094 - Detected System Specs    :
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1095 -    Total Available RAM   : 0.00 GB
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1096 -    CPU ID string         : Unknown
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1097 -    Number of CPU cores   : 6 cores
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1098 -    System is 64-bit      : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1099 -    Preferred Encoding    : UTF-8
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1100 -    Machine Arch          : aarch64
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1101 -    Available HDD (ARM)   : 347 GB
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1102 -    Available HDD (BTC)   : 347 GB
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1103 -
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1104 - Network Name: Main Network
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1105 - Satoshi Port: 8333
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1106 - Do wlt check: True
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1107 - Named options/arguments to armoryengine.py:
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     datadir         : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     satoshiHome     : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     satoshiPort     : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     satoshiRpcport  : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     armoryDBDir     : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     rpcport         : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     rpcBindAddr     : 127.0.0.1
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     testnet         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     regtest         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     offline         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     nettimeout      : 2
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     interport       : 8223
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     doDebug         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     logDisable      : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     netlog          : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     mtdebug         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     forceOnline     : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     useTorSettings  : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     bip150Used      : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     bip151Used      : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     keypool         : 100
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     redownload      : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     rebuild         : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     rescan          : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     rescanBalance   : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     ignoreAllZC     : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     ignoreZC        : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     multisigFile    : DEFAULT
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     forceWalletCheck: False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     disableWalletCheck: False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     disableModules  : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     disableConfPermis: False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     enableDetSign   : True
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     armorydb_ip     : 127.0.0.1
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     armorydb_port   : 9001
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     ram_usage       : -1
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     thread_count    : -1
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     db_type         : DB_FULL
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     language        : en
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     port            : None
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     verbosity       : None
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     coverageOutputDir: None
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     coverageInclude : None
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1109 -     clearMempool    : False
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1110 - Other arguments:
2026-06-23 09:49:38 (INFO) -- ArmoryUtils.py:1113 - ************************************************************
2026-06-23 09:49:38 (INFO) -- Settings.py:45 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 09:49:38 (INFO) -- BDM.py:271 - Using the asynchronous/multi-threaded BlockDataManager.
2026-06-23 09:49:38 (INFO) -- BDM.py:272 - Blockchain operations will happen in the background. 
2026-06-23 09:49:38 (INFO) -- BDM.py:273 - Devs: check TheBDM.getState() before asking for data.
2026-06-23 09:49:38 (INFO) -- BDM.py:274 - Registering addresses during rescans will queue them for
2026-06-23 09:49:38 (INFO) -- BDM.py:275 - inclusion after the current scan is completed.
2026-06-23 09:49:38 (ERROR) -- Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
2026-06-23 09:49:38 (INFO) -- Settings.py:204 - Using Language: en
2026-06-23 09:51:03 (INFO) -- DlgSetupManager.py:179 - No tested connection - attempting connection on accept
2026-06-23 09:51:03 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 09:51:03 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 09:51:03 (INFO) -- DlgSetupManager.py:582 - connectToIp initiated, waiting for key
2026-06-23 09:51:03 (INFO) -- DlgSetupManager.py:604 - Server key presented: AR1BAqvXh0LThxSwr35a...
2026-06-23 09:51:08 (INFO) -- DlgSetupManager.py:625 - User accepted server key
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1079 -
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1080 -
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1081 -
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1082 - ************************************************************
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1083 - Invoked: /home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/ArmoryQt.py
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1084 - ************************************************************
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1085 - Loading Armory Engine:
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1086 -    Armory Version        : 0.96.99
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1087 -    Armory Build:         : None
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1088 -    PyBtcWallet  Version  : 1.99
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1089 - Detected Operating system: Linux
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1090 -    OS Variant            : Ubuntu-26.04-Resolute Raccoon
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1091 -    User home-directory   : /home/ubuntu
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1092 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1093 -    Armory home dir       : /home/ubuntu/.armory/
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1094 - Detected System Specs    :
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1095 -    Total Available RAM   : 0.00 GB
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1096 -    CPU ID string         : Unknown
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1097 -    Number of CPU cores   : 6 cores
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1098 -    System is 64-bit      : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1099 -    Preferred Encoding    : UTF-8
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1100 -    Machine Arch          : aarch64
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1101 -    Available HDD (ARM)   : 347 GB
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1102 -    Available HDD (BTC)   : 347 GB
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1103 -
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1104 - Network Name: Main Network
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1105 - Satoshi Port: 8333
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1106 - Do wlt check: True
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1107 - Named options/arguments to armoryengine.py:
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     datadir         : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     satoshiHome     : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     satoshiPort     : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     satoshiRpcport  : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     armoryDBDir     : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     rpcport         : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     rpcBindAddr     : 127.0.0.1
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     testnet         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     regtest         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     offline         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     nettimeout      : 2
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     interport       : 8223
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     doDebug         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     logDisable      : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     netlog          : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     mtdebug         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     forceOnline     : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     useTorSettings  : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     bip150Used      : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     bip151Used      : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     keypool         : 100
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     redownload      : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     rebuild         : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     rescan          : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     rescanBalance   : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     ignoreAllZC     : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     ignoreZC        : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     multisigFile    : DEFAULT
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     forceWalletCheck: False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     disableWalletCheck: False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     disableModules  : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     disableConfPermis: False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     enableDetSign   : True
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     armorydb_ip     : 127.0.0.1
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     armorydb_port   : 9001
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     ram_usage       : -1
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     thread_count    : -1
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     db_type         : DB_FULL
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     language        : en
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     port            : None
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     verbosity       : None
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     coverageOutputDir: None
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     coverageInclude : None
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1109 -     clearMempool    : False
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1110 - Other arguments:
2026-06-23 20:18:22 (INFO) -- ArmoryUtils.py:1113 - ************************************************************
2026-06-23 20:18:22 (INFO) -- Settings.py:45 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:18:22 (INFO) -- BDM.py:271 - Using the asynchronous/multi-threaded BlockDataManager.
2026-06-23 20:18:22 (INFO) -- BDM.py:272 - Blockchain operations will happen in the background. 
2026-06-23 20:18:22 (INFO) -- BDM.py:273 - Devs: check TheBDM.getState() before asking for data.
2026-06-23 20:18:22 (INFO) -- BDM.py:274 - Registering addresses during rescans will queue them for
2026-06-23 20:18:22 (INFO) -- BDM.py:275 - inclusion after the current scan is completed.
2026-06-23 20:18:22 (ERROR) -- Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
2026-06-23 20:18:22 (INFO) -- Settings.py:204 - Using Language: en
2026-06-23 20:18:33 (INFO) -- DatabaseTab.py:735 - Connect requested from DatabaseTab
2026-06-23 20:18:33 (INFO) -- DlgSetupManager.py:312 - Test connection requested
2026-06-23 20:18:33 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 20:18:33 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 20:18:33 (INFO) -- DlgSetupManager.py:582 - connectToIp initiated, waiting for key
2026-06-23 20:18:33 (INFO) -- DlgSetupManager.py:604 - Server key presented: AR1BAqvXh0LThxSwr35a...
2026-06-23 20:18:38 (INFO) -- DlgSetupManager.py:625 - User accepted server key
2026-06-23 20:19:18 (INFO) -- DatabaseTab.py:735 - Connect requested from DatabaseTab
2026-06-23 20:19:18 (INFO) -- DlgSetupManager.py:312 - Test connection requested
2026-06-23 20:19:18 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 20:19:18 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 20:19:18 (INFO) -- DlgSetupManager.py:582 - connectToIp initiated, waiting for key
2026-06-23 20:22:48 (INFO) -- DatabaseTab.py:735 - Connect requested from DatabaseTab
2026-06-23 20:22:48 (INFO) -- DlgSetupManager.py:312 - Test connection requested
2026-06-23 20:22:48 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Connect to IP
2026-06-23 20:22:48 (INFO) -- DlgSetupManager.py:559 - Calling connectToIp: 127.0.0.1:9001
2026-06-23 20:22:48 (ERROR) -- Traceback (most recent call last):
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 345, in onTestConnectionRequested
    success, error = self.initiateDbConnection(params)
                     ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 495, in initiateDbConnection
    return self._connectToIp(params)
           ~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/qtdialogs/setupmanager/DlgSetupManager.py", line 577, in _connectToIp
    TheBridge.dbSetup.connectToIp(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       ip=ipAddr, port=ipPort,
       ^^^^^^^^^^^^^^^^^^^^^^^
       callbackId=callbackId,
       ^^^^^^^^^^^^^^^^^^^^^^
       resultCallback=onConnectResult)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 443, in connectToIp
    self.send(packet, needsReply=False, callback=resultCallback)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 376, in send
    return self.bridgeSocket.sendToBridgeProto(msg,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
       needsReply, callback, cbArgs, msgType)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 183, in sendToBridgeProto
    result = self.sendToBridgeBinary(payload, msg.referenceId,
       needsReply, callbackFunc, callbackArgs, msgType)
  File "/home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/armoryengine/CppBridge.py", line 225, in sendToBridgeBinary
    self.clientSocket.sendall(p)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^
BrokenPipeError: [Errno 32] Broken pipe

2026-06-23 20:26:00 (INFO) -- DlgSetupManager.py:179 - No tested connection - attempting connection on accept
2026-06-23 20:26:00 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Automate ArmoryDB
2026-06-23 20:26:00 (INFO) -- DlgSetupManager.py:504 - Calling automateDb: satoshiPath=/home/ubuntu/.bitcoin, dbPath=/home/ubuntu/.armory/databases
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1079 -
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1080 -
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1081 -
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1082 - ************************************************************
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1083 - Invoked: /home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/ArmoryQt.py
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1084 - ************************************************************
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1085 - Loading Armory Engine:
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1086 -    Armory Version        : 0.96.99
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1087 -    Armory Build:         : None
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1088 -    PyBtcWallet  Version  : 1.99
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1089 - Detected Operating system: Linux
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1090 -    OS Variant            : Ubuntu-26.04-Resolute Raccoon
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1091 -    User home-directory   : /home/ubuntu
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1092 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1093 -    Armory home dir       : /home/ubuntu/.armory/
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1094 - Detected System Specs    :
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1095 -    Total Available RAM   : 0.00 GB
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1096 -    CPU ID string         : Unknown
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1097 -    Number of CPU cores   : 6 cores
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1098 -    System is 64-bit      : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1099 -    Preferred Encoding    : UTF-8
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1100 -    Machine Arch          : aarch64
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1101 -    Available HDD (ARM)   : 347 GB
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1102 -    Available HDD (BTC)   : 347 GB
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1103 -
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1104 - Network Name: Main Network
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1105 - Satoshi Port: 8333
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1106 - Do wlt check: True
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1107 - Named options/arguments to armoryengine.py:
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     datadir         : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     satoshiHome     : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     satoshiPort     : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     satoshiRpcport  : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     armoryDBDir     : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     rpcport         : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     rpcBindAddr     : 127.0.0.1
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     testnet         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     regtest         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     offline         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     nettimeout      : 2
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     interport       : 8223
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     doDebug         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     logDisable      : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     netlog          : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     mtdebug         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     forceOnline     : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     useTorSettings  : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     bip150Used      : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     bip151Used      : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     keypool         : 100
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     redownload      : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     rebuild         : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     rescan          : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     rescanBalance   : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     ignoreAllZC     : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     ignoreZC        : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     multisigFile    : DEFAULT
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     forceWalletCheck: False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     disableWalletCheck: False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     disableModules  : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     disableConfPermis: False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     enableDetSign   : True
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     armorydb_ip     : 127.0.0.1
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     armorydb_port   : 9001
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     ram_usage       : -1
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     thread_count    : -1
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     db_type         : DB_FULL
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     language        : en
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     port            : None
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     verbosity       : None
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     coverageOutputDir: None
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     coverageInclude : None
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1109 -     clearMempool    : False
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1110 - Other arguments:
2026-06-23 20:27:27 (INFO) -- ArmoryUtils.py:1113 - ************************************************************
2026-06-23 20:27:27 (INFO) -- Settings.py:45 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:27:27 (INFO) -- BDM.py:271 - Using the asynchronous/multi-threaded BlockDataManager.
2026-06-23 20:27:27 (INFO) -- BDM.py:272 - Blockchain operations will happen in the background. 
2026-06-23 20:27:27 (INFO) -- BDM.py:273 - Devs: check TheBDM.getState() before asking for data.
2026-06-23 20:27:27 (INFO) -- BDM.py:274 - Registering addresses during rescans will queue them for
2026-06-23 20:27:27 (INFO) -- BDM.py:275 - inclusion after the current scan is completed.
2026-06-23 20:27:27 (ERROR) -- Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
2026-06-23 20:27:27 (INFO) -- Settings.py:204 - Using Language: en
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1079 -
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1080 -
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1081 -
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1082 - ************************************************************
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1083 - Invoked: /home/ubuntu/Downloads/BitcoinArmory-0.97-RC1/ArmoryQt.py
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1084 - ************************************************************
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1085 - Loading Armory Engine:
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1086 -    Armory Version        : 0.96.99
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1087 -    Armory Build:         : None
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1088 -    PyBtcWallet  Version  : 1.99
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1089 - Detected Operating system: Linux
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1090 -    OS Variant            : Ubuntu-26.04-Resolute Raccoon
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1091 -    User home-directory   : /home/ubuntu
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1092 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1093 -    Armory home dir       : /home/ubuntu/.armory/
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1094 - Detected System Specs    :
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1095 -    Total Available RAM   : 0.00 GB
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1096 -    CPU ID string         : Unknown
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1097 -    Number of CPU cores   : 6 cores
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1098 -    System is 64-bit      : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1099 -    Preferred Encoding    : UTF-8
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1100 -    Machine Arch          : aarch64
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1101 -    Available HDD (ARM)   : 347 GB
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1102 -    Available HDD (BTC)   : 347 GB
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1103 -
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1104 - Network Name: Main Network
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1105 - Satoshi Port: 8333
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1106 - Do wlt check: True
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1107 - Named options/arguments to armoryengine.py:
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     datadir         : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     satoshiHome     : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     satoshiPort     : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     satoshiRpcport  : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     armoryDBDir     : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     rpcport         : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     rpcBindAddr     : 127.0.0.1
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     testnet         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     regtest         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     offline         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     nettimeout      : 2
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     interport       : 8223
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     doDebug         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     logDisable      : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     netlog          : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     mtdebug         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     forceOnline     : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     useTorSettings  : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     bip150Used      : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     bip151Used      : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     keypool         : 100
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     redownload      : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     rebuild         : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     rescan          : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     rescanBalance   : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     ignoreAllZC     : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     ignoreZC        : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     multisigFile    : DEFAULT
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     forceWalletCheck: False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     disableWalletCheck: False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     disableModules  : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     disableConfPermis: False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     enableDetSign   : True
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     armorydb_ip     : 127.0.0.1
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     armorydb_port   : 9001
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     ram_usage       : -1
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     thread_count    : -1
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     db_type         : DB_FULL
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     language        : en
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     port            : None
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     verbosity       : None
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     coverageOutputDir: None
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     coverageInclude : None
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1109 -     clearMempool    : False
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1110 - Other arguments:
2026-06-23 20:28:00 (INFO) -- ArmoryUtils.py:1113 - ************************************************************
2026-06-23 20:28:00 (INFO) -- Settings.py:45 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
2026-06-23 20:28:00 (INFO) -- BDM.py:271 - Using the asynchronous/multi-threaded BlockDataManager.
2026-06-23 20:28:00 (INFO) -- BDM.py:272 - Blockchain operations will happen in the background. 
2026-06-23 20:28:00 (INFO) -- BDM.py:273 - Devs: check TheBDM.getState() before asking for data.
2026-06-23 20:28:00 (INFO) -- BDM.py:274 - Registering addresses during rescans will queue them for
2026-06-23 20:28:00 (INFO) -- BDM.py:275 - inclusion after the current scan is completed.
2026-06-23 20:28:00 (ERROR) -- Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
2026-06-23 20:28:00 (INFO) -- Settings.py:204 - Using Language: en
2026-06-23 20:28:03 (INFO) -- DlgSetupManager.py:179 - No tested connection - attempting connection on accept
2026-06-23 20:28:03 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Automate ArmoryDB
2026-06-23 20:28:03 (INFO) -- DlgSetupManager.py:504 - Calling automateDb: satoshiPath=/home/ubuntu/.bitcoin, dbPath=/home/ubuntu/.armory/databases
2026-06-23 20:28:03 (ERROR) -- DlgSetupManager.py:517 - automateDb failed: automatedDb connection failed
2026-06-23 20:28:35 (INFO) -- DlgSetupManager.py:179 - No tested connection - attempting connection on accept
2026-06-23 20:28:35 (INFO) -- DlgSetupManager.py:484 - Initiating DB connection: scenario=Automate ArmoryDB
2026-06-23 20:28:35 (INFO) -- DlgSetupManager.py:504 - Calling automateDb: satoshiPath=/home/ubuntu/.bitcoin, dbPath=/home/ubuntu/.armory/databases
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
June 23, 2026, 03:53:32 PM
 #24

First log you posted shows ArmoryDB failing to read up new blocks from the chain data on disk. Is there maybe some permission snafu at play?

tomrobbo
Newbie
*
Offline

Activity: 8
Merit: 1


View Profile
June 26, 2026, 12:03:02 AM
 #25

Is there maybe some permission snafu at play?

Checked permissions but couldn't see anything unusual going on.   I did a rebuild of ArmoryDB.  It got killed again due to memory but seemed to recover ok.   Same issue though.  Anything new in these db logs?

https://pastebin.com/TCNJM3h2

I then trashed the DB and tried to get it to automate again but no good:
Quote
ubuntu@ubuntu-QEMU-Virtual-Machine:~/Downloads/BitcoinArmory-0.97-RC1$ python3 ArmoryQt.py
QSocketNotifier: Can only be used with threads started with QThread
********************************************************************************
Loading Armory Engine:
   Armory Version:       0.96.99
   Armory Build:         None
   PyBtcWallet  Version: 1.99
Detected Operating system: Linux
   OS Variant            : ('Ubuntu', '26.04', 'Resolute Raccoon')
   User home-directory   : /home/ubuntu
   Satoshi BTC directory : /home/ubuntu/.bitcoin
   Armory home dir       : /home/ubuntu/.armory/
   ArmoryDB directory     : /home/ubuntu/.armory/databases
   Armory settings file  : /home/ubuntu/.armory/ArmorySettings.txt
   Armory log file       : /home/ubuntu/.armory/armorylog.txt
   Do wallet checking    : True
Log file doesn't exist [yet]
libEGL warning: failed to get driver name for fd -1

libEGL warning: MESA-LOADER: failed to retrieve device information

libEGL warning: failed to get driver name for fd -1

MESA: error: ZINK: failed to choose pdev
libEGL warning: egl: failed to create dri2 screen
(ERROR) Settings.py:202 - Unsupported language  specified. Defaulting to English (en)
-INFO  - 2026-06-26 - 09:52:45.424: (../../cppForSwig/BridgeAPI/BridgeMain.cpp:68) bridge log: /home/ubuntu/.armory/bridgeLog.txt
-INFO  - 2026-06-26 - 09:52:45.424: (../../cppForSwig/BridgeAPI/BridgeMain.cpp:69) cppbridge args:
 - datadir: /home/ubuntu/.armory/
 - offline: 0
 - auth mode: 0
 - db port: 9001
 - bridge port: 51221
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
-INFO  - 2026-06-26 - 09:52:49.607: (../../cppForSwig/BridgeAPI/CppBridge.cpp:1217) automating ArmoryDB
logging in /home/ubuntu/.armory/dbLog.txt
[2026/06/26 09:52:49:6321] N: lws_create_context: LWS: 4.3.10-v4.3.10, NET CLI SRV H1 H2 WS ConMon IPv6-absent
[2026/06/26 09:52:49:6321] N: __lws_lc_tag:  ++ [wsi|0|pipe] (1)
[2026/06/26 09:52:49:6321] N: __lws_lc_tag:  ++ [vh|0|netlink] (1)
[2026/06/26 09:52:49:6322] N: __lws_lc_tag:  ++ [vh|1|default||59383] (2)
[2026/06/26 09:52:49:6322] N: [vh|1|default||59383]: lws_socket_bind: source ads 0.0.0.0
[2026/06/26 09:52:49:6322] N: __lws_lc_tag:  ++ [wsi|1|listen|default||59383] (2)
[2026/06/26 09:52:49:7124] N: lws_create_context: LWS: 4.3.10-v4.3.10, NET CLI SRV H1 H2 WS ConMon IPv6-absent
[2026/06/26 09:52:49:7126] N: __lws_lc_tag:  ++ [wsi|0|pipe] (1)
[2026/06/26 09:52:49:7126] N: __lws_lc_tag:  ++ [vh|0|netlink] (1)
[2026/06/26 09:52:49:7126] N: __lws_lc_tag:  ++ [vh|1|default||-1] (2)
[2026/06/26 09:52:49:7126] N: __lws_lc_tag:  ++ [wsicli|0|WS/h1/default/127.0.0.1] (1)
[2026/06/26 09:52:49:7139] N: __lws_lc_tag:  ++ [wsisrv|0|adopted] (1)
[2026/06/26 09:52:49:8093] N: __lws_lc_untag:  -- [wsisrv|0|adopted] (0) 95.394ms
-ERROR - 2026-06-26 - 09:52:49.828: (../../cppForSwig/Node/BitcoinP2P.cpp:1444) caught StopBlockingLoop in processDataStackThread
-ERROR - 2026-06-26 - 09:52:49.828: (../../cppForSwig/Node/BitcoinP2P.cpp:1444) caught StopBlockingLoop in processDataStackThread
-ERROR - 2026-06-26 - 09:52:54.632: (../../cppForSwig/BDM_Server.cpp:1251) master client did not connect within imparted time, exiting


and for the automate only this is dbLog:
Quote
Log file opened at 2026-06-26 - 09:52:49.628: "/home/ubuntu/.armory/dbLog.txt"
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
June 26, 2026, 10:13:04 AM
 #26

Not much to see unfortunately. DB suppresses most logging in automated mode. Since you're building from source, go ahead and disable that then try again (make it LogLvlDebug" in all cases):

https://github.com/goatpig/BitcoinArmory/blob/dev/cppForSwig/main.cpp#L63

goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
June 28, 2026, 09:23:18 AM
 #27

I think I figured out the autodb issue. The client tries to connect to the DB before it starts listening to the port. I'm improving the flow there while I add Core automation. It should be fine for RC2.

tomrobbo
Newbie
*
Offline

Activity: 8
Merit: 1


View Profile
June 29, 2026, 01:38:45 AM
 #28

Not much to see unfortunately. DB suppresses most logging in automated mode. Since you're building from source, go ahead and disable that then try again (make it LogLvlDebug" in all cases):

https://github.com/goatpig/BitcoinArmory/blob/dev/cppForSwig/main.cpp#L63

Quote
I think I figured out the autodb issue. The client tries to connect to the DB before it starts listening to the port. I'm improving the flow there while I add Core automation. It should be fine for RC2.

I tried this but it didn't seem to add additional logging for my issue.  I was able to find something though and make a fix (with Claude's help).  I'll raise an issue on GitHub and you can decide.  Your improved flow may also fix it.
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
June 29, 2026, 06:39:16 AM
 #29

I've fixed the logging issue locally along with the connection timing, but the bug you found needs dealt with too. I'm pushing my own stuff to the core_tab branch while dealing with a PR from another contributor. It will all be merged down into the RC2 branch eventually, then onto fixing the Windows build and pushing out binaries.

goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
July 09, 2026, 05:32:37 PM
Merited by nc50lc (1)
 #30

I have to leave tomorrow for another 2 weeks. I wanted to push RC2 before that but I'm unhappy with the state of the code still, in no small part due to the behavior on Windows. It's unfortunate but RC2 will have to wait until late July. I'll be pushing code in between, but won't have access to my offline signing setup to formalize a release. I may yet manage to wrap up all I want for the RC before I'm back, so people who build from source may get to try it out early.

rice_cooker
Newbie
*
Offline

Activity: 2
Merit: 1


View Profile
July 27, 2026, 06:15:47 AM
 #31

Is this safe to use? I have an old 2013 wallet I need to access.

Or is there an OS and Bitcoin version that still works with 0.96.5?
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
July 27, 2026, 11:59:45 AM
 #32

It has db trouble, no known issues with the wallet code. If you have a blockxor copy of the chain, the db won't sync properly. The rc1 build is for windows. If you are on linux, consider building from the 0.97_rc2 branch to get the outstanding fixes.

nc50lc
Legendary
*
Offline

Activity: 3234
Merit: 8964


Self-proclaimed Genius


View Profile
July 28, 2026, 04:41:56 AM
 #33

Or is there an OS and Bitcoin version that still works with 0.96.5?
As far as I can tell, v0.96.5 still works in Windows11.

For Bitcoin Core, you'll need versions not newer than v27.2 for it to be compatible with Armory 0.96.5.
The Bitcoin blockchain must be synced using that version because newer ones wont be compatible with v27.x.

Those old binaries are still available in Bitcoin Core's website, link: bitcoincore.org/en/releases

rice_cooker
Newbie
*
Offline

Activity: 2
Merit: 1


View Profile
August 02, 2026, 10:04:01 AM
Merited by nc50lc (1)
 #34

Or is there an OS and Bitcoin version that still works with 0.96.5?
As far as I can tell, v0.96.5 still works in Windows11.

For Bitcoin Core, you'll need versions not newer than v27.2 for it to be compatible with Armory 0.96.5.
The Bitcoin blockchain must be synced using that version because newer ones wont be compatible with v27.x.

Those old binaries are still available in Bitcoin Core's website, link: bitcoincore.org/en/releases

Thanks, I did actually get a working workflow with 0.96.5 and the latest Bitcoin Core after troubleshooting it using Claude before seeing your post. Running Core v31.1.0 on Windows 11, created transaction from a watching-only wallet, signed on an offline 0.96.5 instance and broadcast via bitcoin-cli. Wasn't really comfortable running a RC which migrate wallets so preferred to use 0.96.5 was a pain to figure out and couldn't have done it by myself.

Note:Claude wrote the rest of this post but posting details in case it helps someone

blockxor is avoidable — blocksxor=0 in bitcoin.conf. The catch is it only takes effect when the blocks directory is created. Setting it on an existing obfuscated chain does nothing, since the key in xor.dat is still honoured. I found that out after the fact and had to delete blocks/, chainstate/ and xor.dat and re-sync ~862 GB. Check it with:

powershell -Command "[BitConverter]::ToString([IO.File]::ReadAllBytes('<datadir>\blocks\xor.dat'))"

All zeros is what you want. The symptom if it's wrong is subtle — the header pass runs and produces zero parsed block file lines. Looks like a hang rather than an error.

The one that took me longest, and I couldn't find it mentioned anywhere: ArmoryDB crashes if Bitcoin Core is running and fully synced. It starts fine, logs Connected to Bitcoin node, then dies before doInitialSyncOnLoad. Exit code -1073741819 (0xC0000005, access violation), and Event Viewer shows the faulting module as ArmoryDB.exe itself, 64-bit build. From the GUI it presents as "Armory failed to spawn the DB!", which sends you hunting through ports and cookies. It isn't that.

Close Core and the db builds normally — 862 GB, 5670 block files, headers in ~10 minutes, chain organised in 1s.

Notably it worked fine the previous day while Core was still in IBD. It only started crashing once the node caught up, so I assume it's the tx relay/mempool traffic a synced node pushes at a 2019-era P2P parser. Haven't narrowed it further, and this is one machine's observation rather than anything rigorous.

Also worth knowing: the fee estimator is unusable on v28+, for the same RPC reason. It proposed 242 sat/B while the network was accepting 1.13, and separately warned me off a correct 5 sat/B fee as "insufficient" against a suggested minimum of 200. Override it manually from mempool.space every time.

Working workflow, all with Core closed: watching-only wallet online → create unsigned tx → USB to an offline 0.96.5 instance → sign → back → extract the raw hex from Armory's review dialog → close Armory, open Core → bitcoin-cli sendrawtransaction.
nc50lc
Legendary
*
Offline

Activity: 3234
Merit: 8964


Self-proclaimed Genius


View Profile
August 03, 2026, 04:22:18 AM
 #35

-snip-
Thanks, I did actually get a working workflow with 0.96.5 and the latest Bitcoin Core after troubleshooting it using Claude before seeing your post.
That's indeed possible with those workarounds.
In fact, I've suggested something similar before in other threads to those who are already using the latest version of Bitcoin Core (v28.0) at that time.
E.g.:
But since it appeared that you'll start from scratch, I've advised to use the most-compatible versions instead.

alomar
Member
**
Offline

Activity: 179
Merit: 10


View Profile
August 03, 2026, 06:38:26 PM
 #36

crazy seeing you still here.  or back up.  i thought you had sunsetted your support for Armory years ago.
nc50lc
Legendary
*
Offline

Activity: 3234
Merit: 8964


Self-proclaimed Genius


View Profile
August 04, 2026, 04:10:57 AM
 #37

crazy seeing you still here.  or back up.  i thought you had sunsetted your support for Armory years ago.
goatpig never abandoned Armory after he took over the project from etotheipi.

It appeared inactive before because the "master branch" of the repository isn't constantly updated and it's selected by default in Github.
While the "dev branch" is still getting consistent updates but it wasn't displayed by default when visiting BitcoinArmory repo;
But now, dev branch is set to show first rather than master branch.

goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4214
Merit: 1419

Armory Developer


View Profile
August 04, 2026, 07:47:48 AM
 #38

I'm just slow T_T

Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!