getumbrel / umbrel

A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi or any x86 system.
https://umbrel.com
Other
6.87k stars 508 forks source link

Bitcoin core RPC password #1845

Open pox opened 2 weeks ago

pox commented 2 weeks ago

The UI seems to indicate that the bitcoin node running inside Umbrel is accepting RPC connections:

Screenshot 2024-06-10 at 10 25 34

Yet rpcpassword is not defined in the bitcoin node's config... Is RPC actually enabled?

When I exec into the bitcoin core container the password is nowhere to be found. e.g. bitcoin-umbrel.conf does not have RPC enabled. This is regardless of the values of the 'Public REST API' advanced setting. Same if it's on or off.

image

If RPC is disabled by design, as issue #506 seems to indicate, then why is the UI telling a different story?