Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/iota' into iota
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelyaev committed Jun 4, 2024
2 parents ed3c039 + 2a8dccb commit ab33f10
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,48 @@

## Installation

### Clone the repo
### From Binaries

Download the package for your OS. Extract and run.
https://github.com/FairCrypto/sol-xen/releases/latest

> MacOS
```shell
# Download
wget https://github.com/faircrypto/sol-xen/releases/latest/download/sol-xen-macos-universal.tar.gz

# Extract
tar xf sol-xen-macos-universal.tar.gz

# Run the miner
./sol-xen-macos-universal/sol-xen-multiminer --help
```

> Linux (x86_64)
```shell
# Download
wget https://github.com/faircrypto/sol-xen/releases/latest/download/sol-xen-linux-x86_64.tar.gz

# Extract
tar xf sol-xen-linux-x86_64.tar.gz

# Run the miner
./sol-xen-linux-x86_64/sol-xen-multiminer --help
```

> Linux (arm64)
```shell
# Download
wget https://github.com/faircrypto/sol-xen/releases/latest/download/sol-xen-linux-arm64.tar.gz

# Extract
tar xf sol-xen-linux-arm64.tar.gz

# Run the miner
./sol-xen-linux-arm64/sol-xen-multiminer --help
```

### From Source

```
git clone https://github.com/FairCrypto/sol-xen.git
Expand Down

0 comments on commit ab33f10

Please sign in to comment.