A clean installation of Ubuntu 18.04.02 LTS was used.
This gist is an extension to the official docs, adding missing parts and instructions.
follow the pre-installation actions on:
package logging | |
import ( | |
"github.com/rs/zerolog" | |
"github.com/rs/zerolog/log" | |
"gopkg.in/natefinch/lumberjack.v2" | |
"os" | |
"path" | |
"io" | |
) |
package main | |
import ( | |
"context" | |
"fmt" | |
"os" | |
"os/signal" | |
"path" | |
"sync" | |
"syscall" |
#!/usr/bin/env bash | |
set -e | |
cd | |
case "$OSTYPE" in | |
darwin*) DOWNLOAD=https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh ;; | |
linux*) DOWNLOAD=https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ;; | |
*) echo "unknown: $OSTYPE" ;; | |
esac |
- Open a nicehash account | |
- Enable 2FA | |
- Get a bitcoin deposit address | |
- List of nicehash algorithms is here: https://www.nicehash.com/algorithm | |
- Profitability calculator that lets you determine which crypto to mine based on hardware / currency / electricity cost is here: https://www.nicehash.com/profitability-calculator | |
- Use this to determine the most profitable algorithm for the upcoming day | |
- Select stratum based on algorithm and location from here: https://www.nicehash.com/farm-mining | |
- Set up a configuration file as follows: | |
https://github.com/nicehash/ccminer-nanashi/blob/master/README.txt | |
https://github.com/nicehash/ccminer-nanashi/blob/master/ccminer.conf |
A clean installation of Ubuntu 18.04.02 LTS was used.
This gist is an extension to the official docs, adding missing parts and instructions.
follow the pre-installation actions on:
NSoT engineers have built Vagrantfiles for you to deploy NSoT software in a multitude of linux environments. This tutorial will help you load a Macintonsh computer (OS X) with Vagrant, Virtual Box, and dependencies so that you can start virtual servers and test the software.
NSoT publishes complete installation instructions for linux distributions, branch versions, and Vagrantfiles in addition to, not an alternative for the pip install method:
$ pip-install nsot
:80 { | |
root /serve | |
} |
find /var/lib/docker/containers/ -type f -name "*.log" -delete |