Bitcoin Forum
May 23, 2024, 12:06:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 107 »
21  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 14, 2018, 10:21:08 PM
So, with the newly generated wallet including one imported address, it scans history for an hour, then DB hangs, at -30secs, with
Quote
(BlockchainScanner.cpp:852) scanned from block #514744 to #515526
as the last line in dbLog.txt. I can't get a Qt connection any more after restarting Qt, no matter what wallets it has loaded.
After restarting DB, Qt connects fine and loads wallets and tx instantly.

With the watch-only wallet newly added, exactly the same as above.

To triplecheck, after removing those wallets again, I created a fresh wallet while not connected to DB. Restarting DB and then Qt, it starts scanning history. Everything again the same, seconds before finishing it hangs DB and Qt. This time I got ever-repeating errors in Qt:

Quote
(python:7717): Gtk-CRITICAL **: IA__gtk_progress_configure: assertion 'value >= min && value <= max' failed
-ERROR - : (BinaryData.h:563) odd hexit count
-ERROR - }: (BinaryData.h:563) odd hexit count
-ERROR - : (BinaryData.h:563) odd hexit count
-ERROR - }: (BinaryData.h:563) odd hexit count

Well, I have no clue how to go on from here?

Ente
22  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 14, 2018, 06:30:14 PM
I gather you're getting to load the client before it gets to that stage, right? Have you tried deleting the .lmdb mirror files? Also, consider running the wallet through the recovery tool in full mode.


I removed the two new wallets (one imported watch-only, one freshly created with one imported address), and removed all .lmdb and .lmdb-lock files. And I checked all wallets on "full recovery", no errors found.
Still same behavior.
Like, now, I only have my ages old walletsagain, and still have the "odd hexit count" errors in Qt.


edit: restarting ArmoryDB, and everything works with the old wallets only. I'll check a few combinations of wallets, files, scans, and will report back.

Is this a wallet problem? And/or a Qt problem? Or a DB problem? DB seems to start scanning from the beginning every time too.

Ente
23  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 14, 2018, 08:13:27 AM
Ah, neat!
I upgraded both ArmoryDB and ArmoryQt to 0.96.4, still the exact same messages and scanning never finishes..

Ente

I need to see the full Qt log.

Is ArmoryQT --debug enough? Nothing more to see, afaik:

Quote
(INFO) ArmoryQt.py:566 - Usermode: Expert
(INFO) ArmoryQt.py:1698 - Changing usermode:
(INFO) ArmoryQt.py:1699 -    From: Expert
(INFO) ArmoryQt.py:1707 -      To: Expert
(INFO) ArmoryQt.py:1836 - startBitcoindIfNecessary
(WARNING) ArmoryQt.py:1826 - DB is already running
(INFO) ArmoryQt.py:1924 - Setting netmode: 1
-ERROR - : (BinaryData.h:563) odd hexit count
-ERROR - : (SwigClient.cpp:61) odd hexit count
(INFO) ArmoryQt.py:1924 - Setting netmode: 0
(INFO) ArmoryQt.py:1906 - loadBlockchainIfNecessary
(INFO) ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
(INFO) ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode

Cheers,

Ente
24  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 14, 2018, 08:06:15 AM
i also tried building from the 0.96.4 source but run into this error upon "make":

Code:
user@user-VirtualBox:~/Downloads/BitcoinArmory-0.96.4$ make
Making all in cppForSwig
make[1]: Entering directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig'
Making all in lmdb
make[2]: Entering directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig/lmdb'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig/lmdb'
Making all in fcgi
make[2]: Entering directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig/fcgi'
make[2]: *** No rule to make target 'all'.  Stop.
make[2]: Leaving directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig/fcgi'
Makefile:1538: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/Downloads/BitcoinArmory-0.96.4/cppForSwig'
Makefile:413: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

before
Quote
sh autoconfigure.sh
do
Quote
git submodule init
git submodule update

edit: oops, didn't notice the new thread page.

Cheers,

Ente
25  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 13, 2018, 11:54:13 PM
Ah, neat!
I upgraded both ArmoryDB and ArmoryQt to 0.96.4, still the exact same messages and scanning never finishes..

Ente
26  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 13, 2018, 08:43:09 AM
I imported a new address in 0.96.3, scanning hangs close to finished:

Have you tried with 0.96.4?

