Skip to content

Alternative Setup Through Git

MaynardMiner edited this page Jan 23, 2020 · 3 revisions

Using Git To Download SWARM

Windows

Install git:

https://git-scm.com/download/win

OR

https://desktop.github.com/ (windows desktop version)

Cloning:

git clone https://github.com/maynardminer/SWARM.git 

This will allow you to clone SWARM in its entirety. From there it is as simple as following the remaining setup guide for SWARM. Nothing else is required.

Linux

install git:

sudo apt-get install git

Clone SWARM:

git clone https://github.com/maynardminer/SWARM.git 

If using HiveOS: Setup a Custom miner using the custom miner guide. However- You will NOT use a link, and the name of the miner is just SWARM, not SWARM.no.of.version.

Now Clone SWARM:

git clone https://github.com/maynardminer/SWARM.git /hive/miners/custom/SWARM

Then you can launch SWARM, and it should do the rest.

Using git to update

Updating Using Git