Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstefanop committed May 26, 2021
1 parent f6518ec commit 923998b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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
```



0 comments on commit 923998b

Please sign in to comment.