spotbit
spotbit copied to clipboard
Self-Sovereign cryptocurrency price discovery tool leveraging Tor.
Integrate with to enable use of an on-chain price oracle if the Spotbit user also has a Bitcoin node.
The https://spotbit.info API is offline. As noted in https://github.com/BlockchainCommons/spotbit/issues/103#issuecomment-1726652681, Spotbit is currently crashing because API calls to exchanges are continuously failing. The result is that either API calls fail immediately...
A `dockerfile` is needed that enables deployment to a VPS or developer machine. - Ref. https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
SpotBit needs a way that the client can request historical date in a time range that is also "chunked" into larger time bins on the server side before being sent...
Maintaining a database of prices from specific exchanges is difficult or infeasible because exchanges are rate limited so downloading the entire history of bitcoin prices can be slow/unreliable. If Spotbit...
The [README](README.md) has sections that are out of date with respect to the available functionality. The sections that need to be updated are: - [ ] [Usage instructions](https://github.com/BlockchainCommons/spotbit#usage-instructions) - Spotbit's...
Use [pyinstaller](https://pyinstaller.org/en/stable/) in a build script that creates standalone executables for: - Beancounter (this depends on #61) Binaries created should be created for Linux, Windows, MacOS.
# References - https://github.com/BlockchainCommons/Community/issues/154 - #77 # Todo - [ ] Use [pybuild](https://wiki.debian.org/Python/Pybuild) to make a `debhelper` script.
Currently, the web front end is in the `www` directory. It has to be deployed separately from the Spotbit server. We would like this web front-end to be served from...
These are some updates from our interns that seem to be mainly UI related. Please take a look and see if they're appropriate & mature for merging?