Pages:
Author

Topic: Armory 0.96.5 - page 5. (Read 28960 times)

jr. member
Activity: 53
Merit: 2
January 16, 2021, 08:28:49 PM
#55
I currently have 1 active connection to the bitcoin network. That happened after I dropped my personal firewall.
Is there a way to enter IP addresses for bitcoin nodes into the bitcoin.conf file?
jr. member
Activity: 53
Merit: 2
January 16, 2021, 07:16:09 PM
#54
It reached block 524491 previously. I started re-indexing headers about 3 weeks ago. After that, it stopped at a lower percentage, but both values were still displayed in the dialog box.

These two lines were the current status:
The re-indexing process stopped at 53.29%
Sat
May 26 7:39:09  2018

2 years and 32 weeks behind

They were displayed below the block 524491 entry. At the moment, I am updating Windows, having run performance tuning on the system. Windows performance was extremely sluggish.
HCP
legendary
Activity: 2086
Merit: 4314
January 16, 2021, 04:46:17 PM
#53
Something odd going on with your Bitcoin Core...

It got as far as getting the new block at 524491, and then just stopped getting new blocks...
Quote
2021-01-09T14:55:25Z UpdateTip: new best=0000000000000000000b6ce14cc39740a42d817ba68382075927555cd707f3e1 height=524491 version=0x20000000 log2_work=88.888701 tx=318642673 date='2018-05-26T14:39:09Z' progress=0.532869 cache=410.4MiB(2884728txo)
2021-01-09T14:55:25Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there
2021-01-09T15:32:10Z Potential stale tip detected, will try using extra outbound peer (last tip update: 2205 seconds ago)
...
2021-01-12T08:53:05Z Potential stale tip detected, will try using extra outbound peer (last tip update: 237460 seconds ago)

Are you actually connected? What is the networkactive value and how many connections do you see if you do:
Code:
bitcoin-cli getnetworkinfo

Or look at the "Window -> Information" screen in Bitcoin Core GUI? Huh
jr. member
Activity: 53
Merit: 2
January 16, 2021, 02:41:42 PM
#52
Could the issue be caused by an intermittent failure in the Internet connection? No new blocks are available?
jr. member
Activity: 53
Merit: 2
January 16, 2021, 02:12:30 PM
#51
Hard Disk
used:  187 GB
free:  278 GB

https://pastebin.com/ciVY7EUW

HCP
legendary
Activity: 2086
Merit: 4314
January 14, 2021, 03:37:42 PM
#50
The only things I can think of that would cause this are:

1. Corrupt data on disk... the easiest (but "longest") fix is to simply delete all the bitcoin core block data and start syncing from scratch again.
2. Out of hard disk space... Bitcoin Core will simply stop syncing if it runs out of harddrive space.
3. Some sort of hardware issue causing data corruption.

So, do you actually have enough free space on the disk for the blockchain? Huh It's well over 350+gigs on total storage now...


What do you see at the end of the debug.log file when Bitcoin Core stops syncing? Huh Any obvious errors? It would be helpful if you posted the last couple of hundred of lines from debug.log (use pastebin.com to avoid post length limits)
jr. member
Activity: 53
Merit: 2
January 13, 2021, 08:15:33 PM
#49
The re-indexing process stopped at 53.29%
Sat
May 26 7:39:09  2018

2 years and 32 weeks behind

It still lists the same values at the top: Syncing Headers (524490, 79.5%)

Which way to go on this? Delete db files and rebuild the database in bitcoin core? It took over 3 weeks to get to the stopping point re-indexing headers.
HCP
legendary
Activity: 2086
Merit: 4314
December 21, 2020, 01:50:28 AM
#48
I think it's caused by the reindex option... What it is currently doing is going through what you currently have stored on disk (this is why you see progress changing as it reindexs the blocks on disk)... once it finishes that process, it'll then start looking for new blocks after 524490 (at which point the "syncing headers" values should change).
jr. member
Activity: 53
Merit: 2
December 20, 2020, 04:10:47 PM
#47
I am reindexing bitcoin core from command line on Windows 10.0. Bitcoin Core 0.20.1
The counters are incrementing on lines 2 - 4, but they are static on line 1 of the overview tab.
Number of blocks left: Unknown. Syncing Headers (524490, 79.5%)...

