Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StartOS (Start9) wrapper #57

Open
remcoros opened this issue Aug 26, 2024 · 0 comments
Open

StartOS (Start9) wrapper #57

remcoros opened this issue Aug 26, 2024 · 0 comments

Comments

@remcoros
Copy link
Contributor

I've created a wrapper for both the public-pool backend and UI here: https://github.com/remcoros/public-pool-startos

One caveat is the lack of port forwarding non-http ports in the current StartOS version (0.3.5), so it requires a DIY step (explained in the instructions).

To mine on testnet4, I've also created a fork of the bitcoin core service running testnet4 for StartOS here: https://github.com/remcoros/bitcoind-startos

Starting from Bitcoin Core 28.0, the npm package 'rpc-bitcoin' will break (vansergen/rpc-bitcoin#65), I fixed that by using 'patch-package' here: https://github.com/remcoros/public-pool-startos/blob/main/Dockerfile#L37

I understood that some work to wrap public-pool for StartOS was already done, but could not find any additional info or repository, so I went ahead and created this myself.

Hope this useful and happy to provide more details.

Repository owner deleted a comment from mabhi02 Aug 26, 2024
Repository owner deleted a comment Aug 26, 2024
Repository owner deleted a comment Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@remcoros and others