Has anyone heard of the script UTXOracle.py?
UTXOracle.py is an open-source Python script that provides a decentralized method for estimating the daily Bitcoin price without relying on exchanges or third-party data providers. It analyzes on-chain transaction patterns, especially those with round US dollar amounts, and uses a local Bitcoin node to estimate the price. This ensures that all users get the same result. The accuracy of the script has been verified by comparing its results with exchange prices. You can download the script here: UTXOracle.py.
Has anyone integrated the script into Umbrel and can share a guide? Umbrel runs Bitcoin in a Docker container, so bitcoin-cli
is not directly available on the host system. Is there still a way to connect to the node?