~snip~
thanks for your help
What I have read in the setup instructions are talking about the full package taking a couple of days to download the bitcoin core during the initial setup, so I thought that if I installed the packages, (I guess I need both the binaries and the web UI?) on a computer (mac mini, btw) running umbrel on ubuntu and take advantage of the bitcoin core already running there. are there any instructions available for installing the needed binaries and web UI for ubuntu, or for connecting to an existing bitcoin / lightning node? I can follow instructions but still not very linux savvy for installing things without detailed instructions. most unix installs I have done are command line using wget, etc, but I'm just a monkey following instructions. if the instructions are good, everything usually works, lol.
also, is there any reason I can't install the software and start messing around with it even though I may be weeks or months away from being able to buy one because of no inventory available?
You can download the software right now.
The miner itself is closed source, so you can only run it in the supported platforms. No mac support, only windows, linux, and raspberry pi 32 and 64 bits. Here are the binaries:
https://github.com/jstefanop/Apollo-Miner-Binaries/releases You will have to run it on the Ubuntu device you have ( Apollo-Miner_linux-x86_64.tar.xz ). You will be able to learn more about how to use it with:
./apollo-miner --help
That should be all you need to start mining with the apollo standard. The miner connects to a mining pool of your choosing, so it doesn't need a bitcoin node. You can run your bitcoin node independently.
If you want to emulate what the apollo full offers, then you need a bitcoin node (which you already have), and a web UI. The web UI is open source, and is available here:
https://github.com/jstefanop/apolloapi/tree/production-BTC Note that this is two repos, the "server" side which reads the data from the miner and saves it into a local database and the UI itself (which is a submodule of this repo). You will have to carefully set it up manually, since it's made for their own device. Out of the box it executes many different commands that you might not want in your device, so double check everything before running it. But if you know what you're doing you can end up with a similar web interface that the full edition offers. It basically allows you to manage the miner, and the bitcoin node through the UI. It basically just executes scripts under the hood, so you should be able to customize it to your needs. There's no official support for this though, so if you're not comfortable doing this on your own, then I would recommend you to just use the command line tool.