Not yet, as it's an RC.
If you have no other suggestions, I'll upgrade and recheck.

Ente
27  Bitcoin / Armory / Re: Armory 0.96.3 released on: April 12, 2018, 10:23:37 PM
I imported a new address in 0.96.3, scanning hangs close to finished:

ArmoryDB:
Quote
(BlockchainScanner.cpp:852) scanned from block #514744 to #515526

ArmoryQt:
Quote
-ERROR - �Q��o: (BinaryData.h:563) odd hexit count
-ERROR - �Q��o: (SwigClient.cpp:61) odd hexit count

I restarted both a few times, always the same. Around half an hour scanning, then it hangs in Qt, and wouldn't show a time estimate any more after restarting Qt.

Well, first time I have a computer problem where I literally find noone with the same problem before, yay! :-)

Ente
28  Local / Treffen / Re: Leipziger Bitcoin-Stammtisch (Jeden DRITTEN Donnerstag im Monat) on: April 10, 2018, 02:09:25 PM
..irgendwas haben wir eindeutig falsch gemacht..  Grin

Ente
29  Local / Treffen / Re: Bitcoin Themenabend Leipzig (erster Mittwoch im Monat) dezentrale Hackspace on: April 03, 2018, 06:32:26 PM
Ganz genau!
Morgen abend trifft sich wieder der Bitcoin Themenabend, wie immer am ersten Mittwoch im Monat in der dezentrale [1].
Es gibt diesmal einen Filmabend, den konkreten Film stimmen wir pünktlich um 19:00 Uhr ab.

Libre Grüße und bis morgen,

Ente

[1]
dezentrale eV
Dreilindenstraße 19
04177 Leipzig
https://www.openstreetmap.org/way/41760585
30  Local / Treffen / Re: Leipziger Bitcoin-Stammtisch (Jeden DRITTEN Donnerstag im Monat) on: March 14, 2018, 01:36:56 PM
Morgen ist es wieder so weit, wie immer 19:00 im Café Uptown.

Libre Grüße,

Ente
31  Local / Treffen / Re: Bitcoin Themenabend Leipzig (erster Mittwoch im Monat) dezentrale Hackerspace on: March 06, 2018, 06:04:41 PM
Hallo zusammen,

morgen trifft sich um 19:00 der Bitcoin Themenabend, wie jeden ersten Mittwoch im Monat in der dezentrale.

Diesmal gibts als Thema einen allgemeinen Überblick über verschiedene Skalierungsansätze zu de/zentralen digitalen Bezahlsystemen. Das ist quasi der Prequel zum letzten Themenabend zu Lightning.

Danach wird es genug Raum für Fragen und Diskussionen geben. Einiges ging ja auch schon über die Mailingliste.
Last not least müssen wir darüber reden, ob und wie wir den Bitcoin Themenabend fortführen (da sich nur wenig Leute einbringen).

Libre Grüße und bis morgen,

Ente
32  Economy / Exchanges / Re: [OFFICIAL]Bitfinex.com first Bitcoin P2P lending platform for leverage trading on: February 19, 2018, 11:03:16 AM
Please, people, start your own thread about tether. It's going on and on, over dozens of pages of posts now.
I am very aware of tether, its volume, dubious audits and critical voices by now. And also that there is no proof whatsoever that tether or its USD backing is foul.

Please cut it off, I want to read about stuff concerning bitfinex directly here only.

Thank you.

Ente
33  Bitcoin / Project Development / Re: [ANNOUNCE] Bitmessage - P2P Messaging system based partially on Bitcoin on: February 19, 2018, 10:44:20 AM

Wow.
Is this a nasty bug, or a backdoor looking like a bug? Who introduced this?

Well, I always warn to use bitcoin-branded apps, programs and linux images. It's too tempting to plant malware there, for the preselected bitcoin userbase. I wouldn't have expected that a program of the weight of bitmessage to be infected though..

So, use different hardware or virtualization, or at least hardwarewallets.

Ente
34  Local / Treffen / Re: Leipziger Bitcoin-Stammtisch (Jeden DRITTEN Donnerstag im Monat) on: February 12, 2018, 09:50:26 PM
In drei Tagen, Donnerstag 15.02., treffen wir uns zum nächsten Bitcoin Stammtisch, wie immer ab 19:00 im Café Uptown.

Bis dahin,

