raven_deltaHero Member
Posts: 6 · Reputation: 2149
#1May 11, 2017, 04:18 PM
I’ve got a Raspberry Pi 5 running the latest RPi OS (Bookworm), and I installed Bitcoin Core (26.0.0) on it. Everything seemed to go pretty smoothly, the blockchain downloaded without any issues, and Bitcoin Core is up and running.
Then, I thought I’d give Sparrow Wallet a shot on my MacBook Pro and connect it to the Bitcoin Core running locally on the RPi. So, I went to the Pi, opened Bitcoin Core, clicked on Options, and then on "Open Configuration File". But I got nothing.
I opened a terminal and navigated to ~/snap/bitcoin-core/common/.bitcoin, where I found the bitcoin.conf file was empty.
I added some settings to the config file to enable connections from local devices...
From what I gather, this should set Bitcoin Core to bind to localhost and the IP address 192.168.1.33, allowing connections using the ID and password from localhost or any device in the 192.168.1.X range.
After restarting Bitcoin Core, I tried to configure Sparrow Wallet to connect to my local Core server. But I hit a "Connection Refused" error when testing the connection.
I checked the Core log on the RPi and all I see is a bunch of nothing...
So, here are my questions...
1) When Bitcoin Core is installed through SNAP, is there some additional configuration that I need to set up to help Bitcoin Core recognize it’s not a standard install?
2) Do you see any issues in the config file I set up?
3) If using SNAP for Bitcoin Core causes all sorts of headaches, can I switch to a regular install of Bitcoin Core on my RPi and transfer the data?