Questions tagged [linux]
The computer operating system named Linux is used by many for mining and transferring Bitcoins.
195 questions
1 vote
0 answers
68 views
(Permission) Issue running electrum server as a service in Raspberry Pi 5
Disclaimer: Having some linux permissions issues, but it is related to setting up a Bitcoin Node, and an Electrum Server; if there's a better place to post this, please lmk!. I've been following the ...
1 vote
1 answer
205 views
Unable to use external SSD for Bitcoin datadir in Ubuntu
I'm learning about how to run a Bitcoin full node. I have started tinkering with it on Windows, and have put the data directory in an external SSD drive I got specifically for storing the entire ...
2 votes
1 answer
382 views
How do I go about "searching your distribution's package database for the missing files" to get the GUI working for Ubuntu Linux?
In the Bitcoin Core instructions, it says that to use the GUI, you have to execute bitcoin-qt. It gives this explanation for a potential obstacle: If all the required libraries are installed, Bitcoin ...
2 votes
1 answer
222 views
Which version of Bitcoin Core do I need for a Dell laptop with Ubuntu?
I am not technically proficient but I want to download Bitcoin Core on my Dell laptop with Ubuntu. I have a new external drive and want to download a (pruned) BTC node for use in conjunction with ...
0 votes
0 answers
159 views
Bitcoind isn't starting as system service for some reason
Have bitcoind.service file in /etc/systemd/system with the following contents: [Unit] Description=Bitcoin daemon After=network.target [Service] ExecStart=/media/user/2TB/.bitcoin/bitcoind-start.sh #...
1 vote
1 answer
134 views
User change for bitcoin core installation
I made a mistake and installed bitcoin core under the main system user “dog” in Linux (Debian). Now I am scratching my head thinking what I should do to change the user to “coindog” which would not be ...
0 votes
1 answer
259 views
Verify Hash from bitaddress.org without the original HTML file
Can I verify that I used an authentic version of bitaddress.org if I only have the SHA256 hash string I generated from the HTML file? >> sha1sum bitaddress.org.html How can I do this on Linux? ...
5 votes
1 answer
2k views
Why is a bitcoin node pruned to 550MB taking up 10GB+?
Why is a bitcoin node pruned to 550MB taking up 10GB+? $ du -smc blocks chainstate index | sort -g 0 index 849 blocks 10325 chainstate 11174 total
3 votes
1 answer
643 views
Loading wallet produces "last wallet synchronisation goes beyond pruned data" after a few days on a pruned bitcoin core node
How do I run a pruned Bitcoin Core node on linux indefinitely without running into this wallet error? I know it's possible from the Bitcoin Core app on Windows but I'm not sure how to achieve it on ...
-1 votes
2 answers
146 views
Can I add Lightning-Core to bitcoin-qt full node?
I am interested in running lightning core, but the instructions say Bitcoind is required. I am running a full bitcoin-qt node on Linux Mint Ubuntu. Will lightning core work with qt or, if not, is ...
4 votes
1 answer
131 views
Build phase fails with undefined reference to `evhttp_uridecode`
I try to build Bitcoin Core on my Ubuntu 23.10 machine using the "Build Unix" documentation page but it fails with undefined reference to evhttp_uridecode. Here are the details: I started by ...
0 votes
1 answer
93 views
How to replicated the 256 MiB memory "Bare Minimum" setup of `bitcoind` from bitcoin.org
I was interested in using a Raspberry Pi Zero W to run the claimed "Bare Minimum (With Custom Settings)" install of bitcoind on either Gentoo or Linux From Scratch. It was suggested that it ...
1 vote
0 answers
98 views
It necessary to stop bitcoind when I shutdown Linux server? It will stop safely by it own?
I run bitcoind on mini pc using Debian as headless server -auto run by cron and without connect monitor-. Normally when I want shutdown, I do "bitcoin-cli stop" then "shutdown now"....
3 votes
5 answers
2k views
Is it possible to run Bitcoin Core (GUI) at the same time as bitcoind?
I'm in a very frustrating situation. I used to run Bitcoin Core on Windows, without these problems, but ever since I switched to Linux (XFCE), and I of course have Bitcoin Core (GUI) starting ...
1 vote
1 answer
100 views
How do I stop Bitcoin Core from interrupting me with the "Loading wallets..." window?
I run Linux. Debian 12. XFCE. I have installed Bitcoin Core. I think this same thing happens on Windows as well. Basically, I have it start at boot. Then, after many minutes have passed and I have ...