Ente
35  Bitcoin / Armory / Re: Armory 0.96.3 released on: February 08, 2018, 08:32:43 PM
HDD for core blockchain and armory db.

That's your culprit.

Sorry, doesn't seem to be the hdd. It's a btrfs filesystem, I scrubbed it, shows zero errors. Nothing in syslog neither.

Ente
36  Bitcoin / Armory / Re: Armory 0.96.3 released on: February 07, 2018, 10:29:35 AM
Does it use a SSD or a HDD?

SSD for OS and program files, HDD for core blockchain and armory db.

Ente
37  Local / Treffen / Re: Bitcoin Themenabend Leipzig (erster Mittwoch im Monat) dezentrale Hackerspace on: February 06, 2018, 06:33:42 PM
Morgen, Mittwoch 2018-02-07, ist der nächste Bitcoin Themenabend in der dezentrale[1].
Thema an diesem Treffen: "Lightning", wie man off-chain die Kapazität von Bitcoin erhöht. Einführung in das Konzept und Technik, hinterher wie immer Gelegenheit für Fragen und Diskussionen.

Libre Grüße und bis morgen,

Ente

[1] dezentrale e.V.
Dreilindenstraße 19, 04177 Leipzig
https://dezentrale.space
https://twitter.com/dezentrale_eV
https://www.openstreetmap.org/way/41760585
38  Bitcoin / Armory / Re: Armory 0.96.3 released on: February 02, 2018, 02:23:04 PM
..happened twice again:

Quote
-INFO  - 20:54:37: (BlockchainScanner.cpp:852) scanned from block #506854 to #506855
-INFO  - 20:54:41: (BlockchainScanner.cpp:857) scanned block #506856
-INFO  - 20:54:42: (BlockchainScanner.cpp:857) scanned block #506857
-INFO  - 20:54:43: (BlockchainScanner.cpp:857) scanned block #506858
-INFO  - 20:54:45: (BlockchainScanner.cpp:857) scanned block #506859
-ERROR - 20:54:47: (BlockchainScanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 20:54:47: (BlockchainScanner.cpp:447) Has the following block files:
-ERROR - 20:54:47: (BlockchainScanner.cpp:449)  --- #1162
-ERROR - 20:54:47: (BlockchainScanner.cpp:451) Was looking for id #1165

At least in this cae, it seems like my machine was offline (unrelated to armory) and went online (I have to pull the ethernet cable once in a while). That's why it found the blocks so fast.

Cheers,

Ente
39  Bitcoin / Armory / Re: Armory 0.96.3 released on: January 20, 2018, 02:18:14 AM
Can I ask you a few questions about your DB usage and experience in PMs?

Yes please! :-)

Ente
40  Bitcoin / Armory / Re: Armory 0.96.3 released on: January 17, 2018, 09:01:08 PM
Tonight, apparently ArmoryDB crashed. This happened once before, months ago. Both times on 0.96.3.
This is what I got in logs:
Quote
armorydb.sh[12614]: -INFO  - 03:34:40: (BlockchainScanner.cpp:852) scanned from block #504582 to #504583
armorydb.sh[12614]: -INFO  - 04:06:12: (BlockchainScanner.cpp:852) scanned from block #504584 to #504586
armorydb.sh[12614]: -INFO  - 04:06:31: (BlockchainScanner.cpp:857) scanned block #504587
armorydb.sh[12614]: -INFO  - 04:28:58: (BlockchainScanner.cpp:857) scanned block #504588
armorydb.sh[12614]: -ERROR - 04:39:33: (BlockchainScanner.cpp:445) Missing file map for output scan, thi...xpected
armorydb.sh[12614]: -ERROR - 04:39:33: (BlockchainScanner.cpp:447) Has the following block files:
armorydb.sh[12614]: -ERROR - 04:39:33: (BlockchainScanner.cpp:449)  --- #1144
armorydb.sh[12614]: -ERROR - 04:39:33: (BlockchainScanner.cpp:451) Was looking for id #1145
armorydb.sh[12614]: terminate called after throwing an instance of 'std::runtime_error'
armorydb.sh[12614]: what():  missing file map
A simple "service armorydb {stop-start}" fixed it (I had to stop it, only a start didn't suffice).

It's a FIY only, it's no hassle for me, and eventually I'll update to 0.96.4 anyway.

Cheers,

Ente
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 107 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!