The lines containing date and time, progress, and progress increase per hour are all incrementing or changing.

Is the syncing continuing, or do I need to stop this process and try something else?
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 31, 2020, 02:20:54 AM
#46
What happened to the website? https://btcarmory.com/ down? Git repo has no updates in years?

I'm expanding https://WalletScrutiny.com to Linux wallets and in terms of binary distribution this would be a "defunct" wallet?

Owned by the former maintainers. I use my repo (goatpig/BitcoinArmory on github). It has a gh-pages branch for btcarmory.com in there. You can look at development in the dev branch. Master only receives signed tags for releases.
legendary
Activity: 1862
Merit: 1105
WalletScrutiny.com
August 30, 2020, 08:24:08 PM
#45
What happened to the website? https://btcarmory.com/ down? Git repo has no updates in years?

I'm expanding https://WalletScrutiny.com to Linux wallets and in terms of binary distribution this would be a "defunct" wallet?
jr. member
Activity: 54
Merit: 6
August 19, 2020, 01:59:56 PM
#44
I have an old machine which is still running 0.92!  It runs on my dad's computer so I quite literally haven't toucehd it in years.  Still has a fraction of a BTC on it too!
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 30, 2020, 12:26:27 PM
#43
Quote
Can you give some update and background infos about it?

Sometimes this summer. New wallet code is done, migration to LWS + socket encryption is done. Main blocker atm is the migration from p2/qt4 to py3/qt5. Then I need some extra work for the BIP32 wallet GUI. I do have a day job though.
newbie
Activity: 16
Merit: 1
May 30, 2020, 12:05:34 PM
#42
I also wish we can see an update to Armory sooner or later.  I've been sticking with this wallet since I started dealing BTC in early 2013.   It would be nice to continue using it on the long term.
newbie
Activity: 24
Merit: 3
May 30, 2020, 11:01:31 AM
#41
Armory 0.97: Is this project still being worked on? In this topics first post the eta is Q2 '19.
Can you give some update and background infos about it?
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 18, 2020, 04:03:49 AM
#40
The installation of python2 is very simple: sudo apt-get install python2, but Pyqt4 is not available as package for 20.04. VM is the last resort.

There typically are archive servers with older packages that let you grab no longer supported libs like this. You could also install it from pip, though I believe a Ubuntu 19 VM is the better solution.
legendary
Activity: 1914
Merit: 2071
May 17, 2020, 02:21:16 PM
#39
Python isn't exactly a library, though it the interpreter can be loaded as one, but I digress. Yes, it's possible to freeze Armory on linux. But considering the cost to do so, you're better off running an older version (in a VM), or installing py2 on you Ubuntu 20 system.

The installation of python2 is very simple: sudo apt-get install python2, but Pyqt4 is not available as package for 20.04. VM is the last resort.


There will be a release sometimes this summer with a bunch of new stuff and a port to py3/qt5 which will fix a lot of compatibility stuff with modern OS.

Very good news!!
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 16, 2020, 07:12:15 PM
#38
Python isn't exactly a library, though it the interpreter can be loaded as one, but I digress. Yes, it's possible to freeze Armory on linux. But considering the cost to do so, you're better off running an older version (in a VM), or installing py2 on you Ubuntu 20 system. There will be a release sometimes this summer with a bunch of new stuff and a port to py3/qt5 which will fix a lot of compatibility stuff with modern OS.
legendary
Activity: 1914
Merit: 2071
May 16, 2020, 08:28:08 AM
#37
Ubuntu 20.04 has issues installing.

Missing dependencies python-qt4, python-twisted, python-psutil

Ubuntu 20 got rid of py2 I believe.

Quote
computer science solved this problem 40-50 years ago: the static binary (bitcoin itself is a static binary, all needed libraries by bitcoind/bitcoin-qt are packaged into the executable file)

To be fair, the only stuff Armory doesn't link to statically beside the C lib is Qt.

Is it possible to have a release of Armory (executable file) that works on ubuntu 20.04?

With all needed libraries statically linked?
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 13, 2020, 07:23:34 AM
#36
Ubuntu 20 got rid of py2 I believe.
Pages:
Jump to: