Connect to umbrel with python bitcoin rpc

Ive tried to connect to umbrel with ‘python-bitcoinrpc’, I use the rpc username and password provided in the bitcoin node connect button. But running getblockchaininfo command… or any other command for that matter… returns 403 forbidden. Wondering why this happens or if there is a better way to connect to umbrel via python

1 Like

bump, I have the same issue. Is there some way to reset/change the rpc password?

1 Like

Hello!

I am trying to connect to mu umbrel bitcoin core using python, was anyone able to?

1 Like

I’m running into the same issue. Anyone figure this out?

hi, I managed to call the getblockchaininfo function from python remotely, with request, in case anyone is interested