Author

Topic: Upgrade issues (Read 122 times)

newbie
Activity: 13
Merit: 6
December 22, 2022, 08:18:09 PM
#9
Setting both to 1 works. Thanks everyone for the assist-)
legendary
Activity: 3248
Merit: 2971
Block halving is coming.
December 22, 2022, 07:36:57 PM
#8
OK interesting. I installed libxcb-xinerama0 and ran my script. Qt popped up and then error stating conflict saying it couldn't run with listen 0 and listenonion 1. Changed both to 0 and now its updating blocks since shutdown 2 days ago. Didn't realize I didn't restart. 308 blocks left proper version 24.0.1.   It ran that way before, should both be 1 for for?  

It seems its related to this error "Unable to open bitcoin-qt when incoming connections disabled in settings"

Are these listen 0 and listenonion 1 are in your Bitcoin core config? I think both of them are enabled by default but would you mind trying to remove them from your bitcoin core config or just setting up both of them into 1 to enable them?

But if your current settings are running fine just leave it like other users they having the same issue but the others with the same settings they don't get this error.

Or if you just want to use it as normal try the suggestion from GitHub to run bitcoin-qt -resetguisettings to reset the settings

Adding this if you are planning to run your core with TOR then check this discussion here "Bitcoin node over TOR"
newbie
Activity: 13
Merit: 6
December 22, 2022, 06:24:10 PM
#7
OK interesting. I installed libxcb-xinerama0 and ran my script. Qt popped up and then error stating conflict saying it couldn't run with listen 0 and listenonion 1. Changed both to 0 and now its updating blocks since shutdown 2 days ago. Didn't realize I didn't restart. 308 blocks left proper version 24.0.1.   It ran that way before, should both be 1 for for? 
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
December 21, 2022, 07:53:40 AM
#6
Sounds like the dynamic loader issue. What is the result of ldd bitcoin-qt?

Confused as to why tthere's no binaries for bitcoin in usr/bin or local/bin as well.
Depending on how you installed it, it may be in a different location. Presumably it is on your PATH as you can run it, so try doing which bitcoin-qt to figure out where it lives.

The file most likely does not exist and has to be installed from PopOS repos. Perhaps Qt is not installed by default? This is especially likely if GNOME or some gnome-based environment such as XFCE or MATE was the first (or only) desktop that was installed.
staff
Activity: 3374
Merit: 6530
Just writing some code
December 20, 2022, 11:08:24 PM
#5
Sounds like the dynamic loader issue. What is the result of ldd bitcoin-qt?

Confused as to why tthere's no binaries for bitcoin in usr/bin or local/bin as well.
Depending on how you installed it, it may be in a different location. Presumably it is on your PATH as you can run it, so try doing which bitcoin-qt to figure out where it lives.
newbie
Activity: 13
Merit: 6
December 20, 2022, 06:11:41 PM
#4
Thx for both replies. I'm afk for a few hours, I will post full error on return. Im using popOS. Confused as to why tthere's no binaries for bitcoin in usr/bin or local/bin as well. Does compiling from tarball work for qt as well? I'm newish to lint as well for popos/Ubuntu? Seeing arch in the command, just curious
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
December 20, 2022, 01:18:17 PM
#3
Try out unpacking from tar.gz and compiling it yourself. I presume you've at least imported one public key from the repository. I also presume you're at Linux.

From raspibolt:
Code:
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-aarch64-linux-gnu.tar.gz
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS.asc
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS.ots
sha256sum --ignore-missing --check SHA256SUMS

If signature is verified, move on.
Code:
tar -xvf bitcoin-24.0.1-aarch64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-24.0.1/bin/*

Check it out with bitcoind --version. It must return:
Code:
> Bitcoin Core version v24.0.1
legendary
Activity: 3248
Merit: 2971
Block halving is coming.
December 20, 2022, 12:46:27 PM
#2
On what OS did you get this error?

I hope that you can post the whole error not just the partial.

Would you mind trying to install libxcb-xinerama0 if your OS is Linux then use this command below?

Code:
$ sudo apt-get install libxcb-xinerama0
newbie
Activity: 13
Merit: 6
December 20, 2022, 12:37:08 PM
#1
I'm trying to upgrade from 22.0 - 24.0.1 but cannot copy over qt like bitcoincore.org says. When I do this and run executable I get an error. "Error while loading shared libraries libxcb-xinerama...."

I also cannot find bitcoin in usr/local/bin or usr/bin to copy over old binaries with new.I have bitcoin installed on my extra drive. 22 runs fine. I'm missing something in the upgrade process, any suggestions/solutions appreciated.

Jump to: