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:
| Agnes en_US # Isn't it nice to have a computer that will talk to you? | |
| Albert en_US # I have a frog in my throat. No, I mean a real frog! | |
| Alex en_US # Most people recognize me by my voice. | |
| Alice it_IT # Salve, mi chiamo Alice e sono una voce italiana. | |
| Alva sv_SE # Hej, jag heter Alva. Jag är en svensk röst. | |
| Amelie fr_CA # Bonjour, je m’appelle Amelie. Je suis une voix canadienne. | |
| Anna de_DE # Hallo, ich heiße Anna und ich bin eine deutsche Stimme. | |
| Bad News en_US # The light you see at the end of the tunnel is the headlamp of a fast approaching train. | |
| Bahh en_US # Do not pull the wool over my eyes. | |
| Bells en_US # Time flies when you are having fun. |
| [ | |
| { | |
| "name": "Ruby: Debug Current File", | |
| "type": "ruby", | |
| "request": "launch", | |
| "program": "${file}", | |
| "cwd": "${workspaceFolder}", | |
| "useBundler": true, | |
| "pathToBundler": "/usr/local/bin/bundle", | |
| "pathToRDebugIDE": "rdebug-ide", |
| 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