-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# Apollo-Miner-Binaries | ||
|
||
These are the release binaries for the FutureBit Apollo BTC Standard units. Please read this getting started guide and download the release binaries in the release section for the system you are running your units on. | ||
|
||
### Windows | ||
* Apollo-Miner_msvc19.zip | ||
* Apollo-Miner_gcc.zip | ||
|
||
### Linux | ||
* 64 Bit Desktop: Apollo-Miner_x86_64.tar.gz | ||
* ARM 64 (Rasberry 3/4, 64Bit SBCs): Apollo-Miner_aarch64.tar.gz | ||
|
||
We might release Mac and 32 Bit linux if there is enough demand | ||
|
||
## Starting your hashboard | ||
|
||
After you have downloaded the release binaries for your system, you will find start scripts inside the folder. You need to edit the "start_apollo" files with your pool/settings (instructions inside). | ||
|
||
For windows simply double click the .bat file to start, and on linux open a terminal, cd into the binary folder and run with | ||
|
||
```sh | ||
$ sudo ./start_apollo.sh | ||
``` | ||
|
||
|
||
|