Post
Topic
Board Hardware
Re: Announcing the FutureBit Apollo BTC - A Full Node/Mining Platform for the Home!
by
nullama
on 04/05/2022, 16:44:30 UTC
Hi i currently have it connected to a linux machine, where is that json file created? I have it running at moment

Getting that display information would be great

When you run ./apollo-miner it will send information to the console, and every few seconds/minutes it will write that information into a json file, which is located in the same directory. The name of this file is apollo-miner.SOME_CHARACTERS_HERE

That file is a json file with all the miner information. You can just parse it yourself and display it however you want. You can also edit the open source web UI to use it with your own hardware, but it's not trivial. You're probably better off just reading the